CSTMENU: multilevel custom menu with soft keys
|
03-20-2021, 11:53 AM
(This post was last modified: 03-20-2021 12:47 PM by FrankP.)
Post: #8
|
|||
|
|||
RE: CSTMENU: multilevel custom menu with soft keys
Hi Ramon,
your really smart CST solution was for me missing a kind of title for sub menus. So I added a title to your CST syntax: Code:
"m.<act_menu_num>/<all_menus_in_CST> p.<act_page_num>/<all_pages_in_act_menu>" CstMenu.zip (Size: 7.69 KB / Downloads: 46) --------- For another approach (needing even some lines of code less) refer to the following program 'menu'. It makes use of a choice popup dialog for CST menu display. For longer texts to display a bit more beautiful, I think. Unfortunately <left> and <right> directional pad keys are not supported (failed hooking into choice command, only supporting <up> and <down>). Menu list syntax in this prog expects each entry on the main menu have a seperate display and output text, whereas entries in submenus are always display and output the same string: Code:
menu.zip (Size: 6.47 KB / Downloads: 35) |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)