You are suggesting that I should make a case in my main event handler and for 
the nilEvent and at this point in my program I should work in my loop ( ex-loop 
now a intermediate-state function) ?

Ok, but doesn't this force me to use a  EvtGetEvent(&event, nonZeroTime); in a 
second loop different from my main event handler?

Is this what you are suggesting? 
smth like:
//main event handler
switch (eventP-eType)
{
:
case ctlSelectEvent:
   SecondEventHandle(eventP);// do thing with the Stop and Start Buttons and at 
a nilEvent -> work with my function.
   break;
:
}
Tell me if I got it right.
Regards,Iulia
-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to