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
Hi,
is it possible to open 2 UXWindow with the same XAML URL and WindowOptions
but different StartupParameters??
Something like this:
OpenFFTBeschleunigung(450, new DateTime(2013, 04, 03, 14, 03, 29));
OpenFFTBeschleunigung(451, new DateTime(2013, 04, 03, 14, 03, 29)); private void OpenFFTBeschleunigung(int vtdId, DateTime analyseZeit) { AnalyseKommunikationsParameter startupParameter = new AnalyseKommunikationsParameter(); startupParameter.MessDateiTyp = HacEnums.MessDateiTyp.fft; startupParameter.AnalyseTyp = HacEnums.AnalyseTyp.fftBeschleunigung; startupParameter.AnalyseZeit = analyseZeit; startupParameter.VirtuellerTrendDeklarationId = vtdId; Intersoft.Client.Framework.WindowCommands.LaunchApplication.Execute(new WindowOptions() { Uri = new Uri("/Hainzl.Web.Silverlight.Haicmon.Analyse;Hainzl.Web.Silverlight.Haicmon.Analyse.SpektrumWindow", UriKind.Relative), ForceSingleInstance = false, ReactivateExistingInstance = false, StartupParameters = startupParameter }, xHaicmonDesktop); }
I recommend you to check out the ClientUI walkthrough article: Create Rich Application using Windowing and MVVM Pattern.
Each time user click one item of Book collection from UXDesktopDockButton, it will open the same XAML URL: BookDetails.xaml; and different StartupParameters (such as shown in step #4 of To create the BookItemViewModel section).
Hope this help.
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