Hi all,
               I want to make my textInput editable only on doubleclick. I
am trying to avoid separate action script function.
 I was trying following code
<mx:TextInput x="414" y="25" editable="false" borderStyle="none"
color="#3B5598" text="yogi4yu" doubleClick="{this.editable=true
;this.borderStyle="inset";}"/>

I think "this" refers to main application class, n not that texInput. How to
refer to component in current focus ?
-- 


Regards,
Yogesh

Reply via email to