Menu system broken

Dependencies:   ANSITermMenuSystem

Fork of menuSystemMbed by Ryan Scott

Revision:
4:1178a1905490
Parent:
3:bdf42b6c15f4
Child:
7:df9f5b6dd4ed
--- a/HANDLER_OutputPage.cpp	Fri Mar 08 17:37:11 2013 +0000
+++ b/HANDLER_OutputPage.cpp	Tue Apr 16 18:42:03 2013 +0000
@@ -40,10 +40,12 @@
                     break;
                 case 0x07:
                     userSelection = pageMenu[OUTPUT].getHighlightedItem() ;
+                    pageMenu[OUTPUT].removeselection();
+                    pageMenu[OUTPUT].selection();
                     break;
                 }//eo select
 
-                
+ /*               
                 if (userSelection != 0 && userSelection != RECORDSET)
                     {
                     // place code here to handle actions processed directly from this page
@@ -65,6 +67,7 @@
                     // eo place code here ......
                     userSelection = 0;
                     }
+*/                    
                 wait_ms(200);
             }//eo if kbhit
         }//eo while