Rich Client Conferences

2014-06-04 Thread Carlos Rovira
Hi, I was talking with a friend that pointed me to some conferences for Rich Client Technologies where Apache Flex would be of interest (there's no representation of flex technology right now). I think I'll share the links so people could know about this event and maybe it could be of interest to

RE: HTTPService Example

2014-06-04 Thread Logibérica - Paulo Esgaio
Sorry for the late answer. I didn't receive any error, but on the server side (using PHP) the $_POST var is empty. The http headers are OK. Here's the partial code: private var _HTTPService:HTTPService = new HTTPService(); ... _HTTPService.method = "POST" _HTTPService.url = _url; _HTTPService.c

Re: HTTPService Example

2014-06-04 Thread Deepak MS
Are you missing result and fault events? _HTTPService.addEventListener("result",onResult); _HTTPService.addEventListener("fault",onFault); On Wed, Jun 4, 2014 at 4:18 PM, Logibérica - Paulo Esgaio < pesg...@logiberica.com> wrote: > Sorry for the late answer. > > I didn't receive any error, but

RE: HTTPService Example

2014-06-04 Thread Logibérica - Paulo Esgaio
Hi No they are there. It always ends on onRequestComplete(), and on the server side I get a request. On the onRequestComplete I can read the previous posted data onto _HTTPService.contentData, on the property _HTTPService.result_data. It seems that _HTTPService.contentData is not being send to

Re: HTTPService Example

2014-06-04 Thread arjun reddy
Check your content type parameter on your service instance, use default and try. Thanks! On Wed, Jun 4, 2014 at 7:57 AM, Logibérica - Paulo Esgaio < pesg...@logiberica.com> wrote: > Hi > > No they are there. It always ends on onRequestComplete(), and on the > server side I get a request. > On t

Re: [Forward]To Adobe Leaderships - A very bold and crazy proposal about AS4 and Swift

2014-06-04 Thread jude
Can't we make our own AS4 with Falcon? Or add the features we want to AS3 and call it AS4? What does Falcon convert to? I thought it was bytecode but then FalconJS converts to another language. On Tue, Jun 3, 2014 at 12:10 PM, zavr wrote: > In my opinion, developing AS4 will cost Adobe a lot o

Re: [Mustella] still failing, must fix

2014-06-04 Thread Erik de Bruin
We're going on 3 weeks with a failing Mustella now, and lots of commits still being made to the repo... Are you ready to revert whatever is causing these failures? You know who you are... EdB On Mon, Jun 2, 2014 at 8:38 PM, Alex Harui wrote: > > > On 6/2/14 11:25 AM, "Michael A. Labriola"

Re: [Forward]To Adobe Leaderships - A very bold and crazy proposal about AS4 and Swift

2014-06-04 Thread Gary Yang
Define your AS4 please! is it just a set of features? why can't accomplish them by upgrade AS3? On Wed, Jun 4, 2014 at 12:36 PM, jude wrote: > Can't we make our own AS4 with Falcon? Or add the features we want to AS3 > and call it AS4? > > What does Falcon convert to? I thought it was bytecod

Re: [Forward]To Adobe Leaderships - A very bold and crazy proposal about AS4 and Swift

2014-06-04 Thread Erik de Bruin
Theoretically, we can, as long as our AS4 doesn't require any player changes. Falcon compiles to bytecode (SWF). FalconJS (deprecated) and FalconJX convert to JS, but require Falcon which creates the AST from code. EdB On Wed, Jun 4, 2014 at 6:36 PM, jude wrote: > Can't we make our own AS4

Re: [DRAFT] Apache Flex June 2014 Report

2014-06-04 Thread OmPrakash Muppirala
Numbers as of 2 minutes ago: Flex 4.12.0 - 7933 installs Flex 4.12.1 - 4557 installs FlexJS 0.0.1 - 321 installs (Total failures, btw, are still high - 2942 failures in all categories) Thanks, Om On Tue, Jun 3, 2014 at 9:51 PM, Alex Harui wrote: > Time to file a report again. Can someone s

Re: [DRAFT] Apache Flex June 2014 Report

2014-06-04 Thread Alex Harui
Thanks. I'm going to be checking in a newer MD5 algorithm and cutting an Installer RC soon so we can get more information on the failures. We also usually report web-site hits per-day. Do you have a figure for that? Thanks, -Alex On 6/4/14 11:33 AM, "OmPrakash Muppirala" wrote: >Numbers as o

Re: [DRAFT] Apache Flex June 2014 Report

2014-06-04 Thread OmPrakash Muppirala
On Wed, Jun 4, 2014 at 11:53 AM, Alex Harui wrote: > Thanks. I'm going to be checking in a newer MD5 algorithm and cutting an > Installer RC soon so we can get more information on the failures. > Cool. And I do see the "info" param with the stack trace information in some of the calls. > > W

Re: [DRAFT] Apache Flex June 2014 Report

2014-06-04 Thread Alex Harui
On 6/4/14 12:19 PM, "OmPrakash Muppirala" wrote: >On Wed, Jun 4, 2014 at 11:53 AM, Alex Harui wrote: > >> Thanks. I'm going to be checking in a newer MD5 algorithm and cutting >>an >> Installer RC soon so we can get more information on the failures. >> > >Cool. And I do see the "info" param

Re: HTTPService Example

2014-06-04 Thread Alex Harui
Is it not working for both the ActionScript and JavaScript versions? I don't have a real server for testing POST, my test app sends to http://httpbin.org/post and the returned data looks right to me, but I could be missing something. Or try a network monitor. Is the data really not being sent at

Re: [DRAFT] Apache Flex June 2014 Report

2014-06-04 Thread OmPrakash Muppirala
On Wed, Jun 4, 2014 at 1:06 PM, Alex Harui wrote: > > > On 6/4/14 12:19 PM, "OmPrakash Muppirala" wrote: > > >On Wed, Jun 4, 2014 at 11:53 AM, Alex Harui wrote: > > > >> Thanks. I'm going to be checking in a newer MD5 algorithm and cutting > >>an > >> Installer RC soon so we can get more infor

Re: Let's talk about Flex 5

2014-06-04 Thread Nick Collins
Maybe we should do a FlexSwift and call that Flex 5 ;-) On Tue, Jun 3, 2014 at 1:13 PM, OmPrakash Muppirala wrote: > From my point of view, Flex mobile should be a big part of Flex 5. To that > end, I am hoping that the Android 4.x and iOS7+ skins I am working on make > it into Flex 5. > > Tha

Re: Let's talk about Flex 5

2014-06-04 Thread Nick Collins
In all honesty, what I would envision as Flex 5 would continue the work done for FlexJS with the compiler to allow us to write once and compile to multiple target runtimes. Unfortunately, right now we are pretty limited in viable runtime options for mass deployment, either to the Flash Player or to

Re: Let's talk about Flex 5

2014-06-04 Thread flex
There's already the ability to cross compile to objective c for iOS, and swift would be potentially just the same thing but maybe better performance. So the real issue I think is figuring out how to squeeze better performance out of flex, particularly on mobile. I did a tabbed mobile app in fle

Re: Let's talk about Flex 5

2014-06-04 Thread Harbs
Really? The only way I know of outputting ActionScript for iOS is using AIR for iOS which is just a swf with an embedded runtime. On Jun 5, 2014, at 4:26 AM, f...@dfguy.us wrote: > There's already the ability to cross compile to objective c for iOS

Re: [Mustella] still failing, must fix

2014-06-04 Thread OmPrakash Muppirala
On Jun 4, 2014 9:37 AM, "Erik de Bruin" wrote: > > We're going on 3 weeks with a failing Mustella now, and lots of commits > still being made to the repo... > > Are you ready to revert whatever is causing these failures? You know who > you are... > +1 to revert code that is breaking Mustella. Le