HI,
Is there any documentation on the MENU usage fro the Circle OS application.I am not able to get how can I make the Menu Persists, Leave,and go back to the running activity and then how can I call back the Menu again.
I am doing something like this :
Application_Ini()
{
//setting the MENU
MENU_Set( &My_Menu );
//do Initialaizations
return MENU_LEAVE;
}
Inside Application_Handler()
{
//displaying data on the LCD
return MENU_CONTINUE;
}
My task is to make the Menu Options(like this) >
____Option 1
____Option 11
____Option 12
____Option 13
____Option 2
____Option 21
____Option 22
____Option 23
____Option 3
____Option 31
____Option 32
____Option 33
User goes to Option1>Option11(similairly for all options) and once he is done with settigns required options he come back to teh activity where the data displaying keeps running.
I need some demo example or the Documentation for Menu_(status).
PLz asssit me on this.
Rgds,
Softy
Last edited by softy (2013-03-19 06:59:30)