﻿<?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 - WebDesktop - Link 2 UXDesktopDock to 1 UXDesktop</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Link-2-UXDesktopDock-to-1-UXDesktop/</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>Link 2 UXDesktopDock to 1 UXDesktop</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Link-2-UXDesktopDock-to-1-UXDesktop/</link><pubDate>Fri, 20 Mar 2015 11:58:42 GMT</pubDate><dc:creator>s_ashvin</dc:creator><category>UXDesktop</category><description>Thanks for the explanation.&lt;br /&gt;&lt;br /&gt;Like I mention the requirement for the app we are building is such that we need  2 UXDesktopDock on the same window.&lt;br /&gt;&lt;br /&gt;But anyway I figured it out. &lt;br /&gt;&lt;br /&gt;Thank you for the help.</description></item><item><title>Link 2 UXDesktopDock to 1 UXDesktop</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Link-2-UXDesktopDock-to-1-UXDesktop/</link><pubDate>Fri, 20 Mar 2015 08:14:25 GMT</pubDate><dc:creator>yudi</dc:creator><category>UXDesktop</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;A window is represented by a class that implements IWindow interface which is the basic requirement of a window to be managed by the desktop manager. Examples of window controls that implement the IWindow interface are: UXWindowChrome, UXDialogBox and UXNavigationWindow.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;A task bar is represented by a class that implements ITaskBar interface which is required for the desktop manager integration. You use UXDesktopDock control to implement the task bar interface that support desktop manager and window integration.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;The most basic implementation to integrate a UXDesktop to a task bar such as UXDesktopDock is by specifying the target task bar instance to the TaskBar property of the UXDesktop. This can be done through element binding in XAML.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;The following example shows a basic implementation of integration between the UXDesktop, UXWindow and UXDesktopDock.&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&amp;lt;Intersoft:UXDesktop TaskBar="{Binding ElementName=desktopDock, Mode=OneWay}"&amp;gt;
	&amp;lt;Intersoft:UXWindow x:Name="wndHome" Header="Welcome to My DesktopApp"&amp;gt;
        &amp;lt;Grid&amp;gt;
            &amp;lt;TextBlock Text="Content for UXWindow1" /&amp;gt;
        &amp;lt;/Grid&amp;gt;
    &amp;lt;/Intersoft:UXWindow&amp;gt;
&amp;lt;/Intersoft:UXDesktop&amp;gt;
        
&amp;lt;Intersoft:UXDesktopDock x:Name="desktopDock"&amp;gt;
	...
&amp;lt;/Intersoft:UXDesktopDock&amp;gt;&lt;/pre&gt;
&lt;br&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;From the above snippet code, one UXDesktop may only use one task bar (please correct me if I'm wrong). Could you please let me know why would you need to link 2 UXDesktopDock to 1 UXDesktop?&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Link 2 UXDesktopDock to 1 UXDesktop</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Link-2-UXDesktopDock-to-1-UXDesktop/</link><pubDate>Thu, 19 Mar 2015 12:55:25 GMT</pubDate><dc:creator>s_ashvin</dc:creator><category>UXDesktop</category><description>&lt;p&gt;Hi, &lt;/p&gt;&lt;p&gt;I am trying to link 2 UXDesktopDock to 1 UXDesktop. The requirement is such that I need two different dock. Adding 2 dock is not an issue but binding them to the UXDesktop is possing problem.&lt;/p&gt;&lt;p&gt;Anyone can help on this.&lt;/p&gt;&lt;p&gt;thanks in advance&lt;/p&gt;</description></item></channel></rss>