> case MainButDoneButton:
>       MemSet(&Event, sizeof(EventType), 0);   //zeros the record, ie fillmem
>       Event.eType = appStopEvent;
>       Event.data.frmLoad.formID = eventP->data.frmLoad.formID;
>       EvtAddEventToQueue(&Event);
>       handled = true;
>       break;

  you dont need the "frmLoad.formID" assignment

// az
[EMAIL PROTECTED]
http://www.ardiri.com/    <--- free games!


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