﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebDesktop - Open 2 UXWindow with the same XAML URL</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Open-2-UXWindow-with-the-same-XAML-URL/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Open 2 UXWindow with the same XAML URL</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Open-2-UXWindow-with-the-same-XAML-URL/</link><pubDate>Mon, 20 Oct 2014 10:48:02 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;I recommend you to check out the ClientUI walkthrough article: &lt;a href="http://www.intersoftpt.com/Support/ClientUI/Documentation/WalkthroughCreateRichApplicationUsingWindowingAndMVVMPattern.html" target="_blank"&gt;Create Rich Application using Windowing and MVVM Pattern&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;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).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Hope this help.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Open 2 UXWindow with the same XAML URL</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Open-2-UXWindow-with-the-same-XAML-URL/</link><pubDate>Fri, 17 Oct 2014 15:38:14 GMT</pubDate><dc:creator>m.walgram@hainzl.at</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;is it possible to open 2 UXWindow with the same XAML URL and WindowOptions&amp;nbsp;&lt;/p&gt;&lt;p&gt;but different StartupParameters??&lt;/p&gt;&lt;p&gt;Something like this:&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'Courier New', Tahoma; font-size: 9pt; background-color: rgb(255, 252, 225);"&gt;OpenFFTBeschleunigung(450, new DateTime(2013, 04, 03, 14, 03, 29));&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;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);
        }&lt;/pre&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>