Re: RE : RE : Java 1.6

2014-01-23 Thread Tom Chiverton
On 22/01/2014 17:12, Alex Harui wrote: On 1/22/14 7:49 AM, Erik de Bruin e...@ixsoftware.nl wrote: At least as the default. No harm in also offering legacy version(s). But more work if you are suggesting that the release manager has to produce convenience binaries in both Java 6 and Java 7.

RE: ActionScript 4? What the hell?

2014-01-23 Thread Kessler CTR Mark J
It probably does, since they are following the ECMA standard ATM. Would be nice though. -Mark -Original Message- From: Avi Kessner [mailto:akess...@gmail.com] Sent: Thursday, January 23, 2014 1:22 AM To: dev@flex.apache.org Subject: RE: ActionScript 4? What the hell? Does function

Re: ActionScript 4? What the hell?

2014-01-23 Thread DarkStone
I don't like function overloading at all, it causes confusion, think about this: public function dosth(a:int):String { return aaa; } public function dosth(b:uint):String { return bbb; } Then you call: var s:String = dosth(15); What you will get? Very confusing! I do want AS3 to support data

Re: AIR on Android x86 based devices

2014-01-23 Thread Mario Specht
We are currently facing the same issue, because a lot of our customers use the Samsung Galaxy Tabs. As far as I know Adobe is currently not planning to do something about it, but there is already a feature request: https://bugbase.adobe.com/index.cfm?event=bugid=3651397 . I recommend to vote for

What does flex project Eclipse Clean actually does?

2014-01-23 Thread dnyanesh
I have a flex application associated with java project. Flex project is linked to one more swc project. I build both of them together using maven. After build, the size of generated swc is 2.5mb.But when I deploy the application and manually clean the projects using project-clean-clean all

RE: What does flex project Eclipse Clean actually does?

2014-01-23 Thread Miguel Ferreira
to make a release i just to give a information extra if you want to make a even smaller version: Just try Project - Export release build I don't know how i can set this in Maven but if someone knows i also would like to give it a try. Miguel Date: Thu, 23 Jan 2014 04:20:34 -0800 From:

Re: ActionScript 4? What the hell?

2014-01-23 Thread Alex Harui
I think, if you aren't going to specify those values in MXML, that there are ways to use internal classes to restrict assignment to a few instances of an Class. But you can't do enumeration math. I'm not the language/runtime expert, but I think a lot of the reason for needing runtime support for

Re: What does flex project Eclipse Clean actually does?

2014-01-23 Thread Alex Harui
On 1/23/14 4:20 AM, dnyanesh dnyaneshwar.bark...@cognizant.com wrote: Can anyone tell me what magic is the eclipse doing while cleaning the projects? I couldn't tell you exactly what clean does, but I think it does toss out the data the compiler is saving in order to try to do incremental

Re: AIR on Android x86 based devices

2014-01-23 Thread Tom Chiverton
On 23/01/2014 10:16, Mario Specht wrote: I'm not sure how many Intel x86 based Android Tablets are out there. I don't think Intel has the performance profile to be popular on mobile devices. Tom

RE: AIR on Android x86 based devices

2014-01-23 Thread Kessler CTR Mark J
Their new Intel mobile processors will be fine for the future. But as Atom processors go, I've only found the D525 series (dual 1.8ghz) chipset running a small graphics card to give me good performance. -Mark -Original Message- From: Tom Chiverton [mailto:t...@extravision.com] Sent:

Re: [FlexJS] Try out the FlexJS Installer

2014-01-23 Thread Jun Heider
On Jan 22, 2014, at 2:05 PM, Peter Ent p...@adobe.com wrote: I was able to run the installer without any problems except I forgot to un-install the previous version. This gave me the generic, Sorry, an error has occurred dialog. I'm testing on Mac OS X 10.8.5 I ran into the same issue as

FDB has old code ?

2014-01-23 Thread Frédéric THOMAS
Hi, I noticed some old code, unused code path, old coding pratices in FDB and more important, it is very slow relative to the FB debugging experience (FDB: 1mn30s FB: 8s on my large company app to stop at the 1st breakpoint set in my runtime module), after a talk with Alexander and having dug

Re: FDB has old code ?

2014-01-23 Thread Alex Harui
I don't know the code that well, but the swd part always surprised me. Old flash swfs had swd files, but I didn't think Flex SWFs did. On 1/23/14 9:43 AM, Frédéric THOMAS webdoubl...@hotmail.com wrote: Hi, I noticed some old code, unused code path, old coding pratices in FDB and more important,

Re: [FlexJS] Try out the FlexJS Installer

2014-01-23 Thread Alex Harui
builds.apache.org seems to be down or slow to respond. On 1/23/14 9:20 AM, Jun Heider j...@realeyes.com wrote: On Jan 22, 2014, at 2:05 PM, Peter Ent p...@adobe.com wrote: I was able to run the installer without any problems except I forgot to un-install the previous version. This gave me

RE: AIR on Android x86 based devices

2014-01-23 Thread Sugan Naicker
Hi, Placed my vote ! Rgs, Sugan -Original Message- From: Mario Specht [mailto:mwoodpecke...@googlemail.com] Sent: 23 January 2014 12:17 PM To: dev@flex.apache.org Subject: Re: AIR on Android x86 based devices We are currently facing the same issue, because a lot of our customers use

[FLEXJS] New SWC for Cross-Compiling

2014-01-23 Thread Alex Harui
As you may recall, Peter was able to create JS version of DataGrid and BarChart by writing the AS version and cross-compiling it to JS. I just checked in a new swc called FlexJSJX and changes to the build scripts so those components and others can have their AS classes in that project and their