/var/www/restricted/ssh/stm32/www/stm32circle/
phpMyVisites | Open source web analytics
Pages: 1
Hello,I am trying to use a menu in my application and as soon as I show the menu it freezes. Is there a menu 'helper' function that needs to be called somewhere?
tMenu Menu1 = { 1, "Select Mode", 3, 0, 0, 0, 0, 0, 0, { { " Load File ", fLoad , 0, 1 }, { "Program Device", fProgram, 0, 1 }, { " Quit ", MENU_LEAVE, 0, 1 } } };
then in Application_Ini I call:
MENU_Set(&Menu1);
What am I missing?Thanks,Shawn
Offline
We will publish later today a dictaphone application. It includes a menu, and you could take it as example.