LogIn
Description: |
baLogIn displays a log in dialog box. | ||||||||||
Platforms: |
Windows and Macintosh | ||||||||||
Usage: |
Result = baLogIn( Caption, Instruction, UserName, Password, Flags, NameCaption, PasswordCaption, X, Y ) | ||||||||||
Arguments: |
String, string, string, string, integer, string, string, integer, integer. |
||||||||||
Returns: |
List. |
||||||||||
Examples: |
Director: Authorware: |
||||||||||
Notes: |
The return will be a property list with 3 entries - #Name, #Password and #Ok. For example; [#Name: "Fred", #Password: "casper", #Ok: 1] If the user cancels, then #Ok will be equal to 0. [#Name: "", #Password: "", #Ok: 0] Five flags are currently defined:
The values of the X and Y are relative to the screen. Use -1 to center the dialog on the screen, -2 to center on the Director/Authorware window. |
||||||||||
See also: |
baPrompt |