﻿<?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 - UXDock with horizontal scrolling?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXDock-with-horizontal-scrolling/</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 with horizontal scrolling?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXDock-with-horizontal-scrolling/</link><pubDate>Sat, 13 Nov 2010 04:10:07 GMT</pubDate><dc:creator>jimmyps</dc:creator><category>UXDock</category><description>&lt;p&gt;Chris,&lt;/p&gt;&lt;p&gt;Thanks for explaining your requirements.&lt;/p&gt;
&lt;p&gt;I completely understood the type of applications that you're building. We did put in some apps prototype while designing the controls to ensure we covered most scenarios. &lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Technically, the stack button is already a hierarchical-friendly control, which means you can insert any number of nested buttons. However, we didn't manage to put in the visual/presentation implementation for the Grid stack mode in the release as we've throw-in too much features.&lt;/p&gt;
&lt;p&gt;The good news is that you can use the Menu mode for your stack button. That will allow you to show nested items for your requirement above. To learn more about the stack mode and how to configure it, see &lt;a target="_blank" href="http://bit.ly/acu6So"&gt;StackMode Property&lt;/a&gt;.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Let me know if that works for you.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;Jimmy&lt;br /&gt;&lt;/p&gt;</description></item><item><title>UXDock with horizontal scrolling?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXDock-with-horizontal-scrolling/</link><pubDate>Fri, 12 Nov 2010 09:18:07 GMT</pubDate><dc:creator>chrisaswain</dc:creator><category>UXDock</category><description>&lt;p&gt;Jimmy,&lt;/p&gt;
&lt;p&gt;Thanks for the guidance.  Here is a little more info about what I need to do...&lt;/p&gt;
&lt;p&gt;Background:  I'm developing a modular Silverlight platform that will accomodate 1-to-N applications.  I wanted to use the UXDock like a task bar or app bar of sorts.  The plan was to show the available apps in the bar, and use the UXStackItems to keep track of app instances.  &lt;/p&gt;
&lt;p&gt;I suppose (based on your guidance) I could use it like my Windows 7 task bar and allow the users to add commonly used apps to it while by default providing a "Sart Menu" UXDockButton that would contain all of the apps.  Then, as users run apps, I could add them to the bar if they are not already "pinned".  &lt;/p&gt;
&lt;p&gt;This approach will work to a point.  But as soon as a power user opens 50 different apps all at once, then the bar will need to scroll, or I'll need to calculate it's limit and begin grouping UXButtons as stack items in some sort of overflow UXButton.  If the overflow button is needed, would it be possible to show the overflow running apps as stack buttons and somehow still be able to show each apps' individual app instances?  For example, can a stack button contain another list of stack buttons?&lt;/p&gt;</description></item><item><title>UXDock with horizontal scrolling?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXDock-with-horizontal-scrolling/</link><pubDate>Thu, 11 Nov 2010 23:21:10 GMT</pubDate><dc:creator>jimmyps</dc:creator><category>UXDock</category><description>&lt;p&gt;Hello Chris,&lt;/p&gt;&lt;p&gt;Thank you for evaluating ClientUI.&lt;/p&gt;
&lt;p&gt;Adding to Glenn's reply, I would like to mention our initial concept that drives the control engineering and design in overall. The UXDock control was designed to deliver a kind of user experience where users can conveniently access to the most frequently used applications. So you may want to limit the buttons to only the major functions in your application.&lt;/p&gt;
&lt;p&gt;Having the scrolling mechanism would be somewhat inconsistent and not ideal with such user experience (with all the stunning zooming animation etc), which was one of the reasons why we discarded the implementation. The best design pattern is to keep the main buttons minimum to the core functions, and show more applications in the stack button. You can have as many of stack buttons as you need, i.e, one for applications, one for recent documents, and so on. The bottomline is to avoid cluttered design and improves usability.&lt;/p&gt;
&lt;p&gt;Let me know if you have any questions or feedback.&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>UXDock with horizontal scrolling?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXDock-with-horizontal-scrolling/</link><pubDate>Wed, 10 Nov 2010 23:40:28 GMT</pubDate><dc:creator>Glayaar</dc:creator><category>UXDock</category><description>&lt;p&gt;Unfortunately, UXDock has not implement scrolling feature yet. Based on my discussion with the developer, the closest workaround which will maintain UXDock behavior would be to implement paging feature. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;You could achieve this by editing the default UXDock template so ItemsPresenter will have a perdefined width, you also need to add elements to move the page forward or backward. Here is the snippet of a modified portion of the default UXDock template: &lt;br /&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;Setter Property="Template"&amp;gt;&lt;br /&gt;	&amp;lt;Setter.Value&amp;gt;&lt;br /&gt;		&amp;lt;ControlTemplate TargetType="Intersoft:UXDock"&amp;gt;&lt;br /&gt;			&amp;lt;Grid&amp;gt;&lt;br /&gt;				&amp;lt;Grid x:Name="RootElement"&amp;gt;&lt;br /&gt;					&amp;lt;Intersoft:ContentTransformer x:Name="ContentTransformer" IsHitTestVisible="False"&amp;gt;&lt;br /&gt;						&amp;lt;StackPanel x:Name="BackgroundLayoutElement" HorizontalAlignment="Center" Orientation="Horizontal" VerticalAlignment="Bottom"&amp;gt;&lt;br /&gt;							&amp;lt;Grid x:Name="BackgroundContainerLeftElement"&amp;gt;&lt;br /&gt;								&amp;lt;Image x:Name="BackgroundImageLeftElement" Visibility="Collapsed"/&amp;gt;&lt;br /&gt;							&amp;lt;/Grid&amp;gt;&lt;br /&gt;							&amp;lt;Grid x:Name="BackgroundContainerElement"&amp;gt;&lt;br /&gt;								&amp;lt;Grid x:Name="BackgroundTemplateElement"/&amp;gt;&lt;br /&gt;								&amp;lt;Border x:Name="BackgroundElement" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" Background="{TemplateBinding Background}" CornerRadius="{TemplateBinding CornerRadius}"/&amp;gt;&lt;br /&gt;								&amp;lt;Image x:Name="BackgroundImageCenterElement" Visibility="Collapsed"/&amp;gt;&lt;br /&gt;							&amp;lt;/Grid&amp;gt;&lt;br /&gt;							&amp;lt;Grid x:Name="BackgroundContainerRightElement"&amp;gt;&lt;br /&gt;								&amp;lt;Image x:Name="BackgroundImageRightElement" Visibility="Collapsed"/&amp;gt;&lt;br /&gt;							&amp;lt;/Grid&amp;gt;&lt;br /&gt;						&amp;lt;/StackPanel&amp;gt;&lt;br /&gt;					&amp;lt;/Intersoft:ContentTransformer&amp;gt;&lt;br /&gt;					&amp;lt;StackPanel x:Name="LayoutElement" Orientation="Horizontal"/&amp;gt;&lt;br /&gt;					&amp;lt;StackPanel x:Name="StructureElement" HorizontalAlignment="Center" Orientation="Horizontal" VerticalAlignment="Center"&amp;gt;&lt;br /&gt;						&amp;lt;StackPanel x:Name="StructureLeft" IsHitTestVisible="False" Orientation="Horizontal"/&amp;gt;&lt;br /&gt;						&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;Intersoft:UXButton Height="65" Width="10" Content="Less"/&amp;gt;&lt;br /&gt;						&amp;lt;Grid Width="400"&amp;gt;&lt;br /&gt;							&amp;lt;ItemsPresenter x:Name="ItemsPresenter"/&amp;gt;&lt;br /&gt;						&amp;lt;/Grid&amp;gt;&lt;br /&gt;						&amp;lt;Intersoft:UXButton Height="65" Width="10" Content="More"/&amp;gt;&lt;/span&gt;&lt;br /&gt;						&amp;lt;StackPanel x:Name="StructureRight" IsHitTestVisible="False" Orientation="Horizontal"/&amp;gt;&lt;br /&gt;					&amp;lt;/StackPanel&amp;gt;&lt;br /&gt;				&amp;lt;/Grid&amp;gt;&lt;br /&gt;			&amp;lt;/Grid&amp;gt;&lt;br /&gt;		&amp;lt;/ControlTemplate&amp;gt;&lt;br /&gt;	&amp;lt;/Setter.Value&amp;gt;&lt;br /&gt;&amp;lt;/Setter&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;You also need to implement the logic to add the new item when moving forward or backward.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>UXDock with horizontal scrolling?</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXDock-with-horizontal-scrolling/</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></channel></rss>