Re: Error message after update to 4.10

2013-08-13 Thread Thiago Maia
Hello Alex aee, really really thanks, it worked now, flex 4.10... -) thanks I'm not sure I understand your configuration. You are not using FlashBuilder? When do you see this error? The goal is to set the Java flag java.util.Arrays.useLegacyMergeSort. java

Re: Multiple ActionScript Workers Problem

2013-08-13 Thread Tom Chiverton
On 12/08/2013 15:49, moushuai00 wrote: Hi All: I used the air multithreading features in my project. Before exiting my project I had closed all workers, But the main thread will not be closed! Why?? My OS is win XP, Air sdk version is 3.5 and IDE version is FB 4.6 Does it throw an

Re: Error message after update to 4.10

2013-08-13 Thread Alex Harui
Great! Could you tell us what you did to get it working? Thanks, -Alex On 8/12/13 10:45 PM, Thiago Maia a...@a00s.com wrote: Hello Alex aee, really really thanks, it worked now, flex 4.10... -) thanks I'm not sure I understand your configuration. You are not using FlashBuilder?

Re: IDE for Apache Flex

2013-08-13 Thread Jonathan Campos
On Sat, Aug 10, 2013 at 2:16 PM, Daniel D daniel...@gmail.com wrote: And another, Flex runs with several backend languages, IntelliJ only works with Java? I do not know, Eclipse runs with Java, PHP, C, C + +, Pearl, Python,. .. NET etc. .. just install the plugins, I think the eclipse

Re: IDE for Apache Flex

2013-08-13 Thread Mathieu St-Gelais
I must agree with that. I won't an IDE war here, but I've been using Eclipse for 5 or 6 years, and I'm very happy I moved to IntelliJ. My boss pays for the full edition, so I'm in developer's heaven. ;-) In the end, everyone must choose his favorite IDE, but as of now, IntelliJ works wonderfully

Re: Error message after update to 4.10

2013-08-13 Thread Thiago Maia
Hello Alex Sure, inside Eclipse folder have the file eclipse.ini I added in the end -Djava.util.Arrays.useLegacyMergeSort=true restarted Eclipse and everithing start to work -) thanks a lot Thiago Great! Could you tell us what you did to get it working? Thanks, -Alex On

question about the flex installer

2013-08-13 Thread maven apache
Hi: I am new in flex, and I download the Apache Flex® SDK Installer 2.6 . However I am not exactly sure what does the `Select flash player version` mean: https://www.dropbox.com/s/1xmf8j5hyl8yeue/flex.png Does it mean that if I choose version 11.8, then all the application I created will be

Re: question about the flex installer

2013-08-13 Thread flex
The latest version is always a good idea :) The latest version includes the latest feature set, security updates and etc. The only reason to choose an older version is to specifically target a particular environment that might be locked into an older version. It's generally pretty easy to have

Re: question about the flex installer

2013-08-13 Thread Carl Kelvin
Hi; Choose the latest version since flash player itself has an update. Its better also since you can fully used the new features that added in new flex sdk's. From: f...@dfguy.us f...@dfguy.us To: users@flex.apache.org Sent: Wednesday, August 14, 2013 10:36

Re: IDE for Apache Flex

2013-08-13 Thread Carl Kelvin
Hi Maia; You can visit this site:  Some examples are here for references only. http://confluence.jetbrains.com/display/IDEADEV/Sample+IDEA+Projects Everyone has a different favorite IDE depends on the developers needs and wants. Some like flash develop others like IntelliJ. If your new to

Re: IDE for Apache Flex

2013-08-13 Thread Thiago Maia
Thanks Carl -) Hi Maia; You can visit this site: Some examples are here for references only. http://confluence.jetbrains.com/display/IDEADEV/Sample+IDEA+Projects Everyone has a different favorite IDE depends on the developers needs and wants. Some like flash develop others like IntelliJ.

cross domain issue with AS3 worker

2013-08-13 Thread Adrian Gillette
HI everyone, I'm helping someone with their Flex project, in which they're attempting to offload the logic for making API calls to a blazeDS server and processing the response to a worker swf. In making the API call from the worker swf, blazeDS is responding with the following error … denied

Re: Caching Modules in background

2013-08-13 Thread OmPrakash Muppirala
One simple way would be to just make a bunch of urlrequests and let it download and get cached by the browser. When it is time to actually load the module, load it again with the same url - this time the swf loads from the cache and will be much faster. Loading from the disk would make the module