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
Hy,
what is the best way for data communication between UXWindow.
Im using UXDesktop and UXWindow to display DataGrids, Charts, etc.
Maybe you will have a sample project for me!
Cheers
Mike
We have a sample project, Window and Dock Integration C# Sample, in start > All Programs > Intersoft WebUI Studio 2012 R1 > WebUI Studio for Silverlight 5 > Development Samples (Visual Studio 2010 Solution) > Window and Dock Integration C# Sample (Visual Studio 2010 Solution).
The sample uses UXDesktop and UXWindows. When user clicks one item of the “Contact” UXDesktopDockButton, “ContactDetails” UXWindow will be launched. The window shows the detail information of the corresponding contact. CommandParameter is utilized to tell which contact’s information will be displayed in UXWindow.
Please feel free to let us know whether this helps or not.
var wo = new WindowOptions(){ Uri = new Uri(String.Format("/{0};{1}", targetAssemblyName, targetWindowName), UriKind.Relative), ForceSingleInstance = true, WindowName = targetUXWindowName.ToString(), ReactivateExistingInstance = true, StartupParameters = parameter }; Intersoft.Client.Framework.WindowCommands.LaunchApplication.Execute(wo, desktop);
cheers mike!
Please forgive me for lack of understanding about the question.
I’d like to confirm whether you would like to launch a window but not activate the corresponding window or do you have another scenario?
When executing LaunchApplication, automatically the addressed window will be activated. I need to discuss this with the ClientUI development team to find out the solution for your specific scenario.
Edited on October 01, 2012 08:38 PMReason: Update information
I have submitted this as feature request to ClientUI development team. The feature request is filed under Task #1264
I will update this thread with any news I heard from the team regarding Task #1264
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