On 22/01/2014 17:12, Alex Harui wrote:
On 1/22/14 7:49 AM, "Erik de Bruin" 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. The installer
pro
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 ove
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 dat
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=bug&id=3651397 . I recommend to
vote for
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
projec
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: dny
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
On 1/23/14 4:20 AM, "dnyanesh" 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
compilation. This can affect what
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
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:
On Jan 22, 2014, at 2:05 PM, Peter Ent 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 Peter due t
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 i
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" wrote:
>Hi,
>
>I noticed some old code, unused code path, old coding pratices in FDB and
>more important, it is very slow r
builds.apache.org seems to be down or slow to respond.
On 1/23/14 9:20 AM, "Jun Heider" wrote:
>
>On Jan 22, 2014, at 2:05 PM, Peter Ent 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
>
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
t
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 JS
16 matches
Mail list logo