[flexcoders] FocusOut event fires over and over...

2010-03-24 Thread Laurence
I want a pop-up window to appear when someone tabs out of a particular TextInput in my app. So I simply set its FocusOut event equal to the function that makes the pop-up window appear... Sounds simple enough, right? But the FocusOut event keeps occurring over and over... I type something

[flexcoders] FocusOut Issue in AdvancedDataGrid with ItemRenderers

2009-08-06 Thread mfsiddiq
Hi I am having issue with FocusOut Event.I have an ADG with TextInput as my renderer in most of the columns.I have added a FocusOut Event as listener on my textInput Renderer component.FocusOut Event gets triggered whenever my focus moves away from the TextInput to any blank areas on the ADG

[flexcoders] FocusOut ??

2006-08-31 Thread Rich Tretola
I am having an issue where the focusOut on a text input will run the function that I have assigned but will then return focus to the calling text input. The following code shows this occuring in a simple example. Just put your focus on the top text input and then tab out. You will see the alert