Try using

BindingUtils.bindSetter and create function.


________________________________
From: markflex2007 <markflex2...@yahoo.com>
To: flexcoders@yahoogroups.com
Sent: Friday, May 22, 2009 5:07:21 PM
Subject: [flexcoders] BindingUtils question.





I read a demo
BindingUtils. bindProperty( dogNameText, "text", myDog, "name")

dogNameText is textInput and myDog is a object

how to I bind dogNameText' s Texr property to one variable like "myString"

BindingUtils. bindProperty( dogNameText, "text", myString) give me error.

Please give me a idea how to do this.Thanks

Mark





      

Reply via email to