This has been mentioned before a few times I think, but alongside caption & label a new parameter icon would be great. Ideally it could be an XY constant (for internal icon) or just a path/name (w/ relative syntax to script file location) to a file, with the usual ,<index> support.
There's no question that spotting one little icon goes much faster than having to actually read words on menu items, and I would really like to be able to add a couple of icons on a few script files/menus of mine.
Right now we have to use separated menus, but I wonder if it would be possible to use simply submenus. Could a syntax like this work ?
Code: Select all
"Menu 1"
msg "1";
"Menu 2"
"Menu 2A"
msg "2a";
"Menu 2B"
msg "2b";
-
"Cancel"
"Menu 3"
msg "3";
-
"Cancel"
XYplorer Beta Club