You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@royale.apache.org by Serkan Taş <se...@likyateknoloji.com> on 2020/03/19 12:35:48 UTC

Reminder !


18.03.2020 11:30 tarihinde Serkan Taş yazdı:
> 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 
>> <ma...@gmail.com> may know better as to whether there 
>> are change events in JS XML or not.
>>
>> -Alex
>>
>> *From: *Serkan Taş <se...@likyateknoloji.com>
>> *Reply-To: *"users@royale.apache.org" <us...@royale.apache.org>
>> *Date: *Monday, March 16, 2020 at 10:45 PM
>> *To: *"users@royale.apache.org" <us...@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ş <se...@likyateknoloji.com>
>>     <ma...@likyateknoloji.com>
>>     *Reply-To: *"users@royale.apache.org"
>>     <ma...@royale.apache.org> <us...@royale.apache.org>
>>     <ma...@royale.apache.org>
>>     *Date: *Monday, March 16, 2020 at 9:42 PM
>>     *To: *"users@royale.apache.org" <ma...@royale.apache.org>
>>     <us...@royale.apache.org> <ma...@royale.apache.org>,
>>     Carlos Rovira <ca...@apache.org>
>>     <ma...@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ş
>>         (<serkan.tas@likyateknoloji.com
>>         <ma...@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: Reminder !

Posted by Harbs <ha...@gmail.com>.
Cool.

> On May 27, 2020, at 8:51 PM, Greg Dove <gr...@gmail.com> wrote:
> 
> Fyi I have made a start on this, and parts are working already locally. I think I can have something complete working by early next week. It is zero weight if never used (dead code elimination)
> 
> On Thu, 28 May 2020, 04:17 Alex Harui, <aharui@adobe.com <ma...@adobe.com>> wrote:
> I think it is a callback instead of an event.  See mx.utils.XMLNotifier in the Flex code.  AIUI, each XML node supports a setNotification method which appears to be undocumented so maybe was in the AS3 namespace.
> 
>  
> 
> But I think it might be overkill for Serkan’s scenario.
> 
>  
> 
> -Alex
> 
>  
> 
> From: Harbs <harbs.lists@gmail.com <ma...@gmail.com>>
> Reply-To: "users@royale.apache.org <ma...@royale.apache.org>" <users@royale.apache.org <ma...@royale.apache.org>>
> Date: Wednesday, May 27, 2020 at 4:54 AM
> To: "users@royale.apache.org <ma...@royale.apache.org>" <users@royale.apache.org <ma...@royale.apache.org>>
> Subject: Re: Reminder !
> 
>  
> 
> I just noticed this email now. Sorry for missing it!
> 
>  
> 
> AFAIK, we never added events to XML and I don’t think it’ll work. Does Flash XML dispatch events?
> 
>  
> 
> On Mar 19, 2020, at 2:35 PM, Serkan Taş <serkan.tas@likyateknoloji.com <ma...@likyateknoloji.com>> wrote:
> 
>  
> 
> 
> 
> 
> 18.03.2020 11:30 tarihinde Serkan Taş yazdı:
> 
> 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 <ma...@gmail.com> may know better as to whether there are change events in JS XML or not.
> 
>  
> 
> -Alex
> 
>  
> 
>  
> 
>  
> 
> From: Serkan Taş <se...@likyateknoloji.com> <ma...@likyateknoloji.com>
> Reply-To: "users@royale.apache.org" <ma...@royale.apache.org> <us...@royale.apache.org> <ma...@royale.apache.org>
> Date: Monday, March 16, 2020 at 10:45 PM
> To: "users@royale.apache.org" <ma...@royale.apache.org> <us...@royale.apache.org> <ma...@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ş <se...@likyateknoloji.com> <ma...@likyateknoloji.com>
> Reply-To: "users@royale.apache.org" <ma...@royale.apache.org> <us...@royale.apache.org> <ma...@royale.apache.org>
> Date: Monday, March 16, 2020 at 9:42 PM
> To: "users@royale.apache.org" <ma...@royale.apache.org> <us...@royale.apache.org> <ma...@royale.apache.org>, Carlos Rovira <ca...@apache.org> <ma...@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ş (<serkan.tas@likyateknoloji.com <ma...@likyateknoloji.com>>) escribió:
> 
> For the source below I get some warnings. How can I avoid ?
> 
> 
> [Bindable]
> public var data:XML
> 
> <image001.png>
> 
> 
> <image002.png>
> 
> 
> 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%7Cc7ad8fa55dd6418fece208d80234c473%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637261772954036337&sdata=zqaeGc0lruHeS98w674J6cbHDY6Q8ynIZ8Rk7PwcL4I%3D&reserved=0>
>  
> 


Re: Reminder !

Posted by Greg Dove <gr...@gmail.com>.
Fyi I have made a start on this, and parts are working already locally. I
think I can have something complete working by early next week. It is zero
weight if never used (dead code elimination)

On Thu, 28 May 2020, 04:17 Alex Harui, <ah...@adobe.com> wrote:

> I think it is a callback instead of an event.  See mx.utils.XMLNotifier in
> the Flex code.  AIUI, each XML node supports a setNotification method which
> appears to be undocumented so maybe was in the AS3 namespace.
>
>
>
> But I think it might be overkill for Serkan’s scenario.
>
>
>
> -Alex
>
>
>
> *From: *Harbs <ha...@gmail.com>
> *Reply-To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Date: *Wednesday, May 27, 2020 at 4:54 AM
> *To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Subject: *Re: Reminder !
>
>
>
> I just noticed this email now. Sorry for missing it!
>
>
>
> AFAIK, we never added events to XML and I don’t think it’ll work. Does
> Flash XML dispatch events?
>
>
>
> On Mar 19, 2020, at 2:35 PM, Serkan Taş <se...@likyateknoloji.com>
> wrote:
>
>
>
>
>
> 18.03.2020 11:30 tarihinde Serkan Taş yazdı:
>
> 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
> <ha...@gmail.com> may know better as to whether there are change
> events in JS XML or not.
>
>
>
> -Alex
>
>
>
>
>
>
>
> *From: *Serkan Taş <se...@likyateknoloji.com>
> <se...@likyateknoloji.com>
> *Reply-To: *"users@royale.apache.org" <us...@royale.apache.org>
> <us...@royale.apache.org> <us...@royale.apache.org>
> *Date: *Monday, March 16, 2020 at 10:45 PM
> *To: *"users@royale.apache.org" <us...@royale.apache.org>
> <us...@royale.apache.org> <us...@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ş <se...@likyateknoloji.com>
> <se...@likyateknoloji.com>
> *Reply-To: *"users@royale.apache.org" <us...@royale.apache.org>
> <us...@royale.apache.org> <us...@royale.apache.org>
> *Date: *Monday, March 16, 2020 at 9:42 PM
> *To: *"users@royale.apache.org" <us...@royale.apache.org>
> <us...@royale.apache.org> <us...@royale.apache.org>, Carlos Rovira
> <ca...@apache.org> <ca...@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ş (<
> serkan.tas@likyateknoloji.com>) escribió:
>
> For the source below I get some warnings. How can I avoid ?
>
>
> [Bindable]
> public var data:XML
>
> <image001.png>
>
>
> <image002.png>
>
>
> 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%7Cc7ad8fa55dd6418fece208d80234c473%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637261772954036337&sdata=zqaeGc0lruHeS98w674J6cbHDY6Q8ynIZ8Rk7PwcL4I%3D&reserved=0>
>
>
>

Re: Reminder !

Posted by Alex Harui <ah...@adobe.com>.
I think it is a callback instead of an event.  See mx.utils.XMLNotifier in the Flex code.  AIUI, each XML node supports a setNotification method which appears to be undocumented so maybe was in the AS3 namespace.

But I think it might be overkill for Serkan’s scenario.

-Alex

From: Harbs <ha...@gmail.com>
Reply-To: "users@royale.apache.org" <us...@royale.apache.org>
Date: Wednesday, May 27, 2020 at 4:54 AM
To: "users@royale.apache.org" <us...@royale.apache.org>
Subject: Re: Reminder !

I just noticed this email now. Sorry for missing it!

AFAIK, we never added events to XML and I don’t think it’ll work. Does Flash XML dispatch events?

On Mar 19, 2020, at 2:35 PM, Serkan Taş <se...@likyateknoloji.com>> wrote:



18.03.2020 11:30 tarihinde Serkan Taş yazdı:
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<ma...@gmail.com> may know better as to whether there are change events in JS XML or not.

-Alex



From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Date: Monday, March 16, 2020 at 10:45 PM
To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@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ş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Date: Monday, March 16, 2020 at 9:42 PM
To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>, Carlos Rovira <ca...@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ş (<se...@likyateknoloji.com>>) escribió:
For the source below I get some warnings. How can I avoid ?


[Bindable]
public var data:XML

<image001.png>


<image002.png>


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%7Cc7ad8fa55dd6418fece208d80234c473%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637261772954036337&sdata=zqaeGc0lruHeS98w674J6cbHDY6Q8ynIZ8Rk7PwcL4I%3D&reserved=0>


Re: Reminder !

Posted by Harbs <ha...@gmail.com>.
I just noticed this email now. Sorry for missing it!

AFAIK, we never added events to XML and I don’t think it’ll work. Does Flash XML dispatch events?

> On Mar 19, 2020, at 2:35 PM, Serkan Taş <se...@likyateknoloji.com> wrote:
> 
> 
> 
> 18.03.2020 11:30 tarihinde Serkan Taş yazdı:
>> 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 <ma...@gmail.com> may know better as to whether there are change events in JS XML or not.
>>>  
>>> -Alex
>>>  
>>>  
>>>  
>>> From: Serkan Taş <se...@likyateknoloji.com> <ma...@likyateknoloji.com>
>>> Reply-To: "users@royale.apache.org" <ma...@royale.apache.org> <us...@royale.apache.org> <ma...@royale.apache.org>
>>> Date: Monday, March 16, 2020 at 10:45 PM
>>> To: "users@royale.apache.org" <ma...@royale.apache.org> <us...@royale.apache.org> <ma...@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ş <se...@likyateknoloji.com> <ma...@likyateknoloji.com>
>>> Reply-To: "users@royale.apache.org" <ma...@royale.apache.org> <us...@royale.apache.org> <ma...@royale.apache.org>
>>> Date: Monday, March 16, 2020 at 9:42 PM
>>> To: "users@royale.apache.org" <ma...@royale.apache.org> <us...@royale.apache.org> <ma...@royale.apache.org>, Carlos Rovira <ca...@apache.org> <ma...@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ş (<serkan.tas@likyateknoloji.com <ma...@likyateknoloji.com>>) escribió:
>>> For the source below I get some warnings. How can I avoid ?
>>> 
>>> 
>>> [Bindable]
>>> public var data:XML
>>> 
>>> <image001.png>
>>> 
>>> 
>>> <image002.png>
>>> 
>>> 
>>> 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>