iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi
I am using the UXPassword for the first time and have following questions:
Try this steps on attached sample
Simple Sourcecode:
<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"> <Grid> <StackPanel> <Intersoft:FieldLabel Header="TextBox"> <StackPanel Orientation="Horizontal"> <TextBox x:Name="TextBox" /> <TextBlock Text="{Binding ElementName=TextBox,Path=Text,UpdateSourceTrigger=PropertyChanged}" Width="100" Margin="8 0"/> </StackPanel> </Intersoft:FieldLabel> <Intersoft:FieldLabel Header="UXPasswordBox"> <StackPanel Orientation="Horizontal"> <Intersoft:UXPasswordBox x:Name="UXPasswordBox" /> <TextBlock Text="{Binding ElementName=UXPasswordBox,Path=Password,UpdateSourceTrigger=PropertyChanged}" Width="100" Margin="8 0"/> </StackPanel> </Intersoft:FieldLabel> </StackPanel> </Grid> </Window>
This problematic behavior has been forwarded to ClientUI development team to be investigated further. It has been filed under work item #1222.
Should I hear any news regarding work item #1222, I will let you know
ClientUI development team has managed to address the reported problem. Please check the inbox of your registered email account in order to get the link to download the nightly build of the hotfix.
Please let us know whether it helps or not.
Thank you and have a nice day.
Hi Yudi
Thank you for your mail. I have manually installed the ClientUI (WPF) Hotfix. The cursor position is now correct and my first problem is fixed! Thanks for fast solution!
I have still problems with mouse click (can not set the focus) or select the password char. I can't see the cursor in UXPasswordBox. I have attached a new sample. The only difference is that I use the UXRibbonGlassWindow instead the Window. Now I should also reproduce the "select password char" issue.
Steps to reproduce:
Simple Code:
<Intersoft:UXRibbonGlassWindow 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"> <Grid> <StackPanel> <Intersoft:FieldLabel Header="TextBox"> <StackPanel Orientation="Horizontal"> <TextBox x:Name="TextBox" /> <TextBlock Text="{Binding ElementName=TextBox,Path=Text,UpdateSourceTrigger=PropertyChanged}" Width="100" Margin="8 0"/> </StackPanel> </Intersoft:FieldLabel> <Intersoft:FieldLabel Header="UXPasswordBox"> <StackPanel Orientation="Horizontal"> <Intersoft:UXPasswordBox x:Name="UXPasswordBox" /> <TextBlock Text="{Binding ElementName=UXPasswordBox,Path=Password,UpdateSourceTrigger=PropertyChanged}" Width="100" Margin="8 0"/> </StackPanel> </Intersoft:FieldLabel> </StackPanel> </Grid> </Intersoft:UXRibbonGlassWindow>
Have a nice day!
Michael
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname