Re: Error #2032 on mobile devices

2013-07-07 Thread Carl Kelvin
Hi 

Try to re-install and install your adobe air. Don't forget clear cache. For 
some reason maybe you have slow connection when you try to send the message it 
makes the apps hangs up. Error #2032 is a stream-error.



 From: Alex Harui 
To: "users@flex.apache.org"  
Sent: Saturday, July 6, 2013 10:31 PM
Subject: Re: Error #2032 on mobile devices
 

Flexcapacitor's blog contains a great article on error #2032
http://www.judahfrangipane.com/blog/2007/02/15/error-2032-stream-error/

Try getting the HTTP_RESPONSE_STATUS event as suggested in the post and
see if that additional information provides useful clues.

-Alex

On 7/6/13 12:39 AM, "mariana.gheor...@crispico.com"
 wrote:

>I apologize for the confusion, the problem we are facing is indeed
>
>> Error #2032: Stream Error. URL:
>http://188.27.183.186:8080/org.flowerplatform.web.app/messagebroker/stream
>ingamf?command=open&version=1
>
>The URL is fine, but for some reason the message does not get through to
>the server. Is it possible that the communication drops if the application
>freezes for a moment? For example, if we're displaying a large text in a
>TextArea, the app will hang a bit on a mobile device. May this be a
>reason? Even though, as I mentioned, the error seems to happen randomly,
>without this being the case.
>
>And another thing, the app is able to reconnect to the server and
>communicate normally afterwards, until of course we get that streaming
>error again, and the cycle repeats itself.
>
>> Hello,
>>
>> We have started testing our mobile application from our devices (Android
>> smartphone/tablet) and we are able to connect to our server through a
>> BlazeDS streaming channel; however, we get Error #2023 at seemingly
>>random
>> moments. What we've noticed: the error always occurs after displaying
>>some
>> text in a TextArea, however it may happen at any moment, for no apparent
>> reason.
>>
>> We are able to use the app just fine from a desktop web browser and from
>> the AIR mobile simulator using the streaming channel, this problem only
>> happens with a mobile device, and only with the streaming channel.
>>
>> Any suggestions are greatly appreciated!
>>
>>
>

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" 
To: users@flex.apache.org 
Sent: Wednesday, August 14, 2013 10:36 AM
Subject: Re: question about the flex installer
 

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 the latest version now that there is 
automatic updating of flash player and inclusion of the plugin in modern 
browsers by default. 



-Original Message-
From: maven apache 
To: users@flex.apache.org
Sent: Tue, 13 Aug 2013 9:14 PM
Subject: question about the flex installer

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 run and only run  on 11.8? People who have flash player
lower than 11.8 will not access my application?


If  this is true, I think choose the latest version is not a good idea.

So I wonder which version is better?

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 IDE's used 
only one IDE to avoid confusion after that if you master that IDE then try the 
others then compare which one you really like. Adapt the environment of the IDE 
and you will be happy.





 From: Thiago Maia 
To: users@flex.apache.org 
Sent: Wednesday, August 14, 2013 9:13 AM
Subject: Re: IDE for Apache Flex
 

Hello

     Did you make work IntelliJ+Tomcat+Java+Blazeds?

thanks

Thiago
> 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 with Apache Flex.
>
> Mat
>
> On Tue, Aug 13, 2013 at 11:25 AM, Jonathan Campos wrote:
>
>> On Sat, Aug 10, 2013 at 2:16 PM, Daniel D  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 platform to develop a better IDE.
>>>
>> Intellij works with all the different languages. Same idea as Eclipse, just
>> a plugin away. I would highly recommend checking it out. The environment
>> feels a lot more polished compared to Eclipse.
>>
>> J
>>
>>
>> --
>> Jonathan Campos
>>

Re: cross domain issue with AS3 worker

2013-08-13 Thread Carl Kelvin
Hi;

Do you have a crossdomain.xml? If not try to create. Its just a small file that 
gave you the access for cross domain



 From: Adrian Gillette 
To: users@flex.apache.org 
Sent: Wednesday, August 14, 2013 1:00 PM
Subject: cross domain issue with AS3 worker
 

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 due to lack of policy file 
permissions."  Any ideas on how to fix this?

A

Re: cross domain issue with AS3 worker

2013-08-14 Thread Carl Kelvin
No. Its a different file. You have to create a file like this:

"
http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd";>

   
"

And save it as crossdomain.xml and save it where your blazeds was.

Anyway you can read this article for reference.
http://tgeorgiev.blogspot.com/2010/01/flex-spring-blazeds-integration-on-web.html





 From: Mark Line 
To: users@flex.apache.org; 'Carl Kelvin'  
Sent: Wednesday, August 14, 2013 3:36 PM
Subject: RE: cross domain issue with AS3 worker
 

When you are creating the worker are you passing true as the 2nd parameter to 
give the app permissions? 

WorkerDomain.current.createWorker(Workers.name, true);

-Original Message-
From: Carl Kelvin [mailto:carl_b...@yahoo.com] 
Sent: 14 August 2013 06:40
To: users@flex.apache.org
Subject: Re: cross domain issue with AS3 worker

Hi;

Do you have a crossdomain.xml? If not try to create. Its just a small file that 
gave you the access for cross domain



From: Adrian Gillette 
To: users@flex.apache.org 
Sent: Wednesday, August 14, 2013 1:00 PM
Subject: cross domain issue with AS3 worker


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 due to lack of policy file 
permissions."  Any ideas on how to fix this?

A

Re: adobe flex vs apache flex

2013-08-14 Thread Carl Kelvin
Adobe flex was donated to Apache and become open source. Apache flex have a lot 
of additional features and new SDK was already release. You can visit their 
site @ www.flex.apache.org



 From: Carlos Velasco 
To: "users@flex.apache.org"  
Sent: Wednesday, August 14, 2013 4:17 PM
Subject: Re: adobe flex vs apache flex
 

Apache FLEX was before Adobe FLEX. It was donated by Adobe to Apache last
year, so you'll find references to Apache from 4.8 version of the SDK.


2013/8/14 maven apache 

> Hi:
>
> What is the difference between adobe flex and apache flex or are they  the
> same thing?
>
> Because I am new in flex, once I search some questions in google, I will
> find most of them links will refer to the adobe site.
>
>
> I hope someone can give some explanation.
>
>
> Thanks.
>