Improving design of the preferences/colors dialogue

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
AND51
Addict
Addict
Posts: 1040
Joined: Sun Oct 15, 2006 8:56 pm
Location: Germany
Contact:

Improving design of the preferences/colors dialogue

Post by AND51 »

Hello!

Why don't you use #PB_CheckBoxGadget_Right for the texts? This would make you able to click also the text to activate/deactivate the checkboxes...
PB 4.30

Code: Select all

onErrorGoto(?Fred)
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

Because this flag does not work on Linux.
quidquid Latine dictum sit altum videtur
AND51
Addict
Addict
Posts: 1040
Joined: Sun Oct 15, 2006 8:56 pm
Location: Germany
Contact:

Post by AND51 »

Oh, I didn't know that.
So it's your aim to make the IDE 100% crossplatform-compatible or can you add this constant to the Windows-version?
PB 4.30

Code: Select all

onErrorGoto(?Fred)
Post Reply