> From: ThuNguyet Nguyen [mailto:[EMAIL PROTECTED]]
> I use ctlEnterEvent (is queued to the event queue when the pen
> tap on the button) [...] and my code works (I think it means that
> the system catches the events) but the button is never highlighted.
> I did return "true" in the eventHandler. 
> I hope I make myself clear this time

Now it's so clear, you actually answered your own question!  :-)  You need
to return false from the ctlEnter event handler to let the OS do the
highlighting.  Returning true tells the OS to ignore the event.

-slj-


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