RE: UIUtils vs RCPUIDUtils

2013-10-31 Thread Maurice Amsellem
I will do option #1. Thanks for your advice. Maurice -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : mercredi 30 octobre 2013 17:18 À : dev@flex.apache.org Objet : Re: UIUtils vs RCPUIDUtils IMO, having two copies of this code is better than breaking people's

RE: UIUtils vs RCPUIDUtils

2013-10-31 Thread piotr.zarzycki
Hi Maurice. When nightly build sdk with your changes will be available? Best Regards, Piotr - Flex/Air developer open to new job offers and challenges. piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/UIUtils-vs-RCPUIDUtils

RE: UIUtils vs RCPUIDUtils

2013-10-31 Thread Maurice Amsellem
] Envoyé : jeudi 31 octobre 2013 10:01 À : dev@flex.apache.org Objet : RE: UIUtils vs RCPUIDUtils Hi Maurice. When nightly build sdk with your changes will be available? Best Regards, Piotr - Flex/Air developer open to new job offers and challenges. piotrzarzyck...@gmail.com -- View this message

RE: UIUtils vs RCPUIDUtils

2013-10-31 Thread Maurice Amsellem
@flex.apache.org Objet : RE: UIUtils vs RCPUIDUtils Nightly build usually takes around one hour or so after the last git push, so you would get it soon :-) Use the installer to download it ( Select Flex SDK Nightly) Note that it's already 4.12 ... Maurice -Message d'origine- De

RE: UIUtils vs RCPUIDUtils

2013-10-31 Thread piotr.zarzycki
://apache-flex-development.247.n4.nabble.com/UIUtils-vs-RCPUIDUtils-tp31736p31782.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

UIUtils vs RCPUIDUtils

2013-10-30 Thread Maurice Amsellem
Hi team, Benoit Wiart has ported the UIDUtil optimization to RPCUIDUtil https://issues.apache.org/jira/browse/FLEX-33852 However, looking at the code, the two classes have the exact same behavior, except the additional getUID(item:Object):String in UIDUtils I don't know why there were two

Re: UIUtils vs RCPUIDUtils

2013-10-30 Thread Alex Harui
Without looking, it may be that RPCUIDUtils exists to allow the RPC SWC to have fewer dependencies on other Flex classes. It was a goal to have folks use RPC in non-Flex apps (certain AS-only projects). On 10/30/13 2:09 AM, Maurice Amsellem maurice.amsel...@systar.com wrote: Hi team, Benoit

RE: UIUtils vs RCPUIDUtils

2013-10-30 Thread Maurice Amsellem
Thanks Alex, that must be the reason. Do we have this constraint anymore in Apache Flex ? Maurice -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : mercredi 30 octobre 2013 14:16 À : dev@flex.apache.org Objet : Re: UIUtils vs RCPUIDUtils Without looking, it may

Re: UIUtils vs RCPUIDUtils

2013-10-30 Thread Alex Harui
be the reason. Do we have this constraint anymore in Apache Flex ? Maurice -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : mercredi 30 octobre 2013 14:16 À : dev@flex.apache.org Objet : Re: UIUtils vs RCPUIDUtils Without looking, it may be that RPCUIDUtils exists to allow

RE: UIUtils vs RCPUIDUtils

2013-10-30 Thread Maurice Amsellem
2013 15:47 À : dev@flex.apache.org Objet : Re: UIUtils vs RCPUIDUtils Well, so far, I believe every Apache Flex release has allowed it, but I haven't tested to make sure we haven't added unwanted dependencies. It was the main reason behind core.swc. -Alex On 10/30/13 7:00 AM, Maurice Amsellem

Re: UIUtils vs RCPUIDUtils

2013-10-30 Thread Alex Harui
...@adobe.com] Envoyé : mercredi 30 octobre 2013 15:47 À : dev@flex.apache.org Objet : Re: UIUtils vs RCPUIDUtils Well, so far, I believe every Apache Flex release has allowed it, but I haven't tested to make sure we haven't added unwanted dependencies. It was the main reason behind core.swc