and rejecting special keys like DELETE, BACKSPACE, LEFT, RIGHT, etc.
Those keys don't initiate a textInput event. Try it. Thank for the
suggestion though.
-Steven
--- In [email protected], "Manish Jethani"
<[EMAIL PROTECTED]> wrote:
>
> On 5/19/06, Steven Toth <[EMAIL PROTECTED]> wrote:
>
> >what should I be doing so I can reject certain keystrokes?
>
> Listen for the *textInput* event on the TextField at a higher priority
> and call preventDefault() on the event object. See the documentation
> for TextField and its textInput event.
>
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

