You can generate quite a few of your own events.  Pass a value for
eventsEnum that is reserved for user events:

enum events {
...
firstUserEvent = 0x6000,
lastUserEvent  = 0x7FFF
} eventsEnum;

Take a look at the EventType structure for the details.

Cheers,
Tim Kostka


"Ritu Chawla" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi AAll,
>
> Can i generate my own event . I do not want to use Nil event becuase nil
> events can be generated by system also. I will not have any distinction to
> identify my event.
>
> rgds,
> Ritu
>
>
>



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

Reply via email to