Hi,
I am trying to generate my own custom events under Palm 6.0. I defined ...
secondUserEvent = 0x6001
as member of eventsEnumTag enum. The EventType structure defination for
this event as,
typedef struct {
eventsEnum eType;
Boolean penDown;
UInt8 tapCount;
Int16 screenX;
Int16 screenY;
union {
struct _GenericEventType generic;
struct {
uint16_t slideID;
} secondUser;
} data;
} MyCustomEventType;
And used EvtAddEventToQueueAtTime to post my event. But I am not getting
secondUserEvent in application eventloop. Also EvtAddEventToQueueAtTime
does not return any error. Can anybody throw light on this..?
Thanks in advance
Regards,
Pravin Tamkhane
Even the longest journey begins with the first step.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/