|
:: shrugs :: Never used valueCommitted. Using
change for a TextInput for example causes problems because sometimes updating
every key stroke causes updates to happen too fast. focusOut ensures it
only happens when the user is "done" with the TextInput. You can use
enter, as well.
We have a component in our apps that extends
TextInput, and conslidates both enter & focusOut into a "valueComitted"
event as it were. Less coding anyway.
----- Original Message -----
From: Jason Hawryluk
Sent: Tuesday, July 11, 2006 11:47 AM
Subject: RE: [flexcoders] viewstack design pattern issue JesterXL ? Focusout changes data on the textinput ? What if the user just
get focus into the textinput, and does not change it?
I'm
using valueCommit on all components. Is focus out better for this
?
Hank:
Are you opening the same data multiple times, and you require that
related screens are observed ? I.e. update one, the other updates kind of
thing?
Jason
__._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com YAHOO! GROUPS LINKS
|
- Re: [flexcoders] viewstack design pattern issue hank williams
- Re: [flexcoders] viewstack design pattern issue JesterXL
- RE: [flexcoders] viewstack design pattern issue Jason Hawryluk
- Re: [flexcoders] viewstack design pattern issu... JesterXL
- RE: [flexcoders] viewstack design pattern ... Jason Hawryluk
- Re: [flexcoders] viewstack design pat... JesterXL
- RE: [flexcoders] viewstack design... Jason Hawryluk

