Menu system broken
Dependencies: ANSITermMenuSystem
Fork of menuSystemMbed by
Diff: HANDLER_AGCPage.cpp
- Revision:
- 4:1178a1905490
- Parent:
- 3:bdf42b6c15f4
- Child:
- 7:df9f5b6dd4ed
--- a/HANDLER_AGCPage.cpp Fri Mar 08 17:37:11 2013 +0000 +++ b/HANDLER_AGCPage.cpp Tue Apr 16 18:42:03 2013 +0000 @@ -40,26 +40,31 @@ break; case 0x07: userSelection = pageMenu[AGC].getHighlightedItem() ; + pageMenu[AGC].removeselection(); + pageMenu[AGC].selection(); break; }//eo select - +/* if (userSelection != 0 && userSelection != RECORDSET) { // place code here to handle actions processed directly from this page switch(userSelection) { case AGCON: - printXY("AGC is On ", 5, 10); + printXY(" ", 5,2); + printXY("<", 4, 1); //call function to perform task break; case AGCOFF: - printXY("AGC is Off ",5,10); + printXY(" ", 4, 1); + printXY("<",5, 2); //call function to perform task break; } // eo place code here ...... userSelection = 0; } +*/ wait_ms(200); }//eo if kbhit }//eo while