Page 1 of 1

Underscore in text label

Posted: Sat May 03, 2008 2:38 pm
by MarkR
I have some code from windows with a text label such as "This is a &Test" which will put the underscore under the T in test. To display to the user the shortcut value to use.

When I run the code on Linux I get the literal without the underscore.

I see some programs use this under Linux. Is this possible with PB 4.1?

Thanks.

MarkR

Posted: Sat May 03, 2008 3:47 pm
by ts-soft
In PB4.20 beta 1 it works with MenuTitle and MenuItem, i have no older
version to test.

Posted: Sat May 03, 2008 4:04 pm
by MarkR
Thanks. I will put in my notes to revisit when I am ready for 4.2. Maybe I won't code in those items for now. At this time I am trying to get the entire code base written with 4.1 and tested across all three platforms.

- MarkR