here is a break up of my programm :
-i set up the screen and the widgets/ button i wanted to use... they work very well by them selfs, i had put the WidgetMessageQueueProcess in an infinite loop.
-i then aded and adc (on one of the pins not used by the kentec l35) set up with a timmer (frequency of 20Hz.... )
-> the problem is when i add the adc to the main code the buttons stop working!!, but the adc works (i checked that the value was changing frequently).
I think the problem is that the adc is interupting the WidgetMessageQueueProcess soo the button press are not processed...
dose anyone know how to solve this problem.. i tried making a frequent interrupt (10000000hz) to call WidgetMessageQueueProcess ...(that worked but then the adc stoped working -.-)