MaxGUI: Status Bar

BlitzMax Forums/BlitzMax Beginners Area/MaxGUI: Status Bar

How do you put sepertors in the status bar? Also, how do you move the status text to the far right of the bar, like in the MaxIDE?

You can't put separators in at the moment, but to shift things to the far right, insert to tabs in your status bar string "Ready~t~tLine: 100". Take a look in the IDE code for an example. There's anecdotal evidence that it doesn't always work (I think it's dependent on the OS, possibly version of Windows).

Ok, thanks.