I know that the menu bar items can be disabled (grayed out), but is there any way to remove a menu item completely from page to page?
I have an edit menu with 8 sub menus to edit items over a 6 page span. I want only the sub menu for that page to be seen. If i just disable the ones not on the page, I still have an 8 item list with 6-7 grays and 1-2 blacks. It just doesn't look very professional (kinda unfinished).
I am currently using lua files to buld the menu bar at runtime and it works mostly correct. But there are a couple of disadvantages to tha method as can be seen HERE.
So, I am going to try to do again with functions an on events, instead.


) and i got the solution.