the last message I sent to the mailinglist returned with error:
911 Could not resolve Host domain for user: [EMAIL PROTECTED]
I attach it to this one hoping that it gets through...
Bye,
Aldo Calpini
<[EMAIL PROTECTED]>
LIBERA ME DOMINE DE MORTE AETERNA
IN DIE ILLA TREMENDA
QUANDO COELI MOVENDI SUNT
ET TERRA
tim hibbard wrote:
>I was wondering what the code was for a few things, or even if it is
>possible to do these things.
>
>First of all how can I tab between Textfields?
add the option: -tabstop => 1
>How do I make an OK button default so when the user hits enter, it executes
>the OK button.
add the option: -default => 1
also add the option: -ok => 1
there's also a corresponding option: -cancel => 1
note that all these options are considered only in DialogBox() controls,
not inside a Window() object.
>And How do you make a TextField show asterics for like a password.
add the option: -password => 1
I attach a sample script showing an identification dialog box with all
the mentioned options.
HTH.
Bye,
Aldo Calpini
<[EMAIL PROTECTED]>
LIBERA ME DOMINE DE MORTE AETERNA
IN DIE ILLA TREMENDA
QUANDO COELI MOVENDI SUNT
ET TERRA
ident.pl