iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Please see the comment above. I had already tried uXWindow1.Close(); and still got the exception
The second problem is straight forward.
1) I have created a UXPage.
2) I have created a Naviagtion Component
I can open the window by clicking on the navigation (FishExe) control but how do I open the window via code.
It is OK I have solved the problem
A)
<Intersoft:UXDesktop x:Name="uxDesktop" Background="{x:Null}" TaskBar="{Binding Path=DeskTopDock, ElementName=MyNavigation, Mode=OneWay}"
<my:Navigation x:Name="MyNavigation" Visibility="Visible"/>
B) In the code behind for the Navigation User Control
public partial class Navigation : UserControl { #region Constructors and Destructors /// <summary> /// Initializes a new instance of the <see cref="Navigation"/> class. /// </summary> public Navigation() { this.InitializeComponent(); this.DeskTopDock = this.desktopDock; } #endregion #region Properties /// <summary> /// Gets DeskTopDock. /// </summary> public UXDesktopDock DeskTopDock { get; private set; } #endregion }
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname