Flatedit Bug |
Post Reply |
Author | |
ijwelch
Senior Member Joined: 20 June 2006 Status: Offline Points: 262 |
Post Options
Thanks(0)
Posted: 14 September 2007 at 2:55am |
Put a flatedit control on a form and set the font to 'Symbol'. In code set PasswordChar = Chr$(183).
This image shows a regular textbox (top) and a flatedit - both set as above and both containing a 10 character string. I've only found this problem in Win2K. 98, XP and Vista are fine. |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Yes, strange. we don't handle drawing of text - its standard Windows control.
try Wingdings font +
FlatEdit1.PasswordChar = Chr$(&H74)
Works fine for me.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |