Hi,

my problem i the following :

I have a form with a standard button which opens another form when
taped. Let's say the button is placed at X, Y on the screen.
In the second form, the area containing the point at X, Y is sensitive
to a pen up event and opens a third form. The problem is that when I tap
on the button of the first form, the second one is opened (normal) but I
still have a penUpEvent in the event queue, and that causes the third
form to open since the second one handles the penUpEvent on X, Y
I can manage to fix the problem using a boolean in the second form but I
would like to understand what happens exactly.
Anybody's got an idea ?

thomas




-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to