Re: AW: AW: [FALCONJX]Compiling Falcon with externs problems

2016-02-19 Thread Alex Harui
On 2/19/16, 12:50 PM, "Christofer Dutz" wrote: >Ok ... so what do you think of this? ;-) > >[INFO] > >[INFO] BUILD SUCCESS >[INFO]

Re: Question regards FlexJS and threads/workers

2016-02-19 Thread Alex Harui
On 2/19/16, 11:49 AM, "Jason Taylor" wrote: >was just wondering with FlexJS if we will better be able to utilize >background threads, and how that interaction might work. I haven't even thought about it. Both SWF and many browsers seem to support a "Worker" concept so I

Re: [Non-DoD Source] Re: HTTPService breakage in Flex SDK 4.15?

2016-02-19 Thread Nicholas Kwiatkowski
Did we hear back if this was HTTPS or HTTP? From what I understand, there were some changes in the Flash Player engine for HTTPS connections when 20 was released -- and it was released recently. This may cause some cryptos to fail if you were talking to older servers... -Nick On Fri, Feb 19,

AW: AW: [FALCONJX]Compiling Falcon with externs problems

2016-02-19 Thread Christofer Dutz
Ok ... so what do you think of this? ;-) [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] Total time: 14.472 s [INFO] Finished at: 2016-02-19T21:35:49+01:00

Question regards FlexJS and threads/workers

2016-02-19 Thread Jason Taylor
was just wondering with FlexJS if we will better be able to utilize background threads, and how that interaction might work. ~ JT

RE: [Non-DoD Source] Re: HTTPService breakage in Flex SDK 4.15?

2016-02-19 Thread Kessler CTR Mark J
Our HTTPService is working under the 4.15 SDK for https. This was testing with our web front ends (HTTPS) and returning XML responses. Hope this narrows it down a smidge. -Mark

Re: iOS This build is invalid

2016-02-19 Thread Clint M
If you're on windows it's most likely what Nick Collins said. Read this. https://forums.adobe.com/thread/2037674?start=0=0 If you're on windows try adding the new cert to your trusted root certs. http://www.thewindowsclub.com/manage-trusted-root-certificates-windows

Re: iOS This build is invalid

2016-02-19 Thread Clint M
Install the certificate you use to sign the application with into your keychain and then select it. Do you see any red text that says it's not signed by a recognized signer or do you see green text saying the certificate is valid? On Thu, Feb 18, 2016 at 10:06 AM, Pipsisewah

[FlexJS] Tree Component

2016-02-19 Thread Peter Ent
Hi, I've just finished adding a new component to the FlexJS HTML package: Tree. The Tree component is completely based on List and uses a new data model, HierarchicalData, found in the FlexJS Collections package. You can read more about Tree on the FlexJS Wiki

Re: iOS This build is invalid

2016-02-19 Thread Pipsisewah
Operating System + version: Windows 10 Flex SDK + version: Tried 15, 20, and 21 AIR SDK + version: Tried overlay onto 4.6 and directly from Apache for 4.15 combo Does it have an ANE: No ANEs What version of XCode + IOS SDK: Using Application Loader 3.0, no XCode What version of Java: Version 8

Re: iOS This build is invalid

2016-02-19 Thread Josef
Hello, I'm having same problems uploading my ios app to the App Store, too. Upload with the Aplication Manager is successfull. But iTunesConnect said "This build is invalid". I get the message: The binary with bundle identifier '[Deleted]' at path [Deleted] contains an invalid signature. Make

Re: HTTPService breakage in Flex SDK 4.15?

2016-02-19 Thread Clint M
Install an app like charles proxy on a computer and configure the proxy settings on the mobile device to run through the proxy. https://www.charlesproxy.com/documentation/faqs/using-charles-from-an-iphone/ Compare the raw http requests from 4.14 and 4.15 then maybe post the results if you can't

Re: iOS This build is invalid

2016-02-19 Thread Clint M
Hi... I just went through the headache of upgrading an older Flex mobile app. What are the versions of everything you're trying to build with? Operatin System + version: Flex SDK + version: AIR SDK + version: Does it have an ANE: What version of XCode + IOS SDK: What version of Java: On Thu,