GUI commands
BlitzPlus Forums/BlitzPlus Beginners Area/GUI commands
| ||
Hello again everybody :) I was just wondering why I can't use the GUI commands I see in the command reference? Thank you, Simo |
| ||
Do you have blitzplus or blitz3D? I know it's an obvious question but still... |
| ||
Blitzplus :P |
| ||
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. |