Re: [DISCUSSION] Release Apache Flex FlexUnit 4.2.0 RC2

2014-03-27 Thread Alex Harui
Agreed. I'm learning something new every time there is a post on that thread. On 3/27/14 10:55 PM, "Justin Mclean" wrote: >Hi, > >In a current licensing conversation on the incubator list this issue has >just been bought up and states that for source releases there is no need >to add to the LIC

Re: [DISCUSSION] Release Apache Flex FlexUnit 4.2.0 RC2

2014-03-27 Thread Justin Mclean
Hi, In a current licensing conversation on the incubator list this issue has just been bought up and states that for source releases there is no need to add to the LICENSE file for any MIT or BSD licences. For binary releases it a little more complex as the ASF provides no guidance for binary

Re: Air iOS app - Blank white screen

2014-03-27 Thread OmPrakash Muppirala
On Thu, Mar 27, 2014 at 8:53 PM, Alex Harui wrote: > So did the "can't run scripts" limitation go away? > > I take that back. I changed the code in the iOS app to embed the fonts directly. Sorry for the noise. Thanks, Om > On 3/27/14 8:48 PM, "OmPrakash Muppirala" wrote: > > >On Thu, Mar 27

Re: Air iOS app - Blank white screen

2014-03-27 Thread OmPrakash Muppirala
>From the documentation [1], starting AIR 3.6: For locally packaged secondary SWFs: *AOT (Ahead of Time) Mode* *Interpreter Mode* *Local secondary SWF with ABC* Earlier loading such a SWF gave the uncompiled AS Error.With this feature, this will work Works (unchanged) *Local secondary SWF w/

Re: Air iOS app - Blank white screen

2014-03-27 Thread Alex Harui
So did the "can't run scripts" limitation go away? On 3/27/14 8:48 PM, "OmPrakash Muppirala" wrote: >On Thu, Mar 27, 2014 at 8:38 PM, Greg Dove wrote: > >> I think even if it is embedde correctly, if it is embedded as a >>ByteArray >> then I don't think that works on iOS, because Loader.loadByt

Re: Air iOS app - Blank white screen

2014-03-27 Thread OmPrakash Muppirala
On Thu, Mar 27, 2014 at 8:38 PM, Greg Dove wrote: > I think even if it is embedde correctly, if it is embedded as a ByteArray > then I don't think that works on iOS, because Loader.loadBytes doesn't work > I think. > > Loader.loadBytes does work. I am able to load a font compiled into a swf duri

Re: Air iOS app - Blank white screen

2014-03-27 Thread Greg Dove
I think even if it is embedde correctly, if it is embedded as a ByteArray then I don't think that works on iOS, because Loader.loadBytes doesn't work I think. On Fri, Mar 28, 2014 at 4:27 PM, Alex Harui wrote: > You might want to verify that the embeds are there in the final package. > I don't

Re: [DISCUSSION] Release Apache Flex FlexUnit 4.2.0 RC2

2014-03-27 Thread Alex Harui
On 3/27/14 7:16 PM, "Michael A. Labriola" wrote: >>I would change the notice to say that some of the code (instead of >>original, since original is Adobe) was developed by DP. > >It was not originally Adobe code. FlexUnit 4 is a complete rewrite. We >included FlexUnit1 for backward compatibilit

Re: Air iOS app - Blank white screen

2014-03-27 Thread OmPrakash Muppirala
On Thu, Mar 27, 2014 at 8:27 PM, Alex Harui wrote: > You might want to verify that the embeds are there in the final package. > I don't know if there is a dump tool so you might need to instrument your > code. > Good point. I had an issue once where - config.properties wouldn't get embedded. B

Re: Air iOS app - Blank white screen

2014-03-27 Thread Alex Harui
You might want to verify that the embeds are there in the final package. I don't know if there is a dump tool so you might need to instrument your code. On 3/27/14 5:33 PM, "Flexicious.com" wrote: >Spark image same story. We have the mx lib in the build path. We are using >mx and spark component

Re: Search in Apache Flex Docs?

2014-03-27 Thread Alex Harui
On 3/27/14 7:07 PM, "Joseph Balderson" wrote: >But it raises the question -- how do we get MXML coding conventions which >are >not a part of actual classes, but are compiler-interpreted, into the >asdocs? Do you want to see it on the classes or is another doc chapter good enough? -Alex

Re: [DISCUSSION] Release Apache Flex FlexUnit 4.2.0 RC2

2014-03-27 Thread Alex Harui
On 3/27/14 7:16 PM, "Michael A. Labriola" wrote: > >DP had an agreement with all contributors and we have the right to donate >the code. If there is any concern, we can try to reach out to Brian and >also get him to sign a grant. OK, I just wanted to make sure. If the agreement was similar to t

Re: [DISCUSSION] Release Apache Flex FlexUnit 4.2.0 RC2

2014-03-27 Thread Justin Mclean
Hi, > The person who answered on legal-discuss said he "would expect" that the > LICENSE file made it clear which files were mapped to these non-AL > licenses as well as having the correct headers in the source. It clear from the header on those file and there's nothing about doing that at [1] s

Re: [DISCUSSION] Release Apache Flex FlexUnit 4.2.0 RC2

2014-03-27 Thread Alex Harui
The person who answered on legal-discuss said he "would expect" that the LICENSE file made it clear which files were mapped to these non-AL licenses as well as having the correct headers in the source. So, I figure we should do it just to be safe. You may not need to list every file if you can li

RE: [DISCUSSION] Release Apache Flex FlexUnit 4.2.0 RC2

2014-03-27 Thread Michael A. Labriola
>Sorry about that - changed to Apache header and checked in. No worries. Easy mistake as they were in similar packages. I just want Apache headers on everything that can have them. Mike

RE: [DISCUSSION] Release Apache Flex FlexUnit 4.2.0 RC2

2014-03-27 Thread Michael A. Labriola
>I would change the notice to say that some of the code (instead of original, >since original is Adobe) was developed by DP. It was not originally Adobe code. FlexUnit 4 is a complete rewrite. We included FlexUnit1 for backward compatibility. FlexUnit 4 will run without a single line of Adobe c

Re: [DISCUSSION] Release Apache Flex FlexUnit 4.2.0 RC2

2014-03-27 Thread Justin Mclean
Hi, > And these 2 files were missing from the list which I assume should be Adobe > licensed. >> /FlexUnit4UIListener/src/org/flexunit/flexui/data/filter/IgnoredTestFunctionStatus.as > No, we wrote this one > >> /FlexUnit4UIListener/src/org/flexunit/listeners/UIListener.as > No, this one was ou

RE: [DISCUSSION] Release Apache Flex FlexUnit 4.2.0 RC2

2014-03-27 Thread Michael A. Labriola
And these 2 files were missing from the list which I assume should be Adobe licensed. >/FlexUnit4UIListener/src/org/flexunit/flexui/data/filter/IgnoredTestFunctionStatus.as No, we wrote this one >/FlexUnit4UIListener/src/org/flexunit/listeners/UIListener.as No, this one was ours

Re: Search in Apache Flex Docs?

2014-03-27 Thread Joseph Balderson
Actually, I take that back, my bad. It seems that the Apache flex ASDOCs are indeed SE crawled. (google for example "state site:flex.apache.org/asdoc") I guess I had to have the misfortune of searching for a property (itemCreationPolicy) which is not actually a class property but a states-specific

Re: Air iOS app - Blank white screen

2014-03-27 Thread Greg Dove
instead of embedding them, did you try loading them as an external asset via url, packaged with the app. All the swf assets I use in iOS projects are as external files. On Fri, Mar 28, 2014 at 1:33 PM, Flexicious.com wrote: > Spark image same story. We have the mx lib in the build path. We are

Re: [DISCUSSION] Release Apache Flex FlexUnit 4.2.0 RC2

2014-03-27 Thread Justin Mclean
Hi, > And in license list the files not under Apache There is no need to list the files as far as I'm aware as the header give the licence. [1] Justin 1. https://www.apache.org/dev/licensing-howto.html

Re: [DISCUSSION] Release Apache Flex FlexUnit 4.2.0 RC2

2014-03-27 Thread Justin Mclean
Hi, > I'm offline now. Did you add the work around for github download to the > release notes? In the README: Also if you use Java SDK 1.7 you may encounter SSL errors when downloading 3rd party files as part of the build process to fix this issue On Windows

Re: [DISCUSSION] Release Apache Flex FlexUnit 4.2.0 RC2

2014-03-27 Thread Justin Mclean
Hi, > I would change the notice to say that some of the code (instead of > original, since original is Adobe) was developed by DP. "Some" is probably misleading as most of the code was done by DP (more than 2100 files are now Apache licensed, less than 70 are Adobe licenced) This is probably mo

Re: [DISCUSSION] Release Apache Flex FlexUnit 4.2.0 RC2

2014-03-27 Thread Alex Harui
And in license list the files not under Apache Sent via the PANTECH Discover, an AT&T 4G LTE smartphone. Alex Harui wrote: I'm offline now. Did you add the work around for github download to the release notes? Sent via the PANTECH Discover, an AT&T 4G LTE smartphone. Alex Harui wrote: I wo

Re: Air iOS app - Blank white screen

2014-03-27 Thread Flexicious.com
Spark image same story. We have the mx lib in the build path. We are using mx and spark components across the app. Everything works fine, until you introduce swfs as the source for an image control . On Thu, Mar 27, 2014 at 11:57 AM, OmPrakash Muppirala wrote: > On Mar 27, 2014 6:34 AM, "Alex Ha

Re: [DISCUSSION] Release Apache Flex FlexUnit 4.2.0 RC2

2014-03-27 Thread Alex Harui
I'm offline now. Did you add the work around for github download to the release notes? Sent via the PANTECH Discover, an AT&T 4G LTE smartphone. Alex Harui wrote: I would change the notice to say that some of the code (instead of original, since original is Adobe) was developed by DP. The LIC

Re: [DISCUSSION] Release Apache Flex FlexUnit 4.2.0 RC2

2014-03-27 Thread Alex Harui
I would change the notice to say that some of the code (instead of original, since original is Adobe) was developed by DP. The LICENSE file should have the flex lib MIT license with including copyright, and the Adobe BSD with copyright. I would like to hear from Mike about the contributor agreeme

Re: [DISCUSSION] Release Apache Flex FlexUnit 4.2.0 RC2

2014-03-27 Thread Justin Mclean
Hi, Going through and fixing the headers I noticed that this file Is from flexlib (MIT licensed). /FlexUnit4UIListener/src/org/flexunit/flexui/controls/PromptingTextInput.as And these 2 files were missing from the list which I assume should be Adobe licensed. /FlexUnit4UIListener/src/org/

[FlexJS] PhoneGap

2014-03-27 Thread Peter Ent
Hi, As you may have read earlier today in an email thread, I'm working on getting a FlexJS example to run in PhoneGap on a mobile device. Part one of that task was to make an easy way to build the PhoneGap project from an existing FlexJS project. I've put an ANT script into the flex-asjs reposi

Re: Air iOS app - Blank white screen

2014-03-27 Thread OmPrakash Muppirala
On Mar 27, 2014 6:34 AM, "Alex Harui" wrote: > > Pretty sure loading SWFs, even embedded SWFs at runtime is not allowed on > IOS because of the restriction on interpreted code. There is no technical limitation for this. Swfs should load fine. It may not pass through the App store approval proce

RE: Air iOS app - Blank white screen

2014-03-27 Thread Flexicious.com
Yup. Saw that. That's what I thought. You could load local embedded swf. But it needs to be asset only swf. No as code. Need to talk to the graphics designer how he generated the swf. May be some as code snuck in. On Mar 27, 2014 10:53 AM, "Jason Moore" wrote: > My understanding is that you can l

Re: Air iOS app - Blank white screen

2014-03-27 Thread Alex Harui
I think you're right. I'll retract what I said earlier. But there might be an issue if there is script in the SWF. On 3/27/14 7:53 AM, "Jason Moore" wrote: >My understanding is that you can load SWFs that are included in the >application ( not loaded from remote ). I happened to be looking at

RE: Air iOS app - Blank white screen

2014-03-27 Thread Jason Moore
My understanding is that you can load SWFs that are included in the application ( not loaded from remote ). I happened to be looking at this recently.. See old Adobe blog post: http://blogs.adobe.com/airodynamics/2012/11/09/packaging-and-loading-mul tiple-swfs-in-air-apps-on-ios/ Which is quite

Re: Air iOS app - Blank white screen

2014-03-27 Thread Alex Harui
Pretty sure loading SWFs, even embedded SWFs at runtime is not allowed on IOS because of the restriction on interpreted code. -Alex On 3/27/14 6:08 AM, "Flexicious.com" wrote: >Thanks Alex - we did try that - for some reason it choked right before it >could alert the message. We seem to have na

Re: app name issue for ukrainian langague

2014-03-27 Thread Scott Talsma
Sounds like you are supporting a lot of languages. That means you probably have a build process in place. My app is similar (but I don't support Ukrainian). Here are things I would investigate: 1. Drop your text into a CDATA. My build scripts has lots of issues across their various langu

Re: Air iOS app - Blank white screen

2014-03-27 Thread Flexicious.com
Thanks Alex - we did try that - for some reason it choked right before it could alert the message. We seem to have narrowed down the problem to images that use swf files as source. Once we remove these images, the app loads. So that begs the question, how do you get the Image component to load swf

Re: Please go vote for INFRA ticket

2014-03-27 Thread Erik de Bruin
> > Not sure whats on builds.apache.org. Only Admins can reliably find out > the > version info. > I found this in the footer of the Jenkins page: Jenkins ver. 1.558-SNAPSHOT (private-03/25/2014 21:10 GMT-jenkins) EdB -- Ix Multimedia Software Jan Luykenstraat 27 35

Re: Please go vote for INFRA ticket

2014-03-27 Thread Jose Barragan
voted! __ Jose Barragan Senior Software Engineer Codeoscopic +34 912 94 80 80 http://www.codeoscopic.com On 26 Mar 2014, at 22:32, Carlos Rovira wrote: > voted! :) > > > 2014-03-26 21:19 GMT+01:00 OmPrakash Muppirala : > >> On the flex-mustella.cloudapp.net VM: >> Jenkins:

RE: flex-sdk_mustella-mobile - Build # 615 - Fixed!

2014-03-27 Thread Maurice Amsellem
Frankly, the failure was really strange ( persistence of view data in ViewNavigator), so maybe a timing issue ? Maurice -Message d'origine- De : omup...@gmail.com [mailto:omup...@gmail.com] De la part de OmPrakash Muppirala Envoyé : jeudi 27 mars 2014 04:35 À : dev@flex.apache.org Obje