RE: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC4

2014-03-04 Thread Maurice Amsellem
Alexander, I had exactly the same thoughts on the installer UI usability. Thanks for sharing. Maurice -Message d'origine- De : Alexander Doroshko [mailto:alexander.doros...@jetbrains.com] Envoyé : mardi 4 mars 2014 08:49 À : dev@flex.apache.org Objet : Re: [DISCUSS] Discuss Release Apa

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC4

2014-03-04 Thread Alex Harui
On 3/3/14 11:48 PM, "Alexander Doroshko" wrote: >Hi, >I just tried Apache Flex SDK 4.12 RC4 + AIR SDK 13 beta + Flash Player >13 beta using Apache Flex Installer 3.0.0 RC3 on Windows 7 for IntelliJ >IDEA. > >Quick testing revealed only one strange thing: osmf.swc file in [Flex >SDK]/frameworks/

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC4

2014-03-04 Thread Alexander Doroshko
Quick testing revealed only one strange thing: osmf.swc file in [Flex SDK]/frameworks/libs that was named in lowercase for ages is now called in uppercase: OSMF.swc. Is is something controlled by Apache and is this an intended change? Not intended. We can change it. What breaks if it doesn't g

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC4

2014-03-04 Thread Alexander Doroshko
It always includes unknown SWCs in the build path, so uppercased OSMF.swc now becomes available in pure ActionScript projects what is not ideal. I can fix it for sure, though common style in all SWC names is just nice to have. May be Linux users will have some issues as file system is case se

RE: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC4

2014-03-04 Thread Maurice Amsellem
>In theory, only followers of the dev list should know how view the dev builds, >so making a button on the main screen doesn't seem right. Yes, but the information that dev builds are accessible from the right click is not easily accessible to occasional testers. You have to search in the dev lis

Apache Flex installer request

2014-03-04 Thread Maurice Amsellem
Hi, This is something that I discussed some time ago, with no success, and it's still bothering me: In the installer, when you select a version of AIR, it will automatically select the "corresponding" version of FlashPlayer and vice versa. Is there a technical reason for that (eg. swf versio

Re: [VOTE] Apache Flex 4.12.0 RC4

2014-03-04 Thread Tom Chiverton
On Linux (Ubuntu 13.10, 32bit, Java 1.7, Player 11.2) I've tested downloading the binary tar.gz and the MD5 matches. The Ant-based installer produces an SDK that compiles our app fine from the command line. +1 Tom On 03/03/14 22:37, Justin Mclean wrote: Hi, This is a Apache Flex 4.12.0 r

Re: [VOTE] Apache Flex 4.12.0 RC4

2014-03-04 Thread Erik de Bruin
+1 (binding) OS X 10.9.2 - signatures match - docs OK - rat OK - build and checkintests OK - big(-ish) apps build fine (using FB) Windows 2008 Server: - Mustella passed virtually cleanly for the last 4 runs of all three suites (main, mobile and air); twice a single test failed, but both tim

Re: [VOTE] Release Apache Flex SDK Installer 3.0 - RC4

2014-03-04 Thread Erik de Bruin
+1 (binding) OS X 10.9.2 - signatures match - application builds fine from source using README as guide - 4.12.0 (RC4) installs nicely - FlexJS installs nicely -> and, after setting up FB - as per the Wiki, three easy steps - flawlessly compiles the ASJS examples to functional HTML/JS! - nl_NL lo

Re: Apache Flex installer request

2014-03-04 Thread Justin Mclean
Hi, There no technical reason and in fact it did once allow different versions of FP and AIR but it was seen as confusing to users. thanks, Justin

New Article about FlexJS

2014-03-04 Thread Carlos Rovira
Hi, just publish a new article about Apache FlexJS component architecture. You can see live here: http://www.madeinflex.com/arquitectura-de-componentes-en-flexjs-strands-y-beads/ As usual is made for spanish community Made In Flex. Hope you like it :) -- Carlos Rovira http://about.me/carlosro

RE: Apache Flex installer request

2014-03-04 Thread Maurice Amsellem
Well, the paired choice is good as a default. but we could have a check box "manual override" or something. WDYT ? Maurice -Message d'origine- De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : mardi 4 mars 2014 12:33 À : dev@flex.apache.org Objet : Re: Apache Flex installer

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC4

2014-03-04 Thread OmPrakash Muppirala
On Mar 4, 2014 12:45 AM, "Alexander Doroshko" < alexander.doros...@jetbrains.com> wrote: > > >> It always includes unknown SWCs in the build path, so uppercased OSMF.swc now becomes available in pure ActionScript projects what is not ideal. I can fix it for sure, though common style in all SWC name

Filtering Hierarchical data in ADG

2014-03-04 Thread Oleg Konovalov
Hi, I have a true hierarchical data presented via HierarchicalData with input in XML in MX AdvancedDataGrid. Need to filter columns in ADG. None of existing filters (standard or some proprietary filters in my company) work. Any suggestions how to make it work? (haven't touched filters yet)

Re: Getting font transcoding error with 4.12 RC2

2014-03-04 Thread Mitul Golakiya
Issue fixed. There were some third party libraries (embedded font files) (.jar) files were missing. like flex-fontkit.jar... I was using direct binary distribution of RC release, which is not including it as default... Thanks to everyone for help... Thanks, Mitul Golakiya On Tue, Mar 4, 2014

RE: [VOTE] Apache Flex 4.12.0 RC4

2014-03-04 Thread Maurice Amsellem
+1 (binding) Windows 7 64 bit fr +checked release notes: OK + MD5 match: OK + manual build: OK + test manual build (AIR 4.0+FP 11.1): OK + with FB 4.7 mobile app : OK + with IntelliJ 13.0.3 , medium web app: OK + install RC4 (AIR 4.0+FP12) from Installer 2.7: OK + test SDK from installer:

RE: [VOTE] Apache Flex 4.12.0 RC4

2014-03-04 Thread Maurice Amsellem
(and it was Java 1.6) -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : mardi 4 mars 2014 14:19 À : dev@flex.apache.org Objet : RE: [VOTE] Apache Flex 4.12.0 RC4 +1 (binding) Windows 7 64 bit fr +checked release notes: OK + MD5 match: OK + manual

Re: Filtering Hierarchical data in ADG

2014-03-04 Thread Alex Harui
Filter columns as in not show some columns? On 3/4/14 4:30 AM, "Oleg Konovalov" wrote: > Hi, > > >I have a true hierarchical data presented via HierarchicalData with input >in XML in MX AdvancedDataGrid. > >Need to filter columns in ADG. > >None of existing filters (standard or some proprietary

Re: New Article about FlexJS

2014-03-04 Thread Nicholas Kwiatkowski
Mind if we promote this on the flex.apache.org website? On Tue, Mar 4, 2014 at 6:36 AM, Carlos Rovira wrote: > Hi, > > just publish a new article about Apache FlexJS component architecture. You > can see live here: > > > http://www.madeinflex.com/arquitectura-de-componentes-en-flexjs-strands-y-b

Re: New Article about FlexJS

2014-03-04 Thread Carlos Rovira
Hi Nicholas, That would be great, please do it :) Thanks Carlos 2014-03-04 15:33 GMT+01:00 Nicholas Kwiatkowski : > Mind if we promote this on the flex.apache.org website? > > > On Tue, Mar 4, 2014 at 6:36 AM, Carlos Rovira >wrote: > > > Hi, > > > > just publish a new article about Apache F

Re: New Article about FlexJS

2014-03-04 Thread Alex Harui
Thanks for doing it Carlos, although I don't really know what it says. Can you stick a  (trademark) symbol next to the first occurrence of FlexJS? Thanks, -Alex On 3/4/14 6:45 AM, "Carlos Rovira" wrote: >Hi Nicholas, > >That would be great, please do it :) > >Thanks > >Carlos > > > >2014-03-0

Re: [VOTE] Apache Flex 4.12.0 RC4

2014-03-04 Thread Carlos Rovira
+1 (not binding) Mac OSX 10.9.2 tested minimun requeriments: - MD5 check - manual build - tested in IntelliJ IDE 13.1 EAP - mustella test suite passed - built various apps - revised text info files (read me, license,...) 2014-03-04 14:20 GMT+01:00 Maurice Amsellem : > (and it was Java 1.6

Re: New Article about FlexJS

2014-03-04 Thread Carlos Rovira
Thanks Alex, I'd like some community people could join us making more content in different languages (as I proposed some days ago), but at least we have the Apache Flex Wiki for english people and madeinflex.com for spanish folks :) I added the TM symbol as you pointed. Carlos 2014-03-04 16:

RE: New Article about FlexJS

2014-03-04 Thread Maurice Amsellem
> Thanks for doing it Carlos, although I don't really know what it says. Same. I tried with Google translate and it give a pretty much good idea on the content. Maurice -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : mardi 4 mars 2014 16:35 À : dev@flex.apache.org

Re: New Article about FlexJS

2014-03-04 Thread Nicholas Kwiatkowski
Done. It's on the home-page just below the fold. On Tue, Mar 4, 2014 at 9:45 AM, Carlos Rovira wrote: > Hi Nicholas, > > That would be great, please do it :) > > Thanks > > Carlos > > > > 2014-03-04 15:33 GMT+01:00 Nicholas Kwiatkowski : > > > Mind if we promote this on the flex.apache.org web

Re: New Article about FlexJS

2014-03-04 Thread Erik de Bruin
Maybe we can add a Google translate link like this one for non-Spanish speakers: http://translate.google.com/translate?sl=es&tl=en&u=http%3A//www.madeinflex.com/arquitectura-de-componentes-en-flexjs-strands-y-beads/ ? EdB On Tue, Mar 4, 2014 at 8:00 PM, Nicholas Kwiatkowski wrote: > Done.

Re: New Article about FlexJS

2014-03-04 Thread Sean Thayne
The translate link, for me, messes up all the formatting. -Sean Thayne On Tue, Mar 4, 2014 at 12:14 PM, Erik de Bruin wrote: > Maybe we can add a Google translate link like this one for non-Spanish > speakers: > > > http://translate.google.com/translate?sl=es&tl=en&u=http%3A//www.madeinflex.co

Re: New Article about FlexJS

2014-03-04 Thread Erik de Bruin
On OS X, using Safari or Chrome, it looks pretty good. And the little formatting that goes wrong doesn't compare to what goes wrong in my brain when I try to read the Spanish 'au naturel' ;-) EdB On Tue, Mar 4, 2014 at 8:17 PM, Sean Thayne wrote: > The translate link, for me, messes up all t

Re: [VOTE] Release Apache Flex SDK Installer 3.0 - RC4

2014-03-04 Thread Nicholas Kwiatkowski
+1 (Binding) OSX 10.8.5 and Windows 7 x86 Everything looks good. On Tue, Mar 4, 2014 at 6:04 AM, Erik de Bruin wrote: > +1 (binding) > > OS X 10.9.2 > > - signatures match > - application builds fine from source using README as guide > - 4.12.0 (RC4) installs nicely > - FlexJS installs nicel

Re: New Article about FlexJS

2014-03-04 Thread Nicholas Kwiatkowski
Chrome and Firefox automatically ask me to translate. I don't see a need to do the translation for people -- we don't translate any of the other articles that are not on our domain. On Tue, Mar 4, 2014 at 2:14 PM, Erik de Bruin wrote: > Maybe we can add a Google translate link like this one fo

Re: New Article about FlexJS

2014-03-04 Thread Carlos Rovira
For me is right to share a translation link. left to your choice Thanks for the publication 2014-03-04 20:36 GMT+01:00 Nicholas Kwiatkowski : > Chrome and Firefox automatically ask me to translate. I don't see a need > to do the translation for people -- we don't translate any of the other > a

Re: [VOTE] Release Apache Flex SDK Installer 3.0 - RC4

2014-03-04 Thread Justin Mclean
Hi, +1 (binding) Tested on OSX 10.9. - Signatures good - Caching works nicely - Can compile from source (Java 1.7) - README etc all OK (still some minor formatting issues) - Tested installing 4.11 and 4.12RC4 and both SDKs were usable Note that if installing 4.11 the RSL version numbers are inco

Re: [VOTE] Apache Flex 4.12.0 RC4

2014-03-04 Thread Justin Mclean
Hi, Tested on OSX 10.9 several version of FP (11.1, 11.9 and 13.0) and Flash Builder IDE. +1 (binding) - Signatures good - README etc all up to date - Can compile from source - Use used compile SDK in mobile, desktop and AIR apps - Can instal binary via installer (and produce working SDK) - Mus

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC4

2014-03-04 Thread Alex Harui
On 3/4/14 1:30 AM, "Maurice Amsellem" wrote: >>In theory, only followers of the dev list should know how view the dev >>builds, so making a button on the main screen doesn't seem right. >Yes, but the information that dev builds are accessible from the right >click is not easily accessible to oc

Re: [DRAFT] Apache Flex March 2014 Report

2014-03-04 Thread Alex Harui
On 3/3/14 6:08 PM, "Nicholas Kwiatkowski" wrote: >Alex, > >Didn't we file a report in December? If that was the case, we probably >shouldn't mention the release from October. The "rule" is to always report your most recent releases so they can see how long its been. -Alex

[DRAFT 2] Apache Flex March 2014 Report

2014-03-04 Thread Alex Harui
Here is draft 2 based on some feedback. Thanks to the reviewersŠ -Alex - Apache Flex is an application framework for easily building Flash-based applications for mobile devices, the browser and desktop. RELEASES -Apache Flex SDK 4.11.0 was released on 10/28/13. -Voting is in progres

Re: [VOTE] Apache Flex 4.12.0 RC4

2014-03-04 Thread piotr.zarzycki
Hi, +1 Windows 7 64bit - Installer 3.0 ok - Tested with small mobile project ok - IDE - Intellij IDEA 12.1.6 ok Piotr - Flex/Air developer. piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/VOTE-Apache-Flex-4-12-0-RC4-tp35250