Hello folks,
I have stumbled upon a very weird behaviour on my Treo - the code below
works on TX and Sim, but on the Treo, the even never arrives in the form
event handler. The UI of the form consists just of a field(which has the
focus) - but the return char doesn't arrive there either:

        // send the string
        MemSet(&event, 0, sizeof(EventType));
        event.eType = keyDownEvent;
        event.data.keyDown.chr =   linefeedChr;
        EvtAddEventToQueue(&event);

Anyone have any idea what's going on here?

Best regards
Tam Hanna


-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to