Welcome to the Southern African Autolisp Website.
You are Visitor Number since 21st June 1999.
password_char

Password Character.
This attribute specifies the character to be used as a password character. If the
'password_char' is specified, that character is diplayed in the 'edit_box' instead
of the characters entered by the user. The use of this attribute has no effect on
the retrieval of the value entered by the user. It alters only the display of the
characters in the 'edit_box'.
DCL Code Sample
lisp49ad : dialog { //dialog name
label = "password_char" ; //give it a label
: edit_box { //define edit box
label = "Enter Password"; //give it a label
key = "eb1"; //give it a name
password_char = "*"; //password character
width = 6; //give it a width
edit_limit = 6; //limit to six characters
fixed_width = true; //fix the width
} //end edit box
spacer ; //add a space
ok_cancel ; //predefined OK/Cancel button
} //end dialog
All Tutorials and Code are provided "as-is" for purposes of instruction and
utility and may be used by anyone for any purpose entirely at their own risk.
Please respect the intellectual rights of others.
All material provided here is unsupported and without warranty of any kind.
No responsibility will be taken for any direct or indirect consequences
resulting from or associated with the use of these Tutorials or Code.
Copyright © 1999 by
Kenny Ramage
All rights reserved.
Information in this document is subject to change without notice.
Site created and maintained by Kenny Ramage.
|