X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400

> I'm hoping for guidance with either a technical or design problem I am
> having with my application.  The application has a numeric text field for
> which only a certain range of integer values will ever be appropriate.
> My current plan is to prevent the user from ever entering invalid data.
>
> The field is already restricted to 3 characters and numerics only.
> By handling the keyDownEvent I am able to restrict the user's input and
> keep the numbers within the appropriate ranges.  However, when I use the
> keyboard dialog I never get the keyDownEvents, presumably since the
> dialog's event handler is getting them.

When you handle the event yourself, you should either call the default
handler
or simply return false.


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