﻿<?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 - UXDesktopDockButton</title><link>http://www.intersoftsolutions.com/Community/Tags/UXDesktopDockButton/</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>Enable and Disabling UXDesktopDockButton at runtime, </title><link>http://www.intersoftsolutions.com/Community/Tags/UXDesktopDockButton/</link><pubDate>Mon, 15 Oct 2012 07:47:20 GMT</pubDate><dc:creator>Randine</dc:creator><category>UXDesktopDockButton</category><description>&lt;p&gt;Hello all,&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Can you provide some pointers on this for me please, I have 1 window open for profile registration, on completing the registration process and the user closes the window, I would like to enable a UXDesktopDockButton that was in a disabled state.&lt;/p&gt;
&lt;p&gt;How do I do this access the UXDesktopDockButton using code to enable it please?&lt;/p&gt;
&lt;p&gt;Help appreciated.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Randine&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Nested UXCallOuts</title><link>http://www.intersoftsolutions.com/Community/Tags/UXDesktopDockButton/</link><pubDate>Mon, 04 Jul 2011 06:28:31 GMT</pubDate><dc:creator>deadproxor@gmail.com</dc:creator><category>UXDesktopDockButton</category><category>UXCallOut</category><description>&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I need to customize Menu using UXDesktopDock, UXDesktopDockButton and UXCallOut (UXCallOut is StackItem for UXDesktopDockButton menu).&lt;/p&gt;
&lt;p&gt;But I have a problem when I use MouseLeaveAction="HidePopup" for UXCallOut – not only UXCallOut closes, but Stackmenu created by UXDesktopDockButton closes also (because in both cases the same class is used - UXPopup).&lt;/p&gt;
&lt;p&gt;How can close only current UXCallOut?&lt;/p&gt;
&lt;p&gt;Please, give me real working solution :)&lt;/p&gt;
&lt;p&gt;Using ClientUI 5. ( version for Intersoft.Client.UI.Controls, as example 3.0.5000.1).&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;Code sample is below:&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;&amp;lt;Grid x:Name="LayoutRoot"&amp;gt;
  	&amp;lt;Intersoft:UXDesktopDock x:Name="desktopDock"&amp;gt;
    	&amp;lt;Intersoft:UXDesktopDockButton Icon="{StaticResource TestIcon}" StackDockPosition="Top" Text="Test" StackMode="GrigStyle" StackGridMode="DynamicGrid" StackTotalDisplayItem="0"&amp;gt;
        &amp;lt;Intersoft:UXCallOut x:Name="SampleControl1" HideLatency="0.20" Width="Auto" Height="Auto" PreferredPosition="Bottom" SlideDirection="Down" DisplayAnimation="Slide" HideAnimation="Slide" Background="#FF404040" BorderBrush="Gray"
                             CornerRadius="0" Padding="0" MouseLeaveAction="HidePopup"&amp;gt;
            &amp;lt;Intersoft:UXCallOut.CallOutEffect&amp;gt;
                &amp;lt;DropShadowEffect Direction="300"/&amp;gt;
            &amp;lt;/Intersoft:UXCallOut.CallOutEffect&amp;gt;
            &amp;lt;Intersoft:UXCallOut.Header&amp;gt;
                &amp;lt;Intersoft:UXStackItem Text="My button or another element" Icon="{StaticResource TestIcon1}" Height="48"/&amp;gt;
            &amp;lt;/Intersoft:UXCallOut.Header&amp;gt;
            &amp;lt;ContentControl Foreground="White"&amp;gt;
                &amp;lt;Intersoft:DockPanel&amp;gt;
                    &amp;lt;StackPanel Intersoft:DockPanel.Dock="Top" Margin="0"&amp;gt;
                        &amp;lt;Intersoft:UXStackItem Text="My button or another element" Icon="{StaticResource TestIcon1}" Height="48"/&amp;gt;
                        &amp;lt;Intersoft:UXStackItem Text="My button or another element" Icon="{StaticResource TestIcon1}" Height="48"/&amp;gt;
                        &amp;lt;Intersoft:UXStackItem Text="My button or another element" Icon="{StaticResource TestIcon1}" Height="48"/&amp;gt;
                    &amp;lt;/StackPanel&amp;gt;
                &amp;lt;/Intersoft:DockPanel&amp;gt;
            &amp;lt;/ContentControl&amp;gt;
        &amp;lt;/Intersoft:UXCallOut&amp;gt;
    &amp;lt;/Intersoft:UXDesktopDockButton&amp;gt;
  &amp;lt;/Intersoft:UXDesktopDock&amp;gt;
&amp;lt;/Grid&amp;gt;&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>Problems with navigeto to UXNavigationWindow located in external xap from UXDesktop</title><link>http://www.intersoftsolutions.com/Community/Tags/UXDesktopDockButton/</link><pubDate>Thu, 30 Jun 2011 08:12:15 GMT</pubDate><dc:creator>kkolodziejczyk</dc:creator><category>ClientUI</category><category>silverlight 4</category><category>UXDesktop</category><category>UXDesktopDockButton</category><description>&lt;p&gt;Hello,&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;We have a problems with navigate to UXPage that hosts UXNavigationWindow from UXDesktop and it's loacated in external xap. We based on your sample from documentation named "ClientUI Desktop Application".&lt;span lang="undefined" class="" id="result_box"&gt;&lt;span class="hps" title="Kliknij, aby wyświetlić alternatywne tłumaczenia"&gt; The only one difference&lt;/span&gt; &lt;span class="hps" title="Kliknij, aby wyświetlić alternatywne tłumaczenia"&gt;in our project&lt;/span&gt; &lt;span class="hps" title="Kliknij, aby wyświetlić alternatywne tłumaczenia"&gt;is that the&lt;/span&gt; &lt;span class="hps" title="Kliknij, aby wyświetlić alternatywne tłumaczenia"&gt;"Reports"&lt;/span&gt; &lt;span class="hps" title="Kliknij, aby wyświetlić alternatywne tłumaczenia"&gt;module&lt;/span&gt; &lt;span class="hps" title="Kliknij, aby wyświetlić alternatywne tłumaczenia"&gt;is placed&lt;/span&gt; &lt;span class="hps" title="Kliknij, aby wyświetlić alternatywne tłumaczenia"&gt;in an external application (external xap).&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;When we use in UXDesktopDockButton ApplicationUri="/SampleApp.Reports;SampleApp.Rreports.Views/Reports", UxPage: "Reports.xaml" is launching from desktop but in Reports.xaml.cs in code behind "OnNavigatedTo" not executed.&lt;/p&gt;
&lt;p&gt;But if we try use NavigateUri="/Reports" and using UriMapping in UXFrame it's not working. &lt;br /&gt;&lt;/p&gt;
&lt;p&gt;How to properly launch UXPage that hosts UXNavigationWindow from UXDesktop when UXPage it's loacated in external xap?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Krzysztof&lt;br /&gt;&lt;/p&gt;</description></item><item><title>UXDesktopDockButton IconTemplate instead of Icon?</title><link>http://www.intersoftsolutions.com/Community/Tags/UXDesktopDockButton/</link><pubDate>Thu, 18 Nov 2010 18:22:11 GMT</pubDate><dc:creator>chrisaswain</dc:creator><category>UXDesktopDockButton</category><description>&lt;p&gt;It is possible with the UXStackItem to specify an IconTemplate instead of forcing the use of an actual Icon image.  Is there a way to accomplish this with the UXDesktopDockButton?  I need to give my developers the ability to use a xaml icon and not force them to use an image.  If this can be done, please specify how.  &lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;</description></item></channel></rss>