Hello, I have an application where I have to fire a Pen down event on a form. The form has a button with co-ordinates 100,100.
I declare a pen down event in the form load function with the co-ordinates 100,100 and add it to the queue. I want the button to be clicked as soon as the form is loaded. The regulations put on the application are Control ID of the button is not available Since I do not have the resource id of the button I cannot write a ctlselect event. I believe the system will take the pen down event and automatically click the button as it does internally when we use the stylus. The event handler in this case should be the System Event handler and should not be written explicitly. Can anyone help me in this. My program seems to be running fine, but with a explicit declaration of the Pen down event handler and using the control resouce ID of the button but I should be able to do the same without the resource ID of the button and a explicit event handler for the pen down event. Regards, Shyam -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
