focusIn & Flash
focusIn & Flash
- Started
- Last post
- 6 Responses
- pushme
I have an event that i want to fire everytime a user opens a comboBox. focusIn works but only the first time. any suggestion for how to release focus or go about it in another way? thx.
- pushme0
anybody?
- System-Idle0
could you set a var on focusIn
and reset the var on focusOut
- enjine0
it's not focusIn. it's onSetFocus.
and it should work the same every time, unless you delete the handler
- pushme0
I read the livedocs info on it but i'm not sure how onSetFocus solves the problem.
- Mick0
onRelease works with the combobox
- enjine0
oh this is a combo box, right...
i was thinking for some reason you were talking about a textfield. still, it's likely that onSetFocus could be a property of the combo box.