search for: menua

Displaying 1 result from an estimated 1 matches for "menua".

Did you mean: menu
2011 Feb 24
1
Label scope
...itch menus reloading vesamenu.c32 and the submenu's config file for each submenu. I want convert my existing menu system into one config file with multiple layers of menus using ' MENU BEGIN' and 'MENU END'. I have the impression that the conversion can be done: -- old -- LABEL menuA MENU LABEL Menu A KERNEL vesamenu.c32 APPEND subA.cfg -- new -- MENU BEGIN Menu A INCLUDE subA.cfg MENU END However if / when I do this I'm unclear if a label name for an particular item is in scope only for that MENU section it is declared inside or if it needs to be globally unique....