﻿<?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 - Intersoft.ClientUI.Samples.Framework source code</title><link>http://www.intersoftsolutions.com/Community/ClientUI/IntersoftClientUISamplesFramework-source-code/</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>Intersoft.ClientUI.Samples.Framework source code</title><link>http://www.intersoftsolutions.com/Community/ClientUI/IntersoftClientUISamplesFramework-source-code/</link><pubDate>Thu, 08 Mar 2012 21:22:20 GMT</pubDate><dc:creator>yudi</dc:creator><category>ClientUI</category><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;I’d like to suggest you to install the most recent version of WebUI Studio suite, Intersoft WebUI Studio 2011 R2 SP1, in order to get the source code of ClientUI samples locally. Please click &lt;a href="http://www.clientui.com/download/" target="_blank"&gt;here&lt;/a&gt; to download the trial version of Intersoft WebUI Studio 2011 R2 SP1.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Please feel free to let us know, if you have other questions.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Intersoft.ClientUI.Samples.Framework source code</title><link>http://www.intersoftsolutions.com/Community/ClientUI/IntersoftClientUISamplesFramework-source-code/</link><pubDate>Thu, 08 Mar 2012 04:50:24 GMT</pubDate><dc:creator>494092072@qq.com</dc:creator><category>ClientUI</category><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Where could I get the source code of  &lt;a href="http://www.clientui.com/" target="_blank"&gt;the sample in Intersoft&amp;nbsp;&lt;/a&gt; ? Thank you!&lt;/p&gt;</description></item><item><title>Intersoft.ClientUI.Samples.Framework source code</title><link>http://www.intersoftsolutions.com/Community/ClientUI/IntersoftClientUISamplesFramework-source-code/</link><pubDate>Fri, 10 Jun 2011 13:00:53 GMT</pubDate><dc:creator>jimmyps</dc:creator><category>ClientUI</category><description>Hi Balachander,&lt;br /&gt;&lt;br /&gt;Glad to hear you worked it out!&lt;br /&gt;&lt;br /&gt;Best,&lt;br /&gt;Jimmy&lt;br /&gt;</description></item><item><title>Intersoft.ClientUI.Samples.Framework source code</title><link>http://www.intersoftsolutions.com/Community/ClientUI/IntersoftClientUISamplesFramework-source-code/</link><pubDate>Fri, 10 Jun 2011 10:11:39 GMT</pubDate><dc:creator>mlcmds</dc:creator><category>ClientUI</category><description>&lt;p&gt;Hi Jimmy,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thank you for the excellent reply. It provided a clue to what I had missed.&lt;/p&gt;
&lt;p&gt;The power of the external xap navigation with virtualuri is fantastic.... &lt;/p&gt;
&lt;p&gt;Thanks for the really wonderful navigation framework design which is also surprisingly simple to implement !!!!&lt;/p&gt;
&lt;p&gt;I had missed having a UxFrame in the external xap project which handles the (child) navigation to transfer control to the desired page. (UxFrame inside the sample page in the sample framework project)&lt;/p&gt;
&lt;p&gt;I really love  your precise (on the dot)  replies to my questions.&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Balachander&lt;/p&gt;</description></item><item><title>Intersoft.ClientUI.Samples.Framework source code</title><link>http://www.intersoftsolutions.com/Community/ClientUI/IntersoftClientUISamplesFramework-source-code/</link><pubDate>Thu, 09 Jun 2011 12:00:59 GMT</pubDate><dc:creator>jimmyps</dc:creator><category>ClientUI</category><description>&lt;p&gt;Hi Balachander,&lt;/p&gt;&lt;p&gt;Good questions!&lt;/p&gt;
&lt;p&gt;The sample framework, which contains the main type that you referred, actually has nothing to do with the navigation. Most of the packages are referring to that specific main type because we've created reusable components to address various needs of the control examples in the sample framework assembly. This enables the code to be reused and maintained easily, and also allows us to create new samples in very short times.&lt;/p&gt;
&lt;p&gt;The ClientUI live sample actually uses nested frame. This might be the part that you missed. The "sub" paths such as "/UXToolBar" in "/BarMenuControls/UXToolBar" is actually processed as the child navigation, which is handled by the child UXFrame inside the sample page.&lt;/p&gt;
&lt;p&gt;Since nested navigation is fully supported in ClientUI's navigation framework, it automatically matches the URIs to the defined UriMapping in the child UXFrame, and load the page accordingly. You can learn more about child navigation &lt;a target="_blank" href="http://www.intersoftpt.com/Support/ClientUI/Docs/AdvancedFeaturesinClientUINavigationFramework.html#WorkingWithJournalChildNavigation"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Hope this helps,&lt;br /&gt;Jimmy&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Intersoft.ClientUI.Samples.Framework source code</title><link>http://www.intersoftsolutions.com/Community/ClientUI/IntersoftClientUISamplesFramework-source-code/</link><pubDate>Wed, 08 Jun 2011 06:33:36 GMT</pubDate><dc:creator>mlcmds</dc:creator><category>ClientUI</category><description>&lt;blockquote&gt;&lt;p&gt;Hi Jimmy,&lt;/p&gt;&lt;p&gt;Yes, the external xap calling and integration code as implemented in the sample project is something I would like to understand.&lt;/p&gt;&lt;p&gt;Specifically I am able to navigate to a&amp;nbsp; page defined as the main type in an external xap using the&amp;nbsp; &lt;a href="http://127.0.0.1:47873/help/1-5132/ms.help?method=page&amp;amp;id=INTERSOFT.CLIENT.FRAMEWORK~INTERSOFT.CLIENT.FRAMEWORK.APPLICATIONPACKAGE~VIRTUALPATHIDENTITY&amp;amp;product=VS&amp;amp;productVersion=100&amp;amp;topicVersion=&amp;amp;locale=EN-US&amp;amp;topicLocale=EN-US&amp;amp;embedded=true" target=""&gt;VirtualPathIdentity&lt;/a&gt;. &lt;/p&gt;&lt;p&gt;I am not able to navigate to another page in the external xap using the &lt;a href="http://127.0.0.1:47873/help/1-5132/ms.help?method=page&amp;amp;id=INTERSOFT.CLIENT.FRAMEWORK~INTERSOFT.CLIENT.FRAMEWORK.APPLICATIONPACKAGE~VIRTUALPATHIDENTITY&amp;amp;product=VS&amp;amp;productVersion=100&amp;amp;topicVersion=&amp;amp;locale=EN-US&amp;amp;topicLocale=EN-US&amp;amp;embedded=true" target=""&gt;VirtualPathIdentity&lt;/a&gt;/pagename.&amp;nbsp; &lt;/p&gt;&lt;p&gt;In the sample solution you have a file Applications.packages which holds the list of Apps (projects) which are added to the Shell in the App.xaml.cs of the Intersoft.ClientUI.Samples project.&lt;/p&gt;&lt;p&gt;When the navigation is made to any other project the appropriate project is downloaded&amp;nbsp; and control is transferred by the ClientUI Navigation to the appropriate page.&lt;/p&gt;&lt;p&gt;&amp;nbsp;In all the projects (refer file Application.packages) reference is made to the &lt;span style="color: red"&gt;&lt;span style="color: #000000"&gt;(&lt;/span&gt;EntryPointAssembly&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;Intersoft.ClientUI.Samples.Framework&lt;/span&gt;" and &lt;span style="color: red"&gt;MainType&lt;/span&gt;&lt;span style="color: blue"&gt;=&lt;/span&gt;"&lt;span style="color: blue"&gt;Intersoft.ClientUI.Samples.Framework.MainPage&lt;/span&gt;") &lt;br /&gt;&lt;/p&gt;&lt;p&gt;The sample app uses the &lt;a href="http://127.0.0.1:47873/help/1-5132/ms.help?method=page&amp;amp;id=INTERSOFT.CLIENT.FRAMEWORK~INTERSOFT.CLIENT.FRAMEWORK.APPLICATIONPACKAGE~VIRTUALPATHIDENTITY&amp;amp;product=VS&amp;amp;productVersion=100&amp;amp;topicVersion=&amp;amp;locale=EN-US&amp;amp;topicLocale=EN-US&amp;amp;embedded=true" target=""&gt;VirtualPathIdentity&lt;/a&gt;&amp;nbsp;to navigate to a specific page on the external xap for example /BarMenuControls/UxToolbar even though the MainType is MainPage.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can you explain how this is done ?&lt;/p&gt;&lt;p&gt;Regards&lt;/p&gt;&lt;p&gt;Balachander&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Hi Balachander,&lt;br /&gt;&lt;br /&gt;Unfortunately, the sample framework project is not currently shipped along in the installer. It contains a number of application-specific logic that we don't feel necessary to be included as source. However, we will consider to include the project source in the next release.&lt;br /&gt;&lt;br /&gt;Are there any specific code/features that you are looking for?&lt;br /&gt;&lt;br /&gt;Best,&lt;br /&gt;Jimmy&lt;br /&gt;&lt;/p&gt;&lt;/blockquote&gt;</description></item><item><title>Intersoft.ClientUI.Samples.Framework source code</title><link>http://www.intersoftsolutions.com/Community/ClientUI/IntersoftClientUISamplesFramework-source-code/</link><pubDate>Wed, 08 Jun 2011 02:11:51 GMT</pubDate><dc:creator>jimmyps</dc:creator><category>ClientUI</category><description>Hi Balachander,&lt;br /&gt;&lt;br /&gt;Unfortunately, the sample framework project is not currently shipped along in the installer. It contains a number of application-specific logic that we don't feel necessary to be included as source. However, we will consider to include the project source in the next release.&lt;br /&gt;&lt;br /&gt;Are there any specific code/features that you are looking for?&lt;br /&gt;&lt;br /&gt;Best,&lt;br /&gt;Jimmy&lt;br /&gt;</description></item><item><title>Intersoft.ClientUI.Samples.Framework source code</title><link>http://www.intersoftsolutions.com/Community/ClientUI/IntersoftClientUISamplesFramework-source-code/</link><pubDate>Fri, 03 Jun 2011 09:35:09 GMT</pubDate><dc:creator>mlcmds</dc:creator><category>ClientUI</category><description>&lt;p&gt;Could you share the code for the above project being refered in your sample application&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Balachander&lt;/p&gt;</description></item></channel></rss>