Flex do not detect chenage in mx:TextInput


hi,

 

i using flex 3.5 in application (for version have licence).

i noticed problem when using windows version of flashplayer (on linux debug verion working fine).

i have form mx:textinputs.

when user type data textinput changes correctly reflected in data. when user makes 'select->paste' textinput change not reflected in data.

 

any idea why? , how fix this?

hllo,
i ever had problem i've solution, can listen event on focus interactions, event listener focusout : [code]
mytextinput.addeventlistener(focusevent.focus_out,function(e:focusevent):void{
/* write traitment here : can modify data wich not binded in change event operation copy->paste ! */
}
});
[/code]



More discussions in Flex (Read Only)


adobe

Comments

Popular posts from this blog

How to set the order of FAQs instead of alphabetical

Thread: Get UK Keyboard working

how do I change the e-mail address for my merchant account