[Implemented] InputRequester() optional flag

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Guimauve
Enthusiast
Enthusiast
Posts: 742
Joined: Wed Oct 22, 2003 2:51 am
Location: Canada

[Implemented] InputRequester() optional flag

Post by Guimauve »

Hello,

The current InputRequester() is good but it can't be safely used for Password input. (I know, I can create my PasswordRequester function...)

It will be very useful to have an optional flag to control the InputRequester's StringGadget. (The Same values used for the StringGadget except #PB_String_ReadOnly will be perfect)

Regards
Guimauve