Struggling with resource files

2017-10-01 Thread Harbs
I’m trying to figure out an elegant way to use resource bundles in a PAYG way and I’m having trouble. I’m actually not really sure how resource bundles are compiled and used in classic Flex. As I see it, there’s three cases where resource bundles might be used: 1. The locale is known at

[Royale] Localization and I8N

2017-10-01 Thread Idylog - Nicolas Granon
Ok for the dev royale list. Thank for your work and information about Validators. I will definitely have a (deep) look at it. As you say, it is a good example of the kind of class to which we might contribute to, and it will be quite instructive to study. Furthermore, we have an AsyncValidator

Re: [royale-asjs] branch feature/flexjs_wrapper updated (ad9458e -> 9b33767)

2017-10-01 Thread Harbs
Any objection to me merging this into develop? > On Oct 1, 2017, at 11:20 AM, pio...@apache.org wrote: > > This is an automated email from the ASF dual-hosted git repository. > > piotrz pushed a change to branch feature/flexjs_wrapper > in repository

Re: FlexJS element setter

2017-10-01 Thread Piotr Zarzycki
Hi Harbs, I'm adding Royale dev list. I just checked your changes with more complex app and apart of many conflicts during merge with my custom SDK I don't see any problems. Take a look into my comments to one of your commit. Once you do that from my sight is green light to merge it to develop.

Re: Nightly Builds Available

2017-10-01 Thread Piotr Zarzycki
Alex, Thanks new nightly JS Only is working nicely with Moonshine along with my fix. :) Thank you! Piotr 2017-10-01 16:13 GMT+02:00 Alex Harui : > Yes, you are correct that the SWCs got corrupted. I made one change but > won't have time to test until later today.

License issue for back port of AMF code

2017-10-01 Thread Justin Mclean
Hi, The recently back ported AMF code [1] looks to have a license issue. It seems on the surface to be Apache licensed [2] but is in fact based on this code [3] which is Artistic License/GPL licensed. [4] There’s been some discussion on the artistic license on various lists/JIRA but it's not

Possible license issue with new web site

2017-10-01 Thread Justin Mclean
Hi, I looked at the placeholder for the new site. [1] My understanding is that it’s intended to be moved to Word Press or be hosted at a VM at the ASF. The theme that is being used is under a commercial license [2] do we know if infra/the ASF would be OK in hosting that / having the main site

RE: Struggling with resource files

2017-10-01 Thread Idylog - Nicolas Granon
Hi Harbs, "I’m not sure if a default resource bundle should be included at compile time as well." Well, it seems to me that, in Flex, there must be a default bundle (cooked inside the swf) that is used by the framework itself for a number of tasks : Standard validators, standard formatters,

Re: Struggling with resource files

2017-10-01 Thread Harbs
> On Oct 1, 2017, at 2:42 PM, Idylog - Nicolas Granon > wrote: > > Hi Harbs, > > "I’m not sure if a default resource bundle should be included at compile time > as well." > > Well, it seems to me that, in Flex, there must be a default bundle (cooked > inside the swf)