Do you want to actually create an event, or react to a condition?

If it's a condition, you could use a global Boolean (or integer if you have
more than two conditions).

To create an event, you could use the System Event Manager routines.
EventAddEventToQueue will add it to the event queue.  You would have to
define an EventType structure for your new event, look at SysEvent.h.  I
haven't tried it, but you should be able to do it.

Regards,

Steve

-----Original Message-----
From: Charles Rezsonya [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 10, 2000 4:38 PM
To: Palm Developer Forum
Subject: Events


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. can a small snippet on
atleast how to setup the structure correctly be provide?  thats all i'm
figuring out.

thx

Charles R


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

-- 
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