Charles Rezsonya wrote:

>is it possible to create your own event?  ie,  insteada having frmOpenEvent:
>can i have 'myEvent' ?  i am trying to have an event set to trigger an
>action in a form that i wish to have it handled.
Another alternative to creating your own event type is to use a custom 
update code, if that's appropriate for what you're doing. So you'd call 
FrmUpdateForm( formPtr, customcode ); and then in your event loop, when 
you get an update event, check the code and decide what to do.

Again, this may not be appropriate for what you're doing, but it's a 
lightweight alternative that could be useful.

Dave Johnson

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

Reply via email to