Re: Minimum amount of files to compile a Flex or FlexJS application

2016-02-25 Thread Alex Harui
On 2/25/16, 7:10 PM, "jude" wrote: >fyi flexjs is awesome. first time running it. but i encountered a couple >of >errors in the demo i'm sure you're already aware of. > >#2082: Connect failed because the object is already connected. >TypeError: Error #1034: Type Coercion failed: cannot convert >

Re: update on radiate

2016-02-25 Thread jude
i've posted the road map and code here . On Thu, Feb 25, 2016 at 7:48 PM, jude wrote: > i've posted the change log here . > you can now use your own site (domain) for creating projects. it connects

update on radiate

2016-02-25 Thread jude
i've posted the change log here . you can now use your own site (domain) for creating projects. it connects to a wordpress instance to save the mxml documents. it also uses wordpress as a publishing platform. any document you design can be used as a "theme" for

Re: Minimum amount of files to compile a Flex or FlexJS application

2016-02-25 Thread jude
that's pretty slick. i posted a poc of a live mxml renderer here . you can see changes live by setting it to update on change. after you add a few components updating live becomes slow. if we used that falcon code we could apply delta changes. it could be a viab

Re: iOS This build is invalid

2016-02-25 Thread Josh Tynjala
The release notes for AIR 21 Beta lists the following known issue: [iOS][Win] IPA packaged on Windows machine cannot be submitted to the Apple App store. Error "This build is invalid" occurs in iTunes connect. I've seen folks in the Starling forums complain about not being able to submit iOS apps

Re: Memory leak caused by addChild() ?

2016-02-25 Thread Alex Harui
On 2/25/16, 4:33 AM, "XaviConde" wrote: >After reviewing my 'fix', actually what was happening is that it was >making >the application crash, which is why the application memory was not >increasing... > >Anyhow I think there should be only 1 instance of NonLeakySubcomponent in >memory at any t

Re: iOS This build is invalid

2016-02-25 Thread Pipsisewah
Thank you all for your help with this issue. Clint, I did see the red text on the certificates in my keychain indicating it had an error with signing. I went ahead and downloaded and installed the new Apple certificate and remade all my development and distribution certificates and installed them

Re: Memory leak caused by addChild() ?

2016-02-25 Thread XaviConde
After reviewing my 'fix', actually what was happening is that it was making the application crash, which is why the application memory was not increasing... Anyhow I think there should be only 1 instance of NonLeakySubcomponent in memory at any time, irregardless of whether the GC would collect i

Re: Memory leak caused by addChild() ?

2016-02-25 Thread XaviConde
Hi Alex, Clint, I've finally reproduced the behaviour that you mention, only that I've had to set the timer to 10 seconds. In that situation, forcing a garbage collection from profiler frees some instances, so the number of total instances is lower than Cumulative instances, without changing the c

[GitHub] flex-blazeds pull request: Fixed bug with flushing messages to pol...

2016-02-25 Thread peterjoel
GitHub user peterjoel opened a pull request: https://github.com/apache/flex-blazeds/pull/2 Fixed bug with flushing messages to polling client. When flushing the message queue on a poll, messageClient is null. (See [JavaDoc](https://github.com/apache/flex-blazeds/blob/master/modules/