Re: compiler warnings related with image visibility

2020-03-18 Thread Serkan Taş

What do you think Harbs?

17.03.2020 08:53 tarihinde Alex Harui yazdı:


I think that may be a valid set of warnings. @Harbs 
<mailto:harbs.li...@gmail.com> 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" 
*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: *"users@royale.apache.org"
<mailto:users@royale.apache.org> 
<mailto:users@royale.apache.org>
*Date: *Monday, March 16, 2020 at 9:42 PM
*To: *"users@royale.apache.org" <mailto:users@royale.apache.org>
 <mailto:users@royale.apache.org>, Carlos
Rovira  <mailto:carlosrov...@apache.org>
*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:

[Bindable("dataChange")]

public

functionget

iconList():IconListVO

{

returndata

asIconListVO;

}

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ş
(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

<https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&data=02%7C01%7Caharui%40adobe.com%7Cc933e9d3379b457470f508d7ca365a4a%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637200207109140930&sdata=WupyeJbZcxKAqPm0YEQCrIIMb4Bnasib0cQaX51OTqY%3D&reserved=0>










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 
<mailto:harbs.li...@gmail.com> 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" 
*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: *"users@royale.apache.org"
<mailto:users@royale.apache.org> 
<mailto:users@royale.apache.org>
*Date: *Monday, March 16, 2020 at 9:42 PM
*To: *"users@royale.apache.org" <mailto:users@royale.apache.org>
 <mailto:users@royale.apache.org>, Carlos
Rovira  <mailto:carlosrov...@apache.org>
*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:

[Bindable("dataChange")]

public

functionget

iconList():IconListVO

{

returndata

asIconListVO;

}

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ş
(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

<https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&data=02%7C01%7Caharui%40adobe.com%7Cc933e9d3379b457470f508d7ca365a4a%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637200207109140930&sdata=WupyeJbZcxKAqPm0YEQCrIIMb4Bnasib0cQaX51OTqY%3D&reserved=0>










Re: compiler warnings related with image visibility

2020-03-16 Thread Alex Harui
I think that may be a valid set of warnings.  
@Harbs<mailto:harbs.li...@gmail.com> 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" 
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: "users@royale.apache.org"<mailto:users@royale.apache.org> 
<mailto:users@royale.apache.org>
Date: Monday, March 16, 2020 at 9:42 PM
To: "users@royale.apache.org"<mailto:users@royale.apache.org> 
<mailto:users@royale.apache.org>, Carlos Rovira 
<mailto:carlosrov...@apache.org>
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:


[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ş 
(mailto:serkan@likyateknoloji.com>>) 
escribió:
For the source below I get some warnings. How can I avoid ?


[Bindable]
public var data:XML

[cid:image001.png@01D5FBE5.B7236390]


[cid:image002.png@01D5FBE5.B7236390]


Thanks,
Serkan


--
Carlos Rovira
http://about.me/carlosrovira<https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&data=02%7C01%7Caharui%40adobe.com%7Cc933e9d3379b457470f508d7ca365a4a%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637200207109140930&sdata=WupyeJbZcxKAqPm0YEQCrIIMb4Bnasib0cQaX51OTqY%3D&reserved=0>








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: 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:

[Bindable("dataChange")]

public

functionget

iconList():IconListVO

{

returndata

asIconListVO;

}

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ş
(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

<https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&data=02%7C01%7Caharui%40adobe.com%7Ceb338cde9e644befc43608d7ca2d866d%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637200169194667245&sdata=ZAf11ggS8hnTQI4gMDjsErD7xQulNWeB61L0YusjJSo%3D&reserved=0>







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 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ş 
(mailto:serkan@likyateknoloji.com>>) 
escribió:
For the source below I get some warnings. How can I avoid ?


[Bindable]
public var data:XML

[cid:image001.png@01D5FBE0.61997270]


[cid:image002.png@01D5FBE0.61997270]


Thanks,
Serkan


--
Carlos Rovira
http://about.me/carlosrovira<https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&data=02%7C01%7Caharui%40adobe.com%7Ceb338cde9e644befc43608d7ca2d866d%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637200169194667245&sdata=ZAf11ggS8hnTQI4gMDjsErD7xQulNWeB61L0YusjJSo%3D&reserved=0>





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 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ş 
(>) 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





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. 2020 a las 8:49, Serkan Taş ()
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


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