How can I create a seperator in a menu? I didn't found anything in the help file (I looked at CreateMenu).
Menu Question: How to create a seperator?
BlitzMax Forums/BlitzMax GUI Programming/Menu Question: How to create a seperator? Create a blank menu:
CreateMenu"",0,menu
Which is also shown in the CreateMenu example, although it's not explained.
CreateMenu"",0,menu
Which is also shown in the CreateMenu example, although it's not explained.
thank you!