How can I display an Object's string property?
i'm trying use
<mx:label text = "object.object_string" />
but displays "object.object_string" , not string property associated object. know simple question noob ask, i'd appreciative if me out.
thanks
hi,
trying ?
<mx:label text = "{object.object_string}" />
, if want string representation of object can use tostring() method
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment