Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

2014-10-01 Thread OmPrakash Muppirala
Okay, I have created the new branch here: https://github.com/apache/flex-sdk/tree/iso7skins/frameworks/projects/mobiletheme/src/spark/skins/ios7 And created a new wiki page here to keep track of the progress: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747 I will post so

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

2014-10-01 Thread OmPrakash Muppirala
On Wed, Oct 1, 2014 at 3:02 AM, Erik de Bruin wrote: > Continuing in a separate thread: > > > What does it take for a willing volunteer to start helping out? Does > > he/she > > > have to be a awesome graphics artist and a hardcore coder to help out, > or > > > can anyone familiar with applicatio

"Powered By Apache" logo

2014-10-01 Thread Alex Harui
Hi Folks, As you may know, Apache Flex is part of the Apache Software Foundation, which is a non-profit organization. In order to celebrate The Apache Software Foundation's 15th Anniversary and promote the ASF's more than 200 projects, Apache has launched an effort to get folks who use Apache pro

Multi modules swf files with flexmojos 6.x

2014-10-01 Thread sonal.singhai
Hi, I am trying to port my maven configuration from FlexMojos 3.09 to FlexMojos 6.0.1 (and Flex SDK from 4.6 to 4.13) In my project I have multiple modules, which are configured as below, but those are never compiled. I found a JIRA issue fo

RE: [Falcon] starting up

2014-10-01 Thread Frédéric THOMAS
Ah ok, thanks Gordon, I was tearing my hair out :-) Frédéric THOMAS > Subject: Re: [Falcon] starting up > From: gsmit...@hotmail.com > Date: Wed, 1 Oct 2014 08:51:16 -0700 > To: dev@flex.apache.org > > That comment is out of date. Code Model was the part of pre-Falcon Flash > Builder that built

Re: [Falcon] starting up

2014-10-01 Thread Gordon Smith
That comment is out of date. Code Model was the part of pre-Falcon Flash Builder that built an abstract syntax tree to support intelligent editing. We used it as the beginning of Falcon's lexer and parser. The code is just looking at the AST to see if the constructor has a non-public namespace.

RE: [Falcon] starting up

2014-10-01 Thread Frédéric THOMAS
I updated it to v17.0 and check in falcon\compiler\generated\dist\sdk\lib\external, is there. oops, looking better, it has both, just removed the bad one, it runs. Now, looking at internal\as\codegen\ClassDirectiveProcessor.java, I see that: // If a constructor has a namespace as part of

Re: Apache Flex 4.14 achievements and goals?

2014-10-01 Thread Subscriptions
https://issues.apache.org/jira/browse/FLEX-34557 - it will only take a minute to do a patch, but im waiting to see if the original reporter wants to fix it before i steal their thunder. Lee Burrows ActionScripter On 01/10/2014 07:29, Erik de Bruin wrote: Is anyone working on anything that the

Re: FB project file patch/hack extensible?

2014-10-01 Thread Alex Harui
I like the goal. I believe an alternate way of getting there would be for someone to build an Eclipse plug-in that adds a new project type like "Apache Flex Project". Don't know how hard that is, but then at least the project would own the code and I think our installer can install it. I'm not s

Re: [Falcon] starting up

2014-10-01 Thread Alex Harui
Could you have an old guava.jar? On 10/1/14 4:32 AM, "Frédéric THOMAS" wrote: >Hi, > >I built it with ANT an ran Falcon compc.bat from the generated/dist/sdk, >does anyone knows why I get that ? > >Exception in thread "main" java.lang.NoClassDefFoundError: >com/google/common/cache/CacheLoader >

Re: FB project file patch/hack extensible?

2014-10-01 Thread Erik de Bruin
> In Flash Builder (with Flex 4.13), when I start typing the name of an > experimental component (such as ColorPicker) in mxml, Flash Builder > suggests the experimental component. If I select it, it automatically > imports the experimental namespace. Might be different with FlashDevelop. I > haven

Re: FB project file patch/hack extensible?

2014-10-01 Thread Curtis Aube
In Flash Builder (with Flex 4.13), when I start typing the name of an experimental component (such as ColorPicker) in mxml, Flash Builder suggests the experimental component. If I select it, it automatically imports the experimental namespace. Might be different with FlashDevelop. I haven't trie

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

2014-10-01 Thread Erik de Bruin
I’m waiting for Om to wake up (PDT) and give us a “steps to reproduce”. Once we have that we can split up the work. EdB On Wed, Oct 1, 2014 at 2:32 PM, quick6black wrote: > I can probably help out with a component or two, it would help if you put > up > a list of components that need to be sk

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

2014-10-01 Thread quick6black
I can probably help out with a component or two, it would help if you put up a list of components that need to be skinned and who will be working on each. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/iOS7-component-skinning-was-Re-Apache-Flex-4-14-achi

[Falcon] starting up

2014-10-01 Thread Frédéric THOMAS
Hi, I built it with ANT an ran Falcon compc.bat from the generated/dist/sdk, does anyone knows why I get that ? Exception in thread "main" java.lang.NoClassDefFoundError: com/google/common/cache/CacheLoader at org.apache.flex.compiler.clients.MXMLC.(MXMLC.java:379) at org.apache.flex.c

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

2014-10-01 Thread Mahmoud Ali
Yeah, I remember I saw the android skin, I would like to take a look to understand how he did it so I can help with the iOS version. Found the skin where you said, thanks. On Wed, Oct 1, 2014 at 7:15 AM, Erik de Bruin wrote: > Mahmoud, > > Om already implemented new Android skins for all mobile

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

2014-10-01 Thread Erik de Bruin
Mahmoud, Om already implemented new Android skins for all mobile components; he claims replicating his work for iOS7+ should be relatively painless. If I understand the structure correctly, you can find the Android skin in the ‘flex-sdk’ repo [1], on the "frameworks/projects/mobiletheme/src/spark

Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

2014-10-01 Thread Mahmoud Ali
I could help with that, where is the code from Android skin so I could take a look? I get the feeling that it won't be as easy as doing a skin based on pure CSS. On Wed, Oct 1, 2014 at 6:02 AM, Erik de Bruin wrote: > Continuing in a separate thread: > > > What does it take for a willing voluntee

Re: FB project file patch/hack extensible?

2014-10-01 Thread Erik de Bruin
> 'Best' would be to add Mustella tests for the new components. > Agreed. But I think a lot of people are missing out on the excellent components that were contributed to the project since the move to Apache. Even at 360|Flex most people weren’t aware of the existence of these components. A highe

Re: Apache Flex 4.14 achievements and goals?

2014-10-01 Thread Erik de Bruin
Moved the skinning conversation to a separate thread. Any other fixes/improvements lined up for the upcoming release? Chris, I’m not familiar with Maven at all, so this might be a silly question, but is there anything about the work you’re doing that needs to go into the new release, or is there

Re: Apache Flex 4.14 achievements and goals?

2014-10-01 Thread Erik de Bruin
Moved the skinning conversation to a separate thread. Any other fixes/improvements lined up for the upcoming release? Chris, I’m not familiar with Maven at all, so this might be a silly question, but is there anything about the work you’re doing that needs to go into the new release, or is there

iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

2014-10-01 Thread Erik de Bruin
Continuing in a separate thread: > What does it take for a willing volunteer to start helping out? Does > he/she > > have to be a awesome graphics artist and a hardcore coder to help out, or > > can anyone familiar with application development step in? > > I can take care of converting the graphic

Re: FB project file patch/hack extensible?

2014-10-01 Thread OmPrakash Muppirala
On Oct 1, 2014 2:07 AM, "Erik de Bruin" wrote: > > The thing is, if I remember correctly, the consensus was that only > components with a comprehensive set of Mustella tests would be eligible for > ‘promotion’ … This pretty much rules out most of the experimental controls > ever doing so. It shou

Re: Apache Flex 4.14 achievements and goals?

2014-10-01 Thread OmPrakash Muppirala
On Oct 1, 2014 12:50 AM, "Erik de Bruin" wrote: > > No. > > Only if you really, really, really, really want it can that happen. > Nope, I don't want it that much ;-) > ;-) > > What does it take for a willing volunteer to start helping out? Does he/she > have to be a awesome graphics artist and a

Re: FB project file patch/hack extensible?

2014-10-01 Thread Erik de Bruin
The thing is, if I remember correctly, the consensus was that only components with a comprehensive set of Mustella tests would be eligible for ‘promotion’ … This pretty much rules out most of the experimental controls ever doing so. Unless we are willing to debate loosening this requirement (which

Re: FB project file patch/hack extensible?

2014-10-01 Thread Tom Chiverton
On 01/10/14 07:34, Erik de Bruin wrote: I think a lot of people don’t know about the ‘experimental’ namespace, and if they do, are not sure how to use it. They are missing out on a lot of really cool controls. Isn't that the idea ? If there are a lot of cool things in experimental that people a

Re: yum: 57 packages installed/updated (on evweb2.extravision.com) [ignore]

2014-10-01 Thread Tom Chiverton
On 01/10/14 09:08, Erik de Bruin wrote: Typo in the email address? Very much so. Thunderbird never guesses right and I can't turn it off. I sent the email about Jenkins around work earlier this week ! Tom

Re: yum: 57 packages installed/updated (on evweb2.extravision.com)

2014-10-01 Thread Erik de Bruin
Typo in the email address? Or a challenge to this list to figure out what it all means ;-) EdB On Wed, Oct 1, 2014 at 10:04 AM, Tom Chiverton wrote: > This may include a fix for evweb1's kernel update issue, as it links to > https://rhn.redhat.com/errata/RHBA-2014-1224.html > > Tom > > On 01

Re: yum: 57 packages installed/updated (on evweb2.extravision.com)

2014-10-01 Thread Tom Chiverton
This may include a fix for evweb1's kernel update issue, as it links to https://rhn.redhat.com/errata/RHBA-2014-1224.html Tom On 01/10/14 01:44, yum-updat...@extravision.com wrote: Hi, This is the automatic update system on evweb2.extravision.com. The system successfully installed/updated 57 p

Re: Apache Flex 4.14 achievements and goals?

2014-10-01 Thread Erik de Bruin
No. Only if you really, really, really, really want it can that happen. ;-) What does it take for a willing volunteer to start helping out? Does he/she have to be a awesome graphics artist and a hardcore coder to help out, or can anyone familiar with application development step in? EdB On W

Re: Unit tests in TLF

2014-10-01 Thread piotrz
Ok Thanks Erik. I will try to merge today my branch into develop. Will see what will blow up ;) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Unit-tests-in-TLF-tp36199p40978.html Sent from the Apache

Re: Apache Flex 4.14 achievements and goals?

2014-10-01 Thread OmPrakash Muppirala
I really really really want to ship the iOS7+ skins at the same time as the new Android skins. But that is nowhere close to be done. Unless I get some help, that is Thanks, Om On Sep 30, 2014 11:30 PM, "Erik de Bruin" wrote: > Hi, > > I want to use this thread to inventory the plans folks have

Re: FB project file patch/hack extensible?

2014-10-01 Thread Erik de Bruin
For clarification: New project MXML before current patch: http://ns.adobe.com/mxml/2009"; xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" layout="absolute" minWidth="955" minHeight="600"> New project MXML after current patch: http://ns.adobe.com/