﻿<?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 - Has anyone successfully used the UXDesktop and UXDesktopDock as a Prism Region?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Has-anyone-successfully-used-the-UXDesktop-and-UXDesktopDock-as-a-Prism-Region/</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>Has anyone successfully used the UXDesktop and UXDesktopDock as a Prism Region?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Has-anyone-successfully-used-the-UXDesktop-and-UXDesktopDock-as-a-Prism-Region/</link><pubDate>Thu, 18 Nov 2010 11:22:47 GMT</pubDate><dc:creator>jimmyps</dc:creator><category>UXDesktopDock</category><category>UXDesktop</category><category>Prism</category><category>Application Framework</category><description>&lt;p&gt;Chris,&lt;/p&gt;&lt;p&gt;Thanks for sharing more information about the scenarios that you're trying to achieve.&lt;/p&gt;
&lt;p&gt;We've exactly the same thought with you when our team designed the UXDesktopDock - something that behaves like a Windows 7 taskbar. However, the UXDesktopDock in this release resembles more to the Apple's Dock behaviors and functionality, which is geared toward simplicity and ease-of-use.&lt;/p&gt;
&lt;p&gt;I'm pretty sure that the "instance button" that grouped by app, and "multiple groups" within an "instance button" should be feasible to be done through customizations and events handling. You can eventually use the stack menu capability to simulate the "multiple groups" when hover on one of the instance button.&lt;/p&gt;
&lt;p&gt;And yes, you can also drag something and drop it into the button at the task bar, then do your own logic to process the drop event, i.e, add the dropped item as a stack menu item. However, this will require you to really master the drag-drop concept in our ClientUI library. You can see that we already introduce a powerful "Transformable UI" concept where an item can have multiple UI representation according to where it's dropped. I suggest you to read &lt;a target="_blank" href="../../../Support/ClientUI/Docs/Drag-dropFrameworkOverview.html"&gt;Drag-drop Framework Overview &lt;/a&gt;to learn further.&lt;/p&gt;
&lt;p&gt;Things that I'm not sure is how far you want to take your application to. I.e, what would you do to indicate a pinned application? That would require you to customize the control completely to achieve the desired behaviors/features.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;The other possibility is that, if the market demand is decent enough, it might be possible for us to look deeper into this particular behavior and wrap them up to a specialized Windows 7 task bar control. This might cover the stuff such as built-in multiple group support, preview support, application pinning support and more.&lt;/p&gt;
&lt;p&gt;Hope this helps,&lt;br /&gt;Jimmy &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Has anyone successfully used the UXDesktop and UXDesktopDock as a Prism Region?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Has-anyone-successfully-used-the-UXDesktop-and-UXDesktopDock-as-a-Prism-Region/</link><pubDate>Wed, 17 Nov 2010 10:27:26 GMT</pubDate><dc:creator>chrisaswain</dc:creator><category>UXDesktopDock</category><category>UXDesktop</category><category>Prism</category><category>Application Framework</category><description>&lt;p&gt;Thanks Jimmy.  I am aware of the application framework, and it looks good.  If I didn't already have a lot of infrastructure built in order to use Prism, I would consider it.  But I don't want to go back and rewire my platform to take advantage of the framework.  &lt;/p&gt;
&lt;p&gt;Given that, here is what I'm doing... &lt;/p&gt;
&lt;p&gt;I'm using the UXDesktop in conjuction with the UXDesktopDock (a.k.a. Task Bar).  I will have a "Start Menu" UXDockButton that will serve as a Prism Region.  Prism will inject the apps that my platform will provide into the "Start Menu" region.  I plan to have a DesktopManager that will handle the "Start Menu" commands to launch apps.  When an app is launched, I want to add an "Instance Button" to the UXDesktopDock that will let the user know that app has at least one instance opened.  If an app is launched with more than one instance, then the DesktopManager will add that new instance to the "Instance Button" on the task bar.  The goal is to have the task bar work like the Windows 7 task bar.  I want the users to be able to "Pin" apps to it from the start menu by dragging a copy of the button down to the task bar.  And I want them to be able to see their app instances in the task bar grouped by app.  &lt;/p&gt;
&lt;p&gt;Does this sound feasible?  Can you see any gotchas before I head down this road?&lt;/p&gt;</description></item><item><title>Has anyone successfully used the UXDesktop and UXDesktopDock as a Prism Region?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Has-anyone-successfully-used-the-UXDesktop-and-UXDesktopDock-as-a-Prism-Region/</link><pubDate>Wed, 17 Nov 2010 05:40:44 GMT</pubDate><dc:creator>jimmyps</dc:creator><category>UXDesktopDock</category><category>UXDesktop</category><category>Prism</category><category>Application Framework</category><description>&lt;p&gt;Chris,&lt;/p&gt;&lt;p&gt;In case you have not aware, ClientUI already includes built-in application framework which makes composite application development in Silverlight so easy and straightforward.&lt;/p&gt;
&lt;p&gt;Rather than forcing developers to learn dozens of interfaces and attributes to satisfy, our app framework lets you simply point to the XAP that contains the UXWindow you want to inject. The app framework even includes built-in loading management and complete app lifecycle for externaly loaded application packages. I recommend you to read further on &lt;a target="_blank" href="../../../Support/ClientUI/Docs/ApplicationFrameworkOverview.html"&gt;Application Framework Overview&lt;/a&gt; then follow the links in the next steps.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;To learn more about many of the powerful libraries in ClientUI, see &lt;a target="_blank" href="http://intersoftpt.wordpress.com/2010/11/01/clientui-learning-guide-and-resources/"&gt;ClientUI Learning Guide and Resources&lt;/a&gt;.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Hope this helps,&lt;br /&gt;Jimmy &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Has anyone successfully used the UXDesktop and UXDesktopDock as a Prism Region?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Has-anyone-successfully-used-the-UXDesktop-and-UXDesktopDock-as-a-Prism-Region/</link><pubDate>Mon, 15 Nov 2010 22:57:17 GMT</pubDate><dc:creator>Glayaar</dc:creator><category>UXDesktopDock</category><category>UXDesktop</category><category>Prism</category><category>Application Framework</category><description>&lt;p&gt;Personally, I have never use Prism. However, based on what I read &lt;a target="_blank" href="http://msdn.microsoft.com/en-us/library/ff921098$ispct;28v=PandP.40$ispct;29.aspx"&gt;here&lt;/a&gt;, using UXWindow controls as the region view holder is quite viable.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Has anyone successfully used the UXDesktop and UXDesktopDock as a Prism Region?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Has-anyone-successfully-used-the-UXDesktop-and-UXDesktopDock-as-a-Prism-Region/</link><pubDate>Mon, 15 Nov 2010 17:53:55 GMT</pubDate><dc:creator>chrisaswain</dc:creator><category>UXDesktopDock</category><category>UXDesktop</category><category>Prism</category><category>Application Framework</category><description>&lt;p&gt;I have a Prism based application in which I am loading apps (Prism modules) into my application shell.  I want to use the UXDesktop and UXDesktopDock to manage the loading of views into the UXDesktop as a Prism region.  I have a very buggy version working now by creating a custom RegionManager that wraps the views being added to the UXDesktop region in UXWindow controls.  But I'm not sure if this is the right approach or if you would recommend something different?&lt;/p&gt;</description></item></channel></rss>