Thanks

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Tim
Kostka
Sent: Wednesday, July 14, 2004 11:36 AM
To: Palm Developer Forum
Subject: Re: User defined Events


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/


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

Reply via email to