Mattheis, Erik (MIN-WSW) wrote:
I need to make a form that can be used without a mouse. I have
etc, which captures a control-s just fine, but it types a "box" character into
the textfield. How do I go about preventing this?
There is a preventDefault method in the Event class. But I am not sure
that it is used for this particular event. If it is not, just prevent
the event from being dispatched to the final object by calling
stopPropagation before that happens. You may need to use a capturing
listener for that.
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders