[Implemented] Wider InputRequester

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

[Implemented] Wider InputRequester

Post by PB »

I'd like to see the InputRequester have an option Width flag, like so:

Text$ = InputRequester(Title$, Message$, DefaultText$ [,Width])

This would be in pixels. Currently, it's too small for displaying a long prompt,
and for entering a long line of data. And while we're at it, perhaps it could
also support Chr(13)+Chr(10) for multiline prompts? :)
ebs
Enthusiast
Enthusiast
Posts: 557
Joined: Fri Apr 25, 2003 11:08 pm

Post by ebs »

I have one more request, please - a CANCEL button.
Post Reply