"obj" is a instance of VO(value object), do you think if the binding is ok?
Thank

Mark


----- Original Message ----
From: Tracy Spratt <[EMAIL PROTECTED]>
To: flexcoders@yahoogroups.com
Sent: Wednesday, April 30, 2008 3:19:33 PM
Subject: RE: [flexcoders] binding question?


Is “obj” type “Object”?
Dynamic Object properties are not bindable.
 
Tracy 
 

________________________________
 
From:[EMAIL PROTECTED] ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf 
Of markflex2007
Sent: Wednesday, April 30, 2008
2:41 PM
To: [EMAIL PROTECTED] ups.com
Subject: [flexcoders] binding
question?
 
I have two screens for testing.

a) I set object values in screen 1 (for instance obj.value ="abc")
and
go to screen 2
b) I show the value in screen 2 with binding (for instance <mx:Label
x="37" y="46" text="{obj.value} "/> and go
to screen 1

it works fine when it excute first time.(from screen 1 to screen 2)

Afater I change from screen 2 to screen 1,the binding value
{obj.value} in screen 2 keep the previous value even if I change 
the object values in screen 1 (for instance obj.value ="xyz").

but the binding value {obj.value} should change to "xyz",do you know
why this happen.

Thanks for your help.

Mark    


      
____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

Reply via email to