From: "Steve Achelis" <[EMAIL PROTECTED]>

> So I filled an event type with a keyDownEvent, the chr 31, etc. and call
> EvtAddEventToQueue().  The problem is, it scrolls all the way to the end
of
> my field every time (as if I were holding down a repeating button, but
this
> event is attached to a normal button).

Did you clear the event structure first?

MemSet( &event, sizeof(EventType), 0 );



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