GUI commands

BlitzPlus Forums/BlitzPlus Beginners Area/GUI commands

simo(Posted 2012) [#1]
Hello again everybody :)
I was just wondering why I can't use the GUI commands I see in the command reference?
Thank you,
Simo


andy_mc(Posted 2012) [#2]
Do you have blitzplus or blitz3D? I know it's an obvious question but still...


simo(Posted 2012) [#3]
Blitzplus :P


Andy_A(Posted 2012) [#4]
There's a simple GUI app I did in the code archives:
http://blitzmax.com/codearcs/codearcs.php?code=2221

If you search the archives I'm sure you'll find better examples.

The main thing to remember is that you'll have to write code to set up the GUI, update the GUI periodically, and trap the different GUI events.

Should be fairly straight forward.

Good luck.