REQ: Newlines in gadget text, and reverse tabbing.

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 PB.

It would be good if we could split a gadget's text into separate lines
with Chr(13). For example, an OptionGadget with Chr(13) in it currently
shows the Chr(13) as a black bar, instead of splitting the text into
two lines, which is the expected action.

Being able to reverse-tab (with Shift+Tab) the focus between gadgets
would be cool too. Also, don't give focus tabs to frames and text gadgets,
because they are not "clickable" and thus there's no point in doing it.

I hope you may please consider these requests.


Edited by - PB on 26 December 2001 16:38:35
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 Danilo.

Tried Chr(0) ??

Hmm... no.
So the Rest is not shown. :)

cya,
...Danilo

(registered PureBasic user)
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 Shagwana.

Just a guess, does Chr(10) work?

http://www.sublimegames.com
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.
Just a guess, does Chr(10) work?
Nope: Chr(13), Chr(10), and Chr(13)+Chr(10) don't work.
Post Reply