Welcome! Log In Create A New Profile

Advanced

multi-item text menu with navigation?

Posted by timehacker11 
multi-item text menu with navigation?
April 21, 2013 07:53AM
I am taking a open source app (SMGExtractor) and taking it further to dump files from other games.

I am wanting to know how to handle a multi-item text menu and navigation to different files.

Thanks,
timehacker11.
Re: multi-item text menu with navigation?
April 21, 2013 07:44PM
I'm confused. Do you want the source code for a menu? Check out [wiibrew.org] or [wiibrew.org]
Re: multi-item text menu with navigation?
April 21, 2013 11:39PM
Quote
owen
I'm confused. Do you want the source code for a menu? Check out [wiibrew.org] or [wiibrew.org]

Thanks; these are excellent examples! Thanks for the links.

Though one thing: I still don't get how to have multiple items on the menu and use the dpad for navigation. (ex: pressing down or up to select menu options.



Edited 1 time(s). Last edit at 04/21/2013 11:40PM by timehacker11.
Re: multi-item text menu with navigation?
April 22, 2013 04:48AM
You need to read the documentation for the menu library that you are using. Or create your own menu code. You basically have a int menu_selected=0; then when you press down you increment the variable; menu_selected++; or menu_selected--; Its basic stuff. IF those source codes in the links are too hard for you to read I would suggest you learn to code your own menu first. I did that for my own games, saved me allot of time and headache.
Sorry, only registered users may post in this forum.

Click here to login