InputRequester

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by geoff.

With MessageRequester() it is possible to include chr(10) characters within the message text so that it prints on several lines. It would be useful if this were also possible for InputRequester()


This would allow examples like this:


The text you entered: J.Smith#hotmail.com
Did not contain an @ symbol.
Please enter a valid e-mail address
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by PB.

> With MessageRequester() it is possible to include chr(10) characters
> within the message text so that it prints on several lines. It would
> be useful if this were also possible for InputRequester()

Until something better comes along, try this procedure:

viewtopic.php?t=2412
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by geoff.

Thanks PB
Geoff
Post Reply