﻿<?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 - UXDock</title><link>http://www.intersoftsolutions.com/Community/Tags/UXDock/</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>UxDock Error</title><link>http://www.intersoftsolutions.com/Community/Tags/UXDock/</link><pubDate>Fri, 20 May 2011 14:21:09 GMT</pubDate><dc:creator>Darkdevil79</dc:creator><category>UXDock</category><category>Blend</category><description>&lt;p&gt;I have just download the tools and installed. After looking at the sample , i started to intergate them into my UI but after i add the below code&lt;/p&gt;

&lt;p&gt;&amp;lt;Intersoft:UXDock DockPosition="Left"&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-tab-span" style="white-space: pre; "&gt;		&lt;/span&gt;    &amp;lt;Intersoft:UXDockButton Text="Home" Icon="Home.png"/&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-tab-span" style="white-space: pre; "&gt;		&lt;/span&gt;    &amp;lt;Intersoft:UXDockButton Text="Clock" Icon="Clock.png"/&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-tab-span" style="white-space: pre; "&gt;		&lt;/span&gt;    &amp;lt;Intersoft:UXDockButton Text="Picture" Icon="Picture.png"/&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-tab-span" style="white-space: pre; "&gt;		&lt;/span&gt;    &amp;lt;Intersoft:UXDockButton Text="Mail" Icon="Mail.png"/&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-tab-span" style="white-space: pre; "&gt;		&lt;/span&gt;    &amp;lt;Intersoft:UXDockSeparator/&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-tab-span" style="white-space: pre; "&gt;		&lt;/span&gt;    &amp;lt;Intersoft:UXDockButton Text="Document" Icon="Document.png" StackMode="GridStyle"&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-tab-span" style="white-space: pre; "&gt;		&lt;/span&gt;        &amp;lt;Intersoft:UXStackItem Text="Video" Icon="Video.png"/&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-tab-span" style="white-space: pre; "&gt;		&lt;/span&gt;        &amp;lt;Intersoft:UXStackItem Text="Photo" Icon="Photo.png"/&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-tab-span" style="white-space: pre; "&gt;		&lt;/span&gt;        &amp;lt;Intersoft:UXStackItem Text="Music" Icon="Mp3.png"/&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-tab-span" style="white-space: pre; "&gt;		&lt;/span&gt;        &amp;lt;Intersoft:UXStackItem Text="Text" Icon="Text.png"/&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-tab-span" style="white-space: pre; "&gt;		&lt;/span&gt;    &amp;lt;/Intersoft:UXDockButton&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-tab-span" style="white-space: pre; "&gt;		&lt;/span&gt;&amp;lt;/Intersoft:UXDock&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I get blend tell me that there is an error in the xaml &lt;/p&gt;
&lt;p&gt;" Value does not fail within the expected range "&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;If i remove the dock xaml then all works fine , what have i done wrong ?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Handling WindowCommands like Close, Minimize, and Maximize?</title><link>http://www.intersoftsolutions.com/Community/Tags/UXDock/</link><pubDate>Tue, 07 Dec 2010 16:35:53 GMT</pubDate><dc:creator>chrisaswain</dc:creator><category>UXDesktopDock</category><category>UXDock</category><category>UXWindow</category><category>UXDesktop</category><description>&lt;div class="GroupContent MessageContent" id="MessageBody"&gt;&lt;p&gt;I'm using the UXDesktop control bound to an ItemsSource to generate my UXWindow objects.&amp;nbsp; I need to be able to handle some of the commands fired by the windows such as Close, Minimize and Maximize.&amp;nbsp; I've tried the following, but it doesn't seem to capture the Close command when I click the close button of the UXWindow object.&lt;/p&gt;&lt;pre style="font-family: consolas"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color: blue"&gt;public&lt;/span&gt;&amp;nbsp;&lt;span style="color: blue"&gt;partial&lt;/span&gt;&amp;nbsp;&lt;span style="color: blue"&gt;class&lt;/span&gt;&amp;nbsp;&lt;span style="color: #2b91af"&gt;RootView&lt;/span&gt;&amp;nbsp;:&amp;nbsp;&lt;span style="color: #2b91af"&gt;ViewBase&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color: blue"&gt;public&lt;/span&gt;&amp;nbsp;RootView(&lt;span style="color: #2b91af"&gt;RootViewModel&lt;/span&gt;&amp;nbsp;viewModel)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;:&amp;nbsp;&lt;span style="color: blue"&gt;base&lt;/span&gt;(viewModel)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;InitializeComponent();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color: #2b91af"&gt;CommandBinding&lt;/span&gt;&amp;nbsp;windowCloseCommandBinding&amp;nbsp;=&amp;nbsp;&lt;span style="color: blue"&gt;new&lt;/span&gt;&amp;nbsp;&lt;span style="color: #2b91af"&gt;CommandBinding&lt;/span&gt;(&lt;span style="color: #2b91af"&gt;WindowCommands&lt;/span&gt;.Close,&amp;nbsp;HandleWindowClose);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color: green"&gt;// Create the CommandBindingCollection to hold the command binding&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color: #2b91af"&gt;CommandBindingCollection&lt;/span&gt;&amp;nbsp;bindingCollection&amp;nbsp;=&amp;nbsp;&lt;span style="color: blue"&gt;new&lt;/span&gt;&amp;nbsp;&lt;span style="color: #2b91af"&gt;CommandBindingCollection&lt;/span&gt;();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;bindingCollection.Add(windowCloseCommandBinding);&lt;br /&gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color: green"&gt;// Set the binding collection to the layout root&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color: #2b91af"&gt;CommandManager&lt;/span&gt;.SetCommandBindings(&lt;span style="color: blue"&gt;this&lt;/span&gt;,&amp;nbsp;bindingCollection);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color: blue"&gt;private&lt;/span&gt;&amp;nbsp;&lt;span style="color: blue"&gt;void&lt;/span&gt;&amp;nbsp;HandleWindowClose(&lt;span style="color: blue"&gt;object&lt;/span&gt;&amp;nbsp;sender,&amp;nbsp;&lt;span style="color: #2b91af"&gt;ExecutedRoutedEventArgs&lt;/span&gt;&amp;nbsp;e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br /&gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/pre&gt;&lt;pre style="font-family: consolas"&gt;How can I capture and handle the commands fired from my UXWindow objects in my UXDesktop?&lt;/pre&gt;&lt;pre style="font-family: consolas"&gt;&amp;nbsp;
&lt;div class="GroupContent MessageContent" id="MessageBody"&gt;&lt;p&gt;You can run the attached sample project to see that the HandleWindowCommand method is never invoked even though I'm doing the CommandBinding to the WindowCommands.Close and Minimize commands. &lt;/p&gt;&lt;/div&gt;&lt;/pre&gt;&lt;/div&gt;</description></item><item><title>UXDesktop with bound ItemsSource errors when associated to TaskBar...</title><link>http://www.intersoftsolutions.com/Community/Tags/UXDock/</link><pubDate>Tue, 07 Dec 2010 12:58:55 GMT</pubDate><dc:creator>chrisaswain</dc:creator><category>UXDesktopDock</category><category>UXDock</category><category>UXDesktop</category><description>&lt;p&gt;The attached sample project demonstrates the error I'm getting.  &lt;/p&gt;
&lt;p&gt;Basically, I have a UXDesktop control with a bound ItemsSource to a collection of "WindowItem" objects.  I have subclassed the UXDesktop control so I can override the GetContainerForItemOverride() method and output UXWindow objects for each bound item.  &lt;/p&gt;
&lt;p&gt;I get an InvalidCastException: Unable to cast object of type 'SilverlightPlayground.WindowItem' to type 'Intersoft.Client.Framework.IWindow' when I try to associate a UXDesktopDock control with the TaskBar property of the UXDesktop control.  &lt;/p&gt;
&lt;p&gt;Can anyone help me figure out how to properly associate a UXDesktopDock control to a UXDesktop control when it's ItemsSource is bound to a collection of items that are not IWindow objects?&lt;/p&gt;</description></item><item><title>UXDock with horizontal scrolling?</title><link>http://www.intersoftsolutions.com/Community/Tags/UXDock/</link><pubDate>Wed, 10 Nov 2010 10:12:29 GMT</pubDate><dc:creator>chrisaswain</dc:creator><category>UXDock</category><description>&lt;p&gt;I'm in the process of evaluating the UXDock control, and I love what I see.  However, my project has a requirement that the UXDock bar be able to accomodate a large number of UXDockButtons.  As it stands, the control simply cuts off some of the controls on either end if the UXDock control size exceeds the size of the Silverlight app it is in.  &lt;/p&gt;
&lt;p&gt;Is there a way to make the UXDock control scroll the UXDock buttons in the event that there are too many to fix on the screen?  Specifically, it would be nice to have hidden arrow buttons on the left and right that would facilitate scrolling on the MouseEnter event.  &lt;/p&gt;
&lt;p&gt;See the attached PNG for a rough example.  &lt;/p&gt;</description></item><item><title>UXDock Problems</title><link>http://www.intersoftsolutions.com/Community/Tags/UXDock/</link><pubDate>Tue, 26 Oct 2010 12:16:10 GMT</pubDate><dc:creator>qualco</dc:creator><category>ClientUI</category><category>UXDock</category><description>&lt;p&gt;Hello it seems that if I set IsEnabled= false and then true before UXDock is visible, buttons look disabled although after I move mouse on top it is fixed.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;See project attached&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item><item><title>UXDock and Buttons</title><link>http://www.intersoftsolutions.com/Community/Tags/UXDock/</link><pubDate>Thu, 07 Oct 2010 07:06:35 GMT</pubDate><dc:creator>qualco</dc:creator><category>ClientUI</category><category>UXDock</category><description>&lt;p&gt;Is it possible to always display text of UXDockButton, I know this is not standard Apple UI but it would be usable&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item><item><title>UXDock Performance</title><link>http://www.intersoftsolutions.com/Community/Tags/UXDock/</link><pubDate>Tue, 14 Sep 2010 14:42:35 GMT</pubDate><dc:creator>Syllus</dc:creator><category>Silverlight</category><category>ClientUI</category><category>UXDock</category><description>&lt;p&gt;I have noticed that in the online demo's as well as new projects created with the UXDock control the rendering performance when moving the cursor acorss the dock items is really really choppy, pretty much unusable in fact.&lt;/p&gt;
&lt;p&gt;I wanted to inquire to see if others were experienceing this same thing.  Even on a new desktop app solution the zooming features are horribly slow.&lt;/p&gt;
&lt;p&gt;My development machine is a dual core 3.00 GHz with 3 GB RAM anda GeForce 7800 w/ 256mb RAM. By no means a high end system, but one would think that it is more then sufficient to render a simple skeleton application and a couple animated controls.  &lt;/p&gt;
&lt;p&gt;Is there something I might be able to do to fix the issue, is this just a fact of life with silverlight that we are stuck with unusable rendering performance on anything running less then 4 cores, or are others running this fine with acceptable performance on similar machines and my machine is just wonked out?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks for any enlightenment in advance.&lt;/p&gt;</description></item><item><title>Bug in UXDock</title><link>http://www.intersoftsolutions.com/Community/Tags/UXDock/</link><pubDate>Fri, 20 Aug 2010 14:07:57 GMT</pubDate><dc:creator>qualco</dc:creator><category>ClientUI</category><category>UXDock</category><description>&lt;p&gt;It seems when you have a UXDockButton on dock with stack items you show all stack items behind the image of UXDockButton. You can see it at your own sample.&lt;/p&gt;
&lt;p&gt;I am enclosing a picture to show it.&lt;/p&gt;
&lt;p&gt;BTW this is at the RTM version&lt;/p&gt;
&lt;p&gt;&lt;img style="border-bottom: medium none; border-left: medium none; border-top: medium none; border-right: medium none" src="http://www.intersoftpt.com/WebResources/Images/Community/Editor/smiley5.gif" /&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>UXDock problem</title><link>http://www.intersoftsolutions.com/Community/Tags/UXDock/</link><pubDate>Wed, 21 Jul 2010 13:11:36 GMT</pubDate><dc:creator>jeejee</dc:creator><category>ClientUI</category><category>UXDock</category><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am trying to use UXDock inside the ClientUIApplication MainPage.xaml. What I would like to do is to have the UXDock on the right hand side in one of the grid elements (Dock="Right"). I have managed to create the dock element and it seems to work. &lt;/p&gt;
&lt;p&gt;However, when I attempt to put a sub-menu using the UXDockButton with the StackMode="GridStyle" and within that put in UXNavigationButton elements I am finding it impossible to use the NavigateURI attribute on the UXNavigationButton. It keeps erroring out or is not able to launch one of my view pages.&lt;/p&gt;
&lt;p&gt;Here is the fragment:&lt;/p&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;Intersoft&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;UXDockButton&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt; Content&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;="Master Files"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt; Icon&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;="/JTS2;component/Assets/Images/CustomersFolder.png"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt; StackMode&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;="GridStyle"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt; TextImageRelation&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;="ImageAboveText"&amp;gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;Intersoft&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;UXNavigationButton&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt; Content&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;="Test"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt; Icon&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;="/JTS2;component/Assets/Images/Home.png"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt; GlassBackground&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;="Azure"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt; IsDefaultNavigationSource&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;="True"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt; TextImageRelation&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;="ImageAboveText"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt; IsToggleButton&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;="False"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt; NavigateUri&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;=""/&amp;gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;Intersoft&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;UXNavigationButton&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt; Content&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;="Company"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt; Icon&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;="/JTS2;component/Assets/Images/my_contacts.png"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt; TextImageRelation&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;="ImageAboveText"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt; IsToggleButton&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;="False"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt; NavigateUri&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;="/CompanyView.xaml" /&amp;gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;Intersoft&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;UXNavigationButton&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt; Content&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;="Designations"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt; Icon&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;="/JTS2;component/Assets/Images/notepad.png"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt; NavigateUri&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;="/DesignationView"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt; TextImageRelation&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;="ImageAboveText"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #ff0000; font-size: 13px"&gt; IsToggleButton&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;="False" /&amp;gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&amp;lt;/&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;Intersoft&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #a31515; font-size: 13px"&gt;UXDockButton&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: courier new; color: #0000ff; font-size: 13px"&gt;&amp;gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: courier new; font-size: 13px"&gt;&lt;span style="font-family: courier new; font-size: 13px"&gt;I am attempting to launch the page inside the UXFrame which has the UriMapper in it (as per the normal example that has been provided)&lt;/span&gt;&lt;/span&gt; 

&lt;p&gt;&lt;span style="font-family: courier new"&gt;Please could you let me know what I am doing incorrectly&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: courier new"&gt;Thanks&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: courier new"&gt;Jeejee&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>