﻿<?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 - Errors with UXNavigationWindow NavigatorStyle</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Errors-with-UXNavigationWindow-NavigatorStyle/</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>Errors with UXNavigationWindow NavigatorStyle</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Errors-with-UXNavigationWindow-NavigatorStyle/</link><pubDate>Mon, 25 May 2015 02:09:18 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;I re-test the reported problem on Blend for VS 2013 using ClientUI 11. The reported problem is not reproducible.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Could you please provide me with screenshot (since the attachment on your initial post can't be opened) or video which shows the problem on your end?&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Errors with UXNavigationWindow NavigatorStyle</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Errors-with-UXNavigationWindow-NavigatorStyle/</link><pubDate>Sun, 24 May 2015 02:50:42 GMT</pubDate><dc:creator>soup27</dc:creator><description>&lt;p&gt;My dev tool is Blend for&amp;nbsp;VS 2013 and Intersoft Premier Studio 2014 R1 SP1&lt;/p&gt;&lt;p&gt;I have tried many times and the result is the same&lt;/p&gt;</description></item><item><title>Errors with UXNavigationWindow NavigatorStyle</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Errors-with-UXNavigationWindow-NavigatorStyle/</link><pubDate>Tue, 19 May 2015 07:22:29 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;The step-by-step below shows what I did on my local end  in order to replicate the reported problem.&lt;/span&gt;&lt;/p&gt;&lt;ol style="color: #1f497d;"&gt;&lt;li&gt;Create Silverlight project using Intersoft ClientUI MVVM Application project template (.NET Framework 4 and Silverlight 5).&lt;/li&gt;&lt;li&gt;Add new item in Views folder by using Intersoft UXNavigationWindow item template.&lt;/li&gt;&lt;li&gt;Copy UXNavigationWindow.NavigatorStyle from the snippet code (from soup soup's post on May 15, 2015) and add it to my UXNavigationWindow&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;However, I was unable to reproduce the reported problem using these steps. For your information, I'm using VS 2012 and ClientUI 11.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Should you find anything that I might miss during my attempt to replicate the problem, please let me know.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Errors with UXNavigationWindow NavigatorStyle</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Errors-with-UXNavigationWindow-NavigatorStyle/</link><pubDate>Fri, 15 May 2015 06:01:10 GMT</pubDate><dc:creator>soup27</dc:creator><description>&lt;p&gt;&lt;span style='font: 13.33px/normal "Lucida Sans Unicode"; color: rgb(0, 0, 0); text-transform: none; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; float: none; display: inline !important; white-space: normal; widows: 1; font-size-adjust: none; font-stretch: normal; -webkit-text-stroke-width: 0px;'&gt;when I add&amp;nbsp;UXNavigationWindow.NavigatorStyle under the&amp;nbsp;UXNavigationWindow, there are some errors like this:&lt;/span&gt;&lt;/p&gt;&lt;div style='font: 13.33px/normal "Lucida Sans Unicode"; color: rgb(0, 0, 0); text-transform: none; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; white-space: normal; widows: 1; font-size-adjust: none; font-stretch: normal; -webkit-text-stroke-width: 0px;'&gt;InvalidOperationException: “FrameInstance”TargetType 与元素“UXFrame”的类型不匹配。&lt;/div&gt;&lt;div style='font: 13.33px/normal "Lucida Sans Unicode"; color: rgb(0, 0, 0); text-transform: none; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; white-space: normal; widows: 1; font-size-adjust: none; font-stretch: normal; -webkit-text-stroke-width: 0px;'&gt;The code :&lt;/div&gt;&lt;div style='font: 13.33px/normal "Lucida Sans Unicode"; color: rgb(0, 0, 0); text-transform: none; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; white-space: normal; widows: 1; font-size-adjust: none; font-stretch: normal; -webkit-text-stroke-width: 0px;'&gt;&lt;pre style='font-family: "Courier New", Tahoma; font-size: 9pt; -ms-word-break: break-all; box-sizing: border-box; background-color: rgb(255, 252, 225);'&gt;&amp;lt;Intersoft:UXNavigationWindow x:Class="VirtualTraffic.Views.Views.UXNavigationWindow1"
      xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
      xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
      xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" 
      xmlns:d="http://schemas.microsoft.com/expression/blend/2008" 
      xmlns:Intersoft="http://intersoft.clientui.com/schemas"                        
      mc:Ignorable="d" 
      d:DesignHeight="300" d:DesignWidth="300"
	  Header="UXNavigationWindow1"&amp;gt;

    &amp;lt;Intersoft:UXNavigationWindow.NavigatorStyle&amp;gt;
        &amp;lt;Style TargetType="Intersoft:UXFrame"&amp;gt;
            &amp;lt;Setter Property="AutoDetectNavigationDirection" Value="True"/&amp;gt;
            &amp;lt;Setter Property="NewTransitionEffect" Value="SlideLeft"/&amp;gt;
            &amp;lt;Setter Property="BackTransitionEffect" Value="SlideRight"/&amp;gt;
            &amp;lt;Setter Property="ForwardTransitionEffect" Value="SlideLeft"/&amp;gt;
            &amp;lt;Setter Property="UseCachedVisualForTransition" Value="True"/&amp;gt;
        &amp;lt;/Style&amp;gt;
    &amp;lt;/Intersoft:UXNavigationWindow.NavigatorStyle&amp;gt;
&amp;lt;/Intersoft:UXNavigationWindow&amp;gt;
&lt;/pre&gt;&lt;p style="margin-top: 0px; margin-bottom: 20px; -ms-word-break: break-all; box-sizing: border-box;"&gt;&amp;nbsp;&lt;/p&gt;&lt;pre style='font-family: "Courier New", Tahoma; font-size: 9pt; -ms-word-break: break-all; box-sizing: border-box; background-color: rgb(255, 252, 225);'&gt;&lt;/pre&gt;&lt;p style="margin-top: 0px; margin-bottom: 20px; -ms-word-break: break-all; box-sizing: border-box;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description></item></channel></rss>