I have a repeating control which changes the value of a field, and then calls FrmUpdateForm, which when handled, does a fair amount of calculation and updates the screen. The problem is that with every repeat event, frmUpdateEvent gets handled before the next ctlRepeatEvent, so the form gets continually updated, which causes a drag. I would rather that the frmUpdateEvent gets handled after the release of the control. How do I set it up, other than using my own event loop.
Also, I would like to know how long the control has been depressed, so that the longer it is held, the program will increment the value quicker. How do I do that? I do not have access to globals while this is happening. LionScribe -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
