I'm adapting code for OS5. In my code to handle a selection of a row within a table, I want to invoke a tblSelectEvent. The code below (for tblEnter handler) works in OS 4.x, but the event seems to be ignored in OS 5. Any ideas on what I'm missing here?
Paul... - - - - EventType eNewEvent; ... MemSet(&eNewEvent, sizeof(EventType), 0); eNewEvent.eType = tblSelectEvent; eNewEvent.data.tblSelect.pTable = pTable; eNewEvent.data.tblSelect.row = x; eNewEvent.data.tblSelect.column = y; EvtAddEventToQueue(&eNewEvent); _________________________________________________________________ dpw Designs http://www.dpwdesigns.com mailto:[EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
