RE: [Flashcoders] onChanged and carriage return

2007-06-21 Thread Danny Kodicek
> Are you testing this within the IDE? Just a guess, but > perhaps you need to Control>Disable Keyboard Shortcuts It's a good idea, but I don't think that's it - the key press is getting through fine, it's just that the onChanged isn't happening. I've hacked a solution by setting a flag in the

RE: [Flashcoders] onChanged and carriage return

2007-06-21 Thread Pete Miller
7:11 AM >> To: flashcoders@chattyfig.figleaf.com >> Subject: [Flashcoders] onChanged and carriage return >> >> I've got a text field that is listening for onChanged events. For some >> reason, it's not getting some of these events when they're ca

[Flashcoders] onChanged and carriage return

2007-06-21 Thread Danny Kodicek
I've got a text field that is listening for onChanged events. For some reason, it's not getting some of these events when they're carriage returns: "a" : get the event return : no event "a": another event return : no event return : get the event "a" : get the event return : no event That is: it m