I tried to disable a control button by using

CtlSetEnabled( ...., false);
Myfunction();
CtlSetEnabled( ....., true);

but when I press the button during the execution of Myfunction(), the system
still respond to the button I pressed during that time after Myfunction()
has finished.
Any idea?

Thanks.

Jacky


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to