Are you testing this within the IDE?  Just a guess, but perhaps you need
to Control>Disable Keyboard Shortcuts

>> -----Original Message-----
>> From: [EMAIL PROTECTED] [mailto:flashcoders-
>> [EMAIL PROTECTED] On Behalf Of Danny Kodicek
>> Sent: Thursday, June 21, 2007 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 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 misses the first carriage return after text, but gets
events
>> for
>> subsequent returns (until other text is written in)
>> 
>> Anyone else seen this behaviour before? I tried it in a vanilla movie
and
>> the same doesn't happen, so it's got to be something I'm doing, but I
>> can't
>> think what it could be. The textField is part of a complicated
structure
>> and
>> has a number of other events it's listening to, but surely onChanged
is
>> onChanged?
>> 
>> Danny
>> 
>> 
>> _______________________________________________
>> Flashcoders@chattyfig.figleaf.com
>> To change your subscription options or search the archive:
>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>> 
>> Brought to you by Fig Leaf Software
>> Premier Authorized Adobe Consulting and Training
>> http://www.figleaf.com
>> http://training.figleaf.com
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to