So the Menu() command is my weapon of choice for creating user interfaces about 66.67% of the time. When I don't use it, it's because I need multi-layered menus, like the ones you get when you hit [MATH], or [prgm]. Is it possible to do this with menu() or any other single command?

example code:

WORKS:

Code:
Menu("name","a",a,"b",b,....


DOESN'T WORK:

Code:
Menu("layer1","a",a,"b",b,"layer2","ab",ab,"bb",bb,...


Code:
Menu("layer1","layer2","a",a,"b",b,"ab",ab,"bb",bb,...

[/code]
I know this might be confusing... I tried...
_iPhoenix_ wrote:
So the Menu() command is my weapon of choice for creating user interfaces about 66.67% of the time. When I don't use it, it's because I need multi-layered menus, like the ones you get when you hit [MATH], or [prgm]. Is it possible to do this with menu() or any other single command?

example code:

WORKS:

Code:
Menu("name","a",a,"b",b,....


DOESN'T WORK:

Code:
Menu("layer1","a",a,"b",b,"layer2","ab",ab,"bb",bb,...


Code:
Menu("layer1","layer2","a",a,"b",b,"ab",ab,"bb",bb,...

[/code]


I don't believe there is a way to do that using an OS feature, you'd probably need to use some sort of ASM command. If you want to have multiple menu's like on those menu's, you'd have to make a custom one, using text commands and your own cursor.

Quote:

I know this might be confusing... I tried...


Next time, if you have something else to say, please do not double post, use the edit button Smile
Unicorn wrote:
_iPhoenix_ wrote:
So the Menu() command is my weapon of choice for creating user interfaces about 66.67% of the time. When I don't use it, it's because I need multi-layered menus, like the ones you get when you hit [MATH], or [prgm]. Is it possible to do this with menu() or any other single command?

example code:

WORKS:

Code:
Menu("name","a",a,"b",b,....


DOESN'T WORK:

Code:
Menu("layer1","a",a,"b",b,"layer2","ab",ab,"bb",bb,...


Code:
Menu("layer1","layer2","a",a,"b",b,"ab",ab,"bb",bb,...

[/code]


I don't believe there is a way to do that using an OS feature, you'd probably need to use some sort of ASM command. If you want to have multiple menu's like on those menu's, you'd have to make a custom one, using text commands and your own cursor.

Quote:

I know this might be confusing... I tried...


Next time, if you have something else to say, please do not double post, use the edit button Smile


Ok thanks! (I'll fix it)
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 1 of 1
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement