Thanks. Since I do not have the real device, can anyone verify it?

Does the simulator simulates the keyboard itself?

Tony

Laurens wrote:
"Tony Yat-Tung Cheung" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]

Specifically I would like to support the "Return" key on those devices.


Hi Tony,

Just a guess (I don't have a UX50 either). You might be able to detect the
Return key by handling the keyDown event in your form's event handler.

case keyDownEvent:
    if (event->data.keyDown.chr == '\n') {
        // ...Do stuff here...
    }
    break;

I know this works with the Palm foldable keyboard(which I do have). Just an
idea.

Regards
-Laurens





--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to