Jump to content

Enhanced prompt


Harry Rogers

Recommended Posts

Loving the latest version - thank you.

We have a situation that requires users to enter a PIN/ID each time they select an option from a main menu.  This dialog requires a password type editbox. Would it be possible to add to the Prompt method such that a dialog with a password type edit box was produced ? 

Maybe :

A new type of predefined dialog

Or a type that points to a user definable form (similar to the login type form)

Or an additional parameter for the existing call (e.g. secure : boolean)

 

Many thanks

 

All the best

Link to comment
Share on other sites

Or maybe extend the '@@' concept

e.g.

 

@@  Mask

@#   Mask and '#' char as password Character

@*    Mask and '*' char as password Character

^#     No Mask & '#' as password character

^*      No Mask & '*' as password character

etc

 

Or something similar ?

 

 

 

 

 

Link to comment
Share on other sites

×
×
  • Create New...