﻿<?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 - RightToLeft problems with UXStackButton</title><link>http://www.intersoftsolutions.com/Community/ClientUI/RightToLeft-problems-with-UXStackButton/</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>RightToLeft problems with UXStackButton</title><link>http://www.intersoftsolutions.com/Community/ClientUI/RightToLeft-problems-with-UXStackButton/</link><pubDate>Mon, 19 Sep 2011 04:00:56 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I can replicate the issue and will forward this to our developer team.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>RightToLeft problems with UXStackButton</title><link>http://www.intersoftsolutions.com/Community/ClientUI/RightToLeft-problems-with-UXStackButton/</link><pubDate>Fri, 16 Sep 2011 08:57:11 GMT</pubDate><dc:creator>catalin</dc:creator><description>&lt;p&gt;I'm using UXStackButton and it does not work properly for RightToLeft cultures. The popup is positioned partial or totally off the screen.&lt;/p&gt;
&lt;p&gt;Here's a test page:&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;&amp;lt;Intersoft:UXPage 
	xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
	xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
	xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
	xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
	mc:Ignorable="d"
	xmlns:Intersoft="http://intersoft.clientui.com/schemas"
	x:Class="test1.MainPage" 
	Title="MainPage Page"
	d:DesignWidth="463" d:DesignHeight="383"&amp;gt;
	
	&amp;lt;Grid x:Name="LayoutRoot" FlowDirection="RightToLeft"&amp;gt;
        &amp;lt;Intersoft:UXStackButton Content="Button" DisplayMode="Content" 
                                 HorizontalContentAlignment="Center" VerticalContentAlignment="Center"
                                 StackDockPosition="Top" HorizontalAlignment="Center" VerticalAlignment="Top" 
                                 Height="64" Width="64"  StackMode="GridStyle"&amp;gt;
            &amp;lt;Intersoft:UXStackButton.StackGridTemplate&amp;gt;
                &amp;lt;DataTemplate&amp;gt;
                    &amp;lt;Grid Width="400"&amp;gt;
                        &amp;lt;Grid.RowDefinitions&amp;gt;
                            &amp;lt;RowDefinition /&amp;gt;
                            &amp;lt;RowDefinition /&amp;gt;
                        &amp;lt;/Grid.RowDefinitions&amp;gt;
                        &amp;lt;Grid.ColumnDefinitions&amp;gt;
                            &amp;lt;ColumnDefinition  /&amp;gt;
                            &amp;lt;ColumnDefinition /&amp;gt;
                        &amp;lt;/Grid.ColumnDefinitions&amp;gt;
                        &amp;lt;Intersoft:FieldLabel HeaderForeground="White" Header="Label1" Margin="4" Grid.Column="0" Grid.Row="0" /&amp;gt;
                        &amp;lt;Intersoft:UXTextBox Margin="4" Grid.Column="1" Grid.Row="0" /&amp;gt;
                        &amp;lt;Intersoft:FieldLabel HeaderForeground="White" Header="Label1" Margin="4" Grid.Column="0" Grid.Row="1" /&amp;gt;
                        &amp;lt;Intersoft:UXTextBox  Margin="4" Grid.Column="1" Grid.Row="1" /&amp;gt;
                    &amp;lt;/Grid&amp;gt;
                &amp;lt;/DataTemplate&amp;gt;
            &amp;lt;/Intersoft:UXStackButton.StackGridTemplate&amp;gt;            
        &amp;lt;/Intersoft:UXStackButton&amp;gt;
        &amp;lt;Intersoft:UXStackButton Content="Button" DisplayMode="Content" 
                                 HorizontalContentAlignment="Center" VerticalContentAlignment="Center"
                                 StackDockPosition="Top" HorizontalAlignment="Center" VerticalAlignment="Bottom" 
                                 Height="64" Width="64"  StackMode="GridStyle"&amp;gt;
            &amp;lt;Intersoft:UXStackButton.StackGridTemplate&amp;gt;
                &amp;lt;DataTemplate&amp;gt;
                    &amp;lt;Grid Width="400"&amp;gt;
                        &amp;lt;Grid.RowDefinitions&amp;gt;
                            &amp;lt;RowDefinition /&amp;gt;
                            &amp;lt;RowDefinition /&amp;gt;
                        &amp;lt;/Grid.RowDefinitions&amp;gt;
                        &amp;lt;Grid.ColumnDefinitions&amp;gt;
                            &amp;lt;ColumnDefinition  /&amp;gt;
                            &amp;lt;ColumnDefinition /&amp;gt;
                        &amp;lt;/Grid.ColumnDefinitions&amp;gt;
                        &amp;lt;Intersoft:FieldLabel HeaderForeground="White" Header="Label1" Margin="4" Grid.Column="0" Grid.Row="0" /&amp;gt;
                        &amp;lt;Intersoft:UXTextBox Margin="4" Grid.Column="1" Grid.Row="0" /&amp;gt;
                        &amp;lt;Intersoft:FieldLabel HeaderForeground="White" Header="Label1" Margin="4" Grid.Column="0" Grid.Row="1" /&amp;gt;
                        &amp;lt;Intersoft:UXTextBox  Margin="4" Grid.Column="1" Grid.Row="1" /&amp;gt;
                    &amp;lt;/Grid&amp;gt;
                &amp;lt;/DataTemplate&amp;gt;
            &amp;lt;/Intersoft:UXStackButton.StackGridTemplate&amp;gt;
        &amp;lt;/Intersoft:UXStackButton&amp;gt;
        &amp;lt;Intersoft:UXStackButton Content="Button" DisplayMode="Content" 
                                 HorizontalContentAlignment="Center" VerticalContentAlignment="Center"
                                 StackDockPosition="Top" HorizontalAlignment="Left" VerticalAlignment="Center" 
                                 Height="64" Width="64" StackMode="GridStyle"&amp;gt;
            &amp;lt;Intersoft:UXStackButton.StackGridTemplate&amp;gt;
                &amp;lt;DataTemplate&amp;gt;
                    &amp;lt;Grid Width="400"&amp;gt;
                        &amp;lt;Grid.RowDefinitions&amp;gt;
                            &amp;lt;RowDefinition /&amp;gt;
                            &amp;lt;RowDefinition /&amp;gt;
                        &amp;lt;/Grid.RowDefinitions&amp;gt;
                        &amp;lt;Grid.ColumnDefinitions&amp;gt;
                            &amp;lt;ColumnDefinition  /&amp;gt;
                            &amp;lt;ColumnDefinition /&amp;gt;
                        &amp;lt;/Grid.ColumnDefinitions&amp;gt;
                        &amp;lt;Intersoft:FieldLabel HeaderForeground="White" Header="Label1" Margin="4" Grid.Column="0" Grid.Row="0" /&amp;gt;
                        &amp;lt;Intersoft:UXTextBox Margin="4" Grid.Column="1" Grid.Row="0" /&amp;gt;
                        &amp;lt;Intersoft:FieldLabel HeaderForeground="White" Header="Label1" Margin="4" Grid.Column="0" Grid.Row="1" /&amp;gt;
                        &amp;lt;Intersoft:UXTextBox  Margin="4" Grid.Column="1" Grid.Row="1" /&amp;gt;
                    &amp;lt;/Grid&amp;gt;
                &amp;lt;/DataTemplate&amp;gt;
            &amp;lt;/Intersoft:UXStackButton.StackGridTemplate&amp;gt;
        &amp;lt;/Intersoft:UXStackButton&amp;gt;
        &amp;lt;Intersoft:UXStackButton Content="Button" DisplayMode="Content" 
                                 HorizontalContentAlignment="Center" VerticalContentAlignment="Center"
                                 StackDockPosition="Top" HorizontalAlignment="Right" VerticalAlignment="Center" 
                                 Height="64" Width="64" StackMode="GridStyle"&amp;gt;
            &amp;lt;Intersoft:UXStackButton.StackGridTemplate&amp;gt;
                &amp;lt;DataTemplate&amp;gt;
                    &amp;lt;Grid Width="400"&amp;gt;
                        &amp;lt;Grid.RowDefinitions&amp;gt;
                            &amp;lt;RowDefinition /&amp;gt;
                            &amp;lt;RowDefinition /&amp;gt;
                        &amp;lt;/Grid.RowDefinitions&amp;gt;
                        &amp;lt;Grid.ColumnDefinitions&amp;gt;
                            &amp;lt;ColumnDefinition  /&amp;gt;
                            &amp;lt;ColumnDefinition /&amp;gt;
                        &amp;lt;/Grid.ColumnDefinitions&amp;gt;
                        &amp;lt;Intersoft:FieldLabel HeaderForeground="White" Header="Label1" Margin="4" Grid.Column="0" Grid.Row="0" /&amp;gt;
                        &amp;lt;Intersoft:UXTextBox Margin="4" Grid.Column="1" Grid.Row="0" /&amp;gt;
                        &amp;lt;Intersoft:FieldLabel HeaderForeground="White" Header="Label1" Margin="4" Grid.Column="0" Grid.Row="1" /&amp;gt;
                        &amp;lt;Intersoft:UXTextBox  Margin="4" Grid.Column="1" Grid.Row="1" /&amp;gt;
                    &amp;lt;/Grid&amp;gt;
                &amp;lt;/DataTemplate&amp;gt;
            &amp;lt;/Intersoft:UXStackButton.StackGridTemplate&amp;gt;
        &amp;lt;/Intersoft:UXStackButton&amp;gt;
    &amp;lt;/Grid&amp;gt;
&amp;lt;/Intersoft:UXPage&amp;gt;&lt;/pre&gt;
&lt;p&gt; For LeftToRight FlowDirection it is working ok.&lt;/p&gt;
&lt;p&gt;I'm using the latest update ClientUI5_0_5000_4 for SIlverlight 4.&lt;/p&gt;
&lt;p /&gt;</description></item></channel></rss>