aagPasswordField

aagPasswordField

Version 1.1
Andre Garzia
 

Description

The
aagPasswordField
DropTool is a simple password field that you can add to your stacks. Characters are replaced with asterisks and using Backspace or Delete in the field will clear the field out.
 

Kind of DropTool

Behavior-based

 

Interface Support

Unless specifically stated, this control will function properly on all platforms, although its look-and-feel is intended for the platforms listed in the table to the left.
CustomCustom Mac OS XMac OS X WindowsWindows LinuxLinux iOSiOS AndroidAndroid
greencheck
 

Extra Features

redx "About" Stack  
redx "Inspector" Stack  
 

Screenshots

passwordfield

Mac Version

passwordfieldwin

Windows Version

 

Usage Notes

The control is pretty straightforward; the only thing to be aware of is:

  • To get the password from the field, you need to get the plainTextPassword of the control.
  • If the user hits the backspace or delete key, the password is cleared out.
 

The following tables show you how to interact with the DropTool from your scripts:

Custom Properties

Property Possible Values Notes
plainTextPassword Holds the password the user entered. (Read Only)
 

Messages Sent

Message Sent When Sent
returnInPasswordField password Sent to the control after the user has hit the Return key. This is similar to the returnInField message, but it includes the plain text password as a parameter to the message.
enterInPasswordField password Sent to the control after the user has hit the Enter key. This is similar to the enterInField message, but it includes the plain text password as a parameter to the message.
 

Version History

Version Release Date What's Changed
1.1 02-09-2012 Added support for returnInPasswordField and enterInPasswordField.
1.0 06-24-2011 First public version.
 
© 2015 Sons of Thunder Software, Inc.