Re: compiler warnings related with image visibility

2020-03-16 Thread Serkan Taş
Thank Aelx, Serkan. 17.03.2020 08:53 tarihinde Alex Harui yazdı: I think that may be a valid set of warnings. @Harbs may know better as to whether there are change events in JS XML or not. -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Dat

Re: compiler warnings related with image visibility

2020-03-16 Thread Alex Harui
I think that may be a valid set of warnings. @Harbs may know better as to whether there are change events in JS XML or not. -Alex From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Monday, March 16, 2020 at 10:45 PM To: "users@royale.apache.org" Subje

Re: compiler warnings related with image visibility

2020-03-16 Thread Serkan Taş
[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ş *Reply-To: *"users@royale.apache.org" *Date: *Monday, March 16, 2020 at 9:42 PM *To: *"users@royale.apache.org" , Carlos Rovira *Subject: *Re: co

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 sure how to implement i

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 IconLis

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 mar.

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