﻿<?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 - ClientUI - Data communication between UXWindow</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Data-communication-between-UXWindow/</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>Data communication between UXWindow</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Data-communication-between-UXWindow/</link><pubDate>Sun, 16 Sep 2012 19:04:19 GMT</pubDate><dc:creator>yudi</dc:creator><category>Data Communication UXWindow</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;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.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;&lt;strong&gt;Edited on October 01, 2012 08:38 PM&lt;/strong&gt;&lt;br /&gt;Reason: Update information&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;I have submitted this as feature request to ClientUI development team. The feature request is filed under Task #1264&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;I will update this thread with any news I heard from the team regarding Task #1264&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Data communication between UXWindow</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Data-communication-between-UXWindow/</link><pubDate>Thu, 13 Sep 2012 09:03:49 GMT</pubDate><dc:creator>MikeTurrento</dc:creator><category>Data Communication UXWindow</category><description>E&lt;span lang="undefined" class="short_text" id="result_box"&gt;&lt;span class="hps"&gt;xactly!&lt;br /&gt;&lt;br /&gt;It is also possible that the corresponding window is already open!&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;</description></item><item><title>Data communication between UXWindow</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Data-communication-between-UXWindow/</link><pubDate>Tue, 11 Sep 2012 21:16:48 GMT</pubDate><dc:creator>yudi</dc:creator><category>Data Communication UXWindow</category><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Please forgive me for lack of understanding about the question.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;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?&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Data communication between UXWindow</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Data-communication-between-UXWindow/</link><pubDate>Mon, 10 Sep 2012 09:17:52 GMT</pubDate><dc:creator>MikeTurrento</dc:creator><category>Data Communication UXWindow</category><description>&lt;span lang="undefined" class="short_text" id="result_box"&gt;&lt;span class="hps"&gt;Has anyone an&lt;/span&gt; &lt;span class="hps"&gt;idea&lt;/span&gt;&lt;/span&gt;</description></item><item><title>Data communication between UXWindow</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Data-communication-between-UXWindow/</link><pubDate>Thu, 06 Sep 2012 04:32:07 GMT</pubDate><dc:creator>MikeTurrento</dc:creator><category>Data Communication UXWindow</category><description>Hi Yudi!&lt;br /&gt;&lt;br /&gt;An other question to this topic!&lt;br /&gt;&lt;span lang="undefined" class="" id="result_box"&gt;&lt;span class="hps"&gt;Is there a possibility&lt;/span&gt; &lt;span class="hps"&gt;for&lt;/span&gt; &lt;span class="hps"&gt;windowCommanding&lt;/span&gt; &lt;span class="hps"&gt;that&lt;/span&gt; the&lt;span class="hps"&gt; addressed&lt;/span&gt; &lt;span class="hps"&gt;window&lt;/span&gt; will not be activated.&lt;br /&gt;&lt;br /&gt;I use this part of code to send my data to an other window.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;pre&gt;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);&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;cheers mike!&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;
</description></item><item><title>Data communication between UXWindow</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Data-communication-between-UXWindow/</link><pubDate>Wed, 05 Sep 2012 03:17:02 GMT</pubDate><dc:creator>MikeTurrento</dc:creator><category>Data Communication UXWindow</category><description>thx yudi!&lt;br /&gt;&lt;br /&gt;that helps me!&lt;br /&gt;</description></item><item><title>Data communication between UXWindow</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Data-communication-between-UXWindow/</link><pubDate>Tue, 28 Aug 2012 22:42:16 GMT</pubDate><dc:creator>yudi</dc:creator><category>Data Communication UXWindow</category><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;We have a sample project, Window and Dock Integration C# Sample, in start &amp;gt; All Programs &amp;gt; Intersoft WebUI Studio 2012 R1 &amp;gt; WebUI Studio for Silverlight 5 &amp;gt; Development Samples (Visual Studio 2010 Solution) &amp;gt; Window and Dock Integration C# Sample (Visual Studio 2010 Solution).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;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.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Please feel free to let us know whether this helps or not.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Data communication between UXWindow</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Data-communication-between-UXWindow/</link><pubDate>Tue, 28 Aug 2012 06:01:28 GMT</pubDate><dc:creator>MikeTurrento</dc:creator><category>Data Communication UXWindow</category><description>&lt;p&gt;Hy,&lt;/p&gt;
&lt;p&gt;what is the best way for data communication between UXWindow.&lt;/p&gt;
&lt;p&gt;Im using UXDesktop and UXWindow to display DataGrids, Charts, etc.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Maybe you will have a sample project for me!&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
&lt;p&gt;Mike&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>