Harry Rogers Posted November 19, 2014 Posted November 19, 2014 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
Harry Rogers Posted November 19, 2014 Author Posted November 19, 2014 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 ?
Administrators Farshad Mohajeri Posted November 19, 2014 Administrators Posted November 19, 2014 Implemented: @@ Mask @* Password @@@* Mask + Password
Recommended Posts