﻿<?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 - Deep Navigation</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Deep-Navigation/</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>Deep Navigation</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Deep-Navigation/</link><pubDate>Sun, 01 Aug 2010 23:41:21 GMT</pubDate><dc:creator>jimmyps</dc:creator><category>navigation</category><description>&lt;p&gt;Hi Aibo,&lt;/p&gt;&lt;p&gt;Thank you for sending over your sample project.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I've looked at your sample and able to reproduce several issues with the journal navigation. Can I clarify that the issues you mentioned are mostly related with the journal navigaton in IE back/foward button (and also the journal button from ClientUI)?&lt;/p&gt;
&lt;p&gt;Other than that, the multi child navigation, fragment integration to browser, and other features already seem to work as expected.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Jimmy.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Deep Navigation</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Deep-Navigation/</link><pubDate>Fri, 30 Jul 2010 08:45:04 GMT</pubDate><dc:creator>jimmyps</dc:creator><category>navigation</category><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;The journal button navigation issue has been clarified fixed in the RTM build.&lt;/p&gt;
&lt;p&gt;Regarding the three-level navigation issues, this should have been supported as well. You can send your project to feedback [at] intersoftpt.com. We'll check whether there are something missing or incorrect and let you know any updates.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;Jimmy.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Deep Navigation</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Deep-Navigation/</link><pubDate>Fri, 30 Jul 2010 07:54:47 GMT</pubDate><dc:creator>aibo</dc:creator><category>navigation</category><description>&lt;p&gt;I have 3 frames.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Well, I solved this problem on my own.&lt;/p&gt;
&lt;p&gt;Frame fragments are correctly shown in browser.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;However I've spotted serious bug with navigation into/out from child nested frames when AllowNestedFrameNavigation is set for more than a single frame.&lt;/p&gt;
&lt;p&gt;Could you please confirm that this indeed a bug (and that RTM will be free of it as navigation functionality is paramount to our project) or maybe this this is rather my misuse of uri mapping with nested frames?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Can I send test project by email? Perhaps you'll be able to correct code or even use it for bug hunting. Please write me on email directly. I'm demoing on Monday.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;P.S. I can't attach it directly here as it is already contains some "not-for-public" pieces.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;P.P.S. I'm also observing the behavior desribed &lt;a target="_blank" href="../Navigation-does-not-work-always-correctly-when-using-the-IE-journal-buttons/"&gt;here&lt;/a&gt; and it really looks weird. Hope this will be fixed along with deep navigation issues I've outlined before.&lt;a target="_blank" href="../Navigation-does-not-work-always-correctly-when-using-the-IE-journal-buttons/"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Deep Navigation</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Deep-Navigation/</link><pubDate>Fri, 30 Jul 2010 02:42:46 GMT</pubDate><dc:creator>Glayaar</dc:creator><category>navigation</category><description>From my understanding this will be a nested frame scenario. Based on my test there will be limitation using such scenario which is direct navigation is not available.&lt;p&gt;You will also need to set the URI mapper for each frame. In main page:&lt;/p&gt;&lt;pre&gt;&amp;lt;Intersoft:UXFrame.UriMapper&amp;gt;&lt;br /&gt;    &amp;lt;Intersoft:UriMapper&amp;gt;&lt;br /&gt;        &amp;lt;Intersoft:UriMapping Uri="~" MappedUri="/PageRoot.xaml"/&amp;gt;&lt;br /&gt;        &amp;lt;Intersoft:UriMapping Uri="/{Page}" MappedUri="/Module/{Page}.xaml"/&amp;gt;&lt;br /&gt;    &amp;lt;/Intersoft:UriMapper&amp;gt;&lt;br /&gt;&amp;lt;/Intersoft:UXFrame.UriMapper&amp;gt;&lt;/pre&gt;
&lt;p&gt;In Module page:&lt;/p&gt;&lt;pre&gt;&amp;lt;Intersoft:UXFrame.UriMapper&amp;gt;&lt;br /&gt;    &amp;lt;Intersoft:UriMapper&amp;gt;&lt;br /&gt;        &amp;lt;Intersoft:UriMapping Uri="/Section/{Page}" MappedUri="/Module/Section/UXModule{Page}.xaml"/&amp;gt;&lt;br /&gt;    &amp;lt;/Intersoft:UriMapper&amp;gt;&lt;br /&gt;&amp;lt;/Intersoft:UXFrame.UriMapper&amp;gt;&lt;/pre&gt;
&lt;p&gt;The section page will be similar with the module page. &lt;br /&gt;&lt;/p&gt;
&lt;p&gt;The browser URL will only follow the main frame navigation, when navigating to the Module or Section page. For example, the browser URL will still show &lt;em&gt;http://localhost:5620/ClientUIApplication1TestPage.aspx#/UXPage1&lt;/em&gt; even if we already navigate to the Section and Item page&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Deep Navigation</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Deep-Navigation/</link><pubDate>Thu, 29 Jul 2010 19:21:32 GMT</pubDate><dc:creator>aibo</dc:creator><category>navigation</category><description>&lt;p&gt;Hi guys,&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Sorry that disturbing you (I know what it means to have a delivery in few weeks :) but I need your help.&lt;/p&gt;
&lt;p&gt;I'm doing a demo for management and if it'll be done isuccessfully then we'll be you happy customers (and I'll be your happy developer, as I really like your controls suite). The key byuing feature is navigation. We have a 3 levels of navigation.&lt;/p&gt;
&lt;p&gt;-&amp;gt;Module&lt;/p&gt;
&lt;p&gt;-&amp;gt; -&amp;gt; Section&lt;/p&gt;
&lt;p&gt;-&amp;gt; -&amp;gt; -&amp;gt; Section Item&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I can't figure out from sample app how to implement it. It uses some hakish query string stuff and I dont get how to proceed to innermost frame.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;As I understand this can (and should be easily) achieved solely with XAML configuration (UriMapping). So basically nested page should be ableto pick up what parent page has passed and pass it further until last nested frame finish it.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;So I have 3 pages and each contains a frame:&lt;/p&gt;
&lt;p&gt;1. Main page - main frame loads module pages&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;2. Module page - module frame load section pages&lt;/p&gt;
&lt;p&gt;3. Section page - section page load section item pages&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Paths are:&lt;/p&gt;
&lt;p&gt;/Module&lt;/p&gt;
&lt;p style=""&gt;/Module/Section&lt;/p&gt;
&lt;p style=""&gt;/Module/Section/Item&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Please send sample on my email or just attach here.&lt;/p&gt;
&lt;p&gt;MANY thanks!&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>