|
From: edb00 on 11 Jan 2008 12:16 I'm using an MUI dialog to get a user name and password. Works fine except I'd like the password to be displayed as bullets as the user enters it NOT plain text. Any solutions? Thanks
From: Sean Wilson on 11 Jan 2008 12:41 The MUI can't be set to use "hidden" characters, and although you can grab the text entered and replace it with, for example, an asterisk, this doesn't work either as it leaves the insertion caret at the start instead of at the end. Instead, you can use Buddy API's baLogin() to get masked input on the password field.
From: wherold on 12 Jan 2008 12:17 In MX2004 you can also use the Flash component "TextInput" . There is a property "password". Set it to true. Wolfgang
|
Pages: 1 Prev: Problem with syncrhonization Next: Best approach for a scrolling stage? |