Hi Carlos,

I am not sure how to implement in my case.

How can bind to Image ?

16.03.2020 12:35 tarihinde Carlos Rovira yazdı:
Hi Serkan,

for example in a renderer people use to do something like that:

[Bindable("dataChange")]
public function get iconList():IconListVO
{
return data as IconListVO;
}

so you bind in this case to iconList, and IconListVO has [Bindable] metadata at class level

HTH

Carlos


El lun., 16 mar. 2020 a las 8:49, Serkan Taş (<serkan....@likyateknoloji.com <mailto:serkan....@likyateknoloji.com>>) escribió:

    For the source below I get some warnings. How can I avoid ?


    [Bindable]
    public var data:XML







    Thanks,
    Serkan



--
Carlos Rovira
http://about.me/carlosrovira


Reply via email to