Forgot a step

//somehwere else in your code to trigger focus on one of the text inputs'
var element = currentFacture.getElementAt(<some index>);

After that you have to set the focused property on element before updating

element.focused = true/false;





--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/

Reply via email to