Menu system broken

Dependencies:   ANSITermMenuSystem

Fork of menuSystemMbed by Ryan Scott

Revision:
4:1178a1905490
Parent:
3:bdf42b6c15f4
Child:
7:df9f5b6dd4ed
--- a/HANDLER_InputPage.cpp	Fri Mar 08 17:37:11 2013 +0000
+++ b/HANDLER_InputPage.cpp	Tue Apr 16 18:42:03 2013 +0000
@@ -40,10 +40,13 @@
                     break;
                 case 0x07:
                     userSelection = pageMenu[INPUT].getHighlightedItem() ;
+                    pageMenu[INPUT].removeselection();
+                    pageMenu[INPUT].selection();
                     break;
                 }//eo select
 
                 // is the user selection an ACTION  assigned to this page
+ /*               
                 if (userSelection != 0 && userSelection > INPUTOFFSET)  //page selections are 0 through 12
                     {
                     // place code here to handle actions processed directly from this page
@@ -51,6 +54,7 @@
                         {
                         case INMIC:
                             printXY("Mic selected          ", 5, 10);
+        //                    pageMenu[INPUT].selection;
                             //call function to perform task
                             break;
                         case INLINE:
@@ -61,6 +65,7 @@
                     // eo place code here ......
                     userSelection = 0;
                     }
+ */                   
                 wait_ms(200);
             }//eo if kbhit
         }//eo while