SUB sub menu?

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
Disappearing Boy
Beginner
Beginner
Posts: 1
Joined: Thu Apr 03, 2003 6:53 pm

SUB sub menu?

Post by Disappearing Boy »

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..
Oraya
Beginner
Beginner
Posts: 9
Joined: Tue Apr 01, 2003 10:11 pm

Re: SUB sub menu?

Post by Oraya »

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
Post Reply