Bought myself Blitz+ :) tis a beast !.
Anyway, a little stuck on menus..
I'd got 3 menus setup, as well as 2 tabbed panels.
But I cant seem to get at what menu I've picked. I'm using this code:
It works, but closes down every time I select the first item from any of the 3 menus.
How can I find out which menu I've currently selected from ?
It should only shutdown when the second option from the third menu is selected !.
Anyway, a little stuck on menus..
I'd got 3 menus setup, as well as 2 tabbed panels.
But I cant seem to get at what menu I've picked. I'm using this code:
If EventID()=$1001 EID=EventData() If EID=1 Then End EndIf
It works, but closes down every time I select the first item from any of the 3 menus.
How can I find out which menu I've currently selected from ?
It should only shutdown when the second option from the third menu is selected !.