Re: Compiler warnings !

2020-06-10 Thread serkan
*Subject: *Re: Compiler warnings ! I do not like the way but it is really annoying and making hard to find out error cases. I may easily switch back if you can fix. Thanks, Serkan 10.06.2020 00:05 tarihinde Alex Harui yazdı: Up to you.  I will try to find some time to see why “a

Re: Compiler warnings !

2020-06-10 Thread Alex Harui
I pushed a change that should handle (data as XML).foo.bar.baz HTH, -Alex From: serkan Date: Tuesday, June 9, 2020 at 10:21 PM To: Alex Harui , "users@royale.apache.org" Subject: Re: Compiler warnings ! I do not like the way but it is really annoying and making hard to find out e

Re: Compiler warnings !

2020-06-09 Thread serkan
a warning is that you might miss an important one. -Alex *From: *serkan *Date: *Tuesday, June 9, 2020 at 2:01 PM *To: *Alex Harui , "users@royale.apache.org" *Subject: *Re: Compiler warnings ! Hi Alex, I tried both approaches but still get warnings. I may go with compiler optio

Re: Compiler warnings !

2020-06-09 Thread Alex Harui
Up to you. I will try to find some time to see why “as XML” did not work. The risk of suppressing a warning is that you might miss an important one. -Alex From: serkan Date: Tuesday, June 9, 2020 at 2:01 PM To: Alex Harui , "users@royale.apache.org" Subject: Re: Compiler warn

Re: Compiler warnings !

2020-06-09 Thread serkan
users@royale.apache.org" , Alex Harui *Subject: *Re: Compiler warnings ! Actually they are xml objects.                         SENSORDATA_HOURLY                             0                             false                 false                 false                 false            

Re: Compiler warnings !

2020-06-09 Thread Alex Harui
I don’t know. Try “as XML” and see if that solves the problem. From: serkan Date: Monday, June 8, 2020 at 1:26 PM To: "users@royale.apache.org" , Alex Harui Subject: Re: Compiler warnings ! Actually they are xml objects. SENSORD

Re: Compiler warnings !

2020-06-08 Thread serkan
rom: *serkan *Reply-To: *"users@royale.apache.org" *Date: *Monday, June 8, 2020 at 7:44 AM *To: *"users@royale.apache.org" *Subject: *Compiler warnings ! Hi, Is it possble to get rid of these warnings ? Warning: Data binding will not be able to detect

Re: Compiler warnings !

2020-06-08 Thread Alex Harui
ngeEvent__”. HTH, -Alex From: serkan Reply-To: "users@royale.apache.org" Date: Monday, June 8, 2020 at 7:44 AM To: "users@royale.apache.org" Subject: Compiler warnings ! Hi, Is it possble to get rid of these warnings ? Warning: Data binding will not be able to dete

Re: Compiler warnings !

2020-06-08 Thread serkan
Thanks Carlos, Serkan 8.06.2020 17:49 tarihinde Carlos Rovira yazdı: Hi, it would be good to have some @ comment to disable per case, but currently you can only turn all on/off: https://apache.github.io/royale-docs/compiler/compiler-options.html#show-binding-warnings El lun., 8 jun.

Re: Compiler warnings !

2020-06-08 Thread Carlos Rovira
Hi, it would be good to have some @ comment to disable per case, but currently you can only turn all on/off: https://apache.github.io/royale-docs/compiler/compiler-options.html#show-binding-warnings El lun., 8 jun. 2020 a las 16:44, serkan () escribió: > Hi, > > Is it possble to get rid of

Compiler warnings !

2020-06-08 Thread serkan
Hi, Is it possble to get rid of these warnings ? Warning: Data binding will not be able to detect assignments to 'isResumable'. visible="{data.visualParams.commandabilityParams.isResumable == true}" Thanks, Serkan

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