Re: compiler warnings related with image visibility

2020-03-18 Thread Serkan Taş
.apache.org" *Date: *Monday, March 16, 2020 at 10:45 PM *To: *"users@royale.apache.org" *Subject: *Re: compiler warnings related with image visibility [Bindable] public var data:XML 17.03.2020 08:15 tarihinde Alex Harui yazdı: What class or XML has the visualParams propert

Re: compiler warnings related with image visibility

2020-03-17 Thread Serkan Taş
.apache.org" *Date: *Monday, March 16, 2020 at 10:45 PM *To: *"users@royale.apache.org" *Subject: *Re: compiler warnings related with image visibility [Bindable] public var data:XML 17.03.2020 08:15 tarihinde Alex Harui yazdı: What class or XML has the visualParams propert

Re: compiler warnings related with image visibility

2020-03-16 Thread Alex Harui
ers@royale.apache.org" Subject: Re: compiler warnings related with image visibility [Bindable] public var data:XML 17.03.2020 08:15 tarihinde Alex Harui yazdı: What class or XML has the visualParams property? From: Serkan Taş <mailto:serkan@likyateknoloji.com> Reply-To: "

Re: compiler warnings related with image visibility

2020-03-16 Thread Serkan Taş
vira *Subject: *Re: compiler warnings related with image visibility 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: [

Re: compiler warnings related with image visibility

2020-03-16 Thread Alex Harui
What class or XML has the visualParams property? From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Monday, March 16, 2020 at 9:42 PM To: "users@royale.apache.org" , Carlos Rovira Subject: Re: compiler warnings related with image visibility Hi Carlos, I am not s

Re: compiler warnings related with image visibility

2020-03-16 Thread Serkan Taş
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

Re: compiler warnings related with image visibility

2020-03-16 Thread Carlos Rovira
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

compiler warnings related with image visibility

2020-03-16 Thread Serkan Taş
For the source below I get some warnings. How can I avoid ? [Bindable] public var data:XML Thanks, Serkan