Hey guys, I've searched, and found nothing (or nothing of use to me..) so here goes;
How can I implement a sub-sub menu from one of my items? Thanks..
SUB sub menu?
Re: SUB sub menu?
Disappearing Boy wrote:Hey guys, I've searched, and found nothing (or nothing of use to me..) so here goes;
How can I implement a sub-sub menu from one of my items? Thanks..
The same way as the sub menu is written:
Example
Main menu:
,"Free Down Loads","show-menu=downloads ",,"#",1
2nd Level:
addmenu(menu=["downloads",
,,104,1,"",plain_style,,,effect,,,,,,,,,,,,
,"Software", "show-menu=win98",,,1
3rd Level:
addmenu(menu=["win98",
,,136,1,"",plain_style,,,effect,,,,,,,,,,,,
,"Windows software", "win98.html",,,1
The links to each menu are in bold! Hope that helps you.
Oraya