Hello again,
I am trying to add an event to the event queue (I decided it was easier to
do than rewrite the code in that part of my main form's event loop) and I
keep getting an erro is POSE that my program is trying to access low
memory. Is there a better way to add events? Code as follows:
EventType myEvent;
MemSet (&myEvent, sizeof(EventType),0);
myEvent.eType = ctlSelectEvent;
myEvent.data.ctlSelect.controlID = MainCalcButton;
EvtAddEventToQueue (&myEvent);
Thanks,
Andy
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/