Thanks for the idea! Ideally, I'd like to do wait for a ctlEnterEvent and do my processing when I get it. However, I do not know if I can do that as the the form that will be on the screen will belong to whatever app my program is interrupting.
I am guessing that, while my program is running, all UI events will go to it no matter which program put a form on the screen in the first place. "Neil Whitworth" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Patrick Lucas wrote: > > Guys > > > > is there is a way to query the active from for whatever control is where the > > stylus was tapped? Alternativelly, is it possible to enumerate through all > > the controls on a form? > > > > Many thanks for your help. > > > > Patrick > > > > > > > You can use FrmGetNumberOfObjects() to find out how many controls are on > your form, then iterate though all controls (using FrmGetObjectBounds() > to determine where each control is) > > Can you not wait for a ctlEnterEvent ? > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
