From: edb00 on
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
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
In MX2004 you can also use the Flash component "TextInput" .
There is a property "password". Set it to true.

Wolfgang