Hi group,

I wanted to make a simple PleaseWait form.
This is the decision I ended:

 FormPtr formP = FrmInitForm(PleaseWaitForm);
 FrmSetActiveForm(formP);
 FrmDrawForm(formP);

// not so lengthy process

 FrmReturnToForm(0);

The problem is that pen events (and others) are buffered and application
gets mad after form is closed if the user had become impatient

Any ideas?

Thanks!
    George VS ([EMAIL PROTECTED])




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

Reply via email to