﻿<?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 - UXPasswordBox</title><link>http://www.intersoftsolutions.com/Community/Tags/UXPasswordBox/</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>UXPasswordBox binding issue</title><link>http://www.intersoftsolutions.com/Community/Tags/UXPasswordBox/</link><pubDate>Tue, 19 Mar 2013 09:27:09 GMT</pubDate><dc:creator>mg@hsig.ch</dc:creator><category>binding</category><category>UXPasswordBox</category><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Please have a look on attached UXPasswordBoxSample.&lt;/p&gt;
&lt;p&gt;The binding (Property Password) does not work. &lt;/p&gt;
&lt;p&gt;Repro steps:&lt;/p&gt;
&lt;p&gt;1. Start sample and watch on UXPasswordBox&lt;/p&gt;
&lt;p&gt;2. Select an other User (change seleced item) -&amp;gt; There always 4 Password chars!&lt;/p&gt;
&lt;p&gt;3. Set the focus on UXPasswordBox an type a char (don't select all chars) -&amp;gt; You can see in UXTextBox the old Password and the new added char!&lt;/p&gt;
&lt;p&gt;Thanks for a fix!&lt;/p&gt;
&lt;p&gt;Michael&lt;/p&gt;</description></item><item><title>UXPasswordBox Cursorposition is always left</title><link>http://www.intersoftsolutions.com/Community/Tags/UXPasswordBox/</link><pubDate>Mon, 30 Jul 2012 13:14:46 GMT</pubDate><dc:creator>mg@hsig.ch</dc:creator><category>UXPasswordBox</category><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I am using the UXPassword for the first time and have following questions:&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;the cursor jumps after each key press to the left position! When I input 12345 then the password property shows 54321! See attached sample to the&amp;nbsp;reproduce.&lt;/li&gt;&lt;li&gt;Why can I not set the focus by mouseclick (when the content is empty)? It works only with tab key!&lt;/li&gt;&lt;li&gt;Is there a property to change the background color when the textbox has the focus?&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;Try this steps on attached sample&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;start wpf application and click in the frist (top)&amp;nbsp;textbox&lt;/li&gt;&lt;li&gt;input some text, e.g. 12345. This works fine&lt;/li&gt;&lt;li&gt;click now in the secound textbox. The textbox does not get the focus!&lt;/li&gt;&lt;li&gt;press tab key and the textbox get the focus&lt;/li&gt;&lt;li&gt;input some text again, e.g. 12345. Watch the cursor position as you type&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Simple Sourcecode:&lt;/p&gt;&lt;pre&gt;&amp;lt;Window x:Class="UXPasswordSample.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:Intersoft="http://intersoft.clientui.com/schemas"
        Title="MainWindow" Height="350" Width="525"&amp;gt;
    &amp;lt;Grid&amp;gt;
        &amp;lt;StackPanel&amp;gt;
            &amp;lt;Intersoft:FieldLabel Header="TextBox"&amp;gt;
                &amp;lt;StackPanel Orientation="Horizontal"&amp;gt;
                    &amp;lt;TextBox x:Name="TextBox" /&amp;gt;
                    &amp;lt;TextBlock Text="{Binding ElementName=TextBox,Path=Text,UpdateSourceTrigger=PropertyChanged}" Width="100" Margin="8 0"/&amp;gt;
                &amp;lt;/StackPanel&amp;gt;
            &amp;lt;/Intersoft:FieldLabel&amp;gt;
            &amp;lt;Intersoft:FieldLabel Header="UXPasswordBox"&amp;gt;
                &amp;lt;StackPanel Orientation="Horizontal"&amp;gt;
                    &amp;lt;Intersoft:UXPasswordBox x:Name="UXPasswordBox" /&amp;gt;
                    &amp;lt;TextBlock Text="{Binding ElementName=UXPasswordBox,Path=Password,UpdateSourceTrigger=PropertyChanged}" Width="100" Margin="8 0"/&amp;gt;
                &amp;lt;/StackPanel&amp;gt;
            &amp;lt;/Intersoft:FieldLabel&amp;gt;
        &amp;lt;/StackPanel&amp;gt;
    &amp;lt;/Grid&amp;gt;
&amp;lt;/Window&amp;gt;&lt;/pre&gt;
</description></item></channel></rss>