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

2014-02-26 Thread piotr.zarzycki
Hi :) I have tested RC2 on two different PCs and everything seems to be alright! +1 Piotr - Flex/Air developer. piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/VOTE-Release-Apache-Flex-SDK-Installer-3-0-RC2-tp35030p35062.ht

Re: FormLayout not aligning

2014-02-26 Thread Oleg Konovalov
I fixed that problem. My younger developer for some reason put an extra VGroup inside the Form (there was one already surrounding the Form), As soon as I removed inner one, FormLayout worked... On Mon, Feb 24, 2014 at 11:58 AM, Sunit Tomar wrote: > can you send some code? > > > On Mon, Feb 24,

Re: [FlexJS] SVG based TextButton and example checked in

2014-02-26 Thread Alex Harui
On 2/26/14 4:03 PM, "OmPrakash Muppirala" wrote: >On Wed, Feb 26, 2014 at 9:57 AM, Alex Harui wrote: > >> Sorry, wasn't clear. >> >> Thanks for reminding me that FXG is a class linked into the SWF and >> referenced as a class by the AS code. On the JS side, do we want that >>FXG >> class to b

Re: [FlexJS] SVG based TextButton and example checked in

2014-02-26 Thread Alex Harui
On 2/26/14 4:59 PM, "Carlos Rovira" wrote: >So it seems we need to wire up a similar functionality to spark >SkinnableComponent to get parts of a component or view (AS3 class) >match thinks in a skin (SVG, and eventually MXML in flash side), isn't it? > >We need [SkinPart] metadata, right? IMO,

Re: FlexJS issues to solve while developing a sample app

2014-02-26 Thread Alex Harui
On 2/26/14 4:54 PM, "Carlos Rovira" wrote: >As I'm developing the TODO List sample I'm finding some problems that I >want to discuss here to know known problems and try to help to solve it: > >1 - TextInput doesn't have a "change" event, this restriction is by >design? >or could I add this even

Re: [FLEXJS] Intellij (was Re: [VOTE] Release Apache Flex SDK Installer 3.0 - RC2)

2014-02-26 Thread Carlos Rovira
I'll be experimenting this days with the environment to figure what is needed. I'll return with more data as I could analyze it. Btw, one thing I'm finding is how to get source code for FlexJS SWCs. This for example, is something I had directly due to maven nature of Flex project, but without maven

Re: [FlexJS] SVG based TextButton and example checked in

2014-02-26 Thread Carlos Rovira
So it seems we need to wire up a similar functionality to spark SkinnableComponent to get parts of a component or view (AS3 class) match thinks in a skin (SVG, and eventually MXML in flash side), isn't it? We need [SkinPart] metadata, right? 2014-02-27 1:03 GMT+01:00 OmPrakash Muppirala : > On

FlexJS issues to solve while developing a sample app

2014-02-26 Thread Carlos Rovira
As I'm developing the TODO List sample I'm finding some problems that I want to discuss here to know known problems and try to help to solve it: 1 - TextInput doesn't have a "change" event, this restriction is by design? or could I add this event to the component? Concrete Use Case is hit enter k

Re: [FlexJS] SVG based TextButton and example checked in

2014-02-26 Thread OmPrakash Muppirala
On Wed, Feb 26, 2014 at 9:57 AM, Alex Harui wrote: > Sorry, wasn't clear. > > Thanks for reminding me that FXG is a class linked into the SWF and > referenced as a class by the AS code. On the JS side, do we want that FXG > class to be a "class" (its own JS file that loads or has SVG data in it)

Re: [FlexJS] SVG based TextButton and example checked in

2014-02-26 Thread OmPrakash Muppirala
On Wed, Feb 26, 2014 at 2:52 AM, Erik de Bruin wrote: > > > > > 1. I can add a file copy pass to the publish operation of the compiler > > > easily enough, but we need to discuss the best option: > > > - copy all 'non-JS and non-CSS' files, whether or not they are > actually > > > used > > >

Re: [FLEXJS] Intellij (was Re: [VOTE] Release Apache Flex SDK Installer 3.0 - RC2)

2014-02-26 Thread Alex Harui
Nice! So what kinds of things are needed to make it "public ready"? Changes to the FlexJS packaging or changes to IntelliJ or both? -Alex On 2/26/14 3:20 PM, "Carlos Rovira" wrote: >Hi Alex, > >here's the link to the image: > >http://i2.wp.com/www.madeinflex.com/wp-content/uploads/rtMedia/user

Re: [FLEXJS] Intellij (was Re: [VOTE] Release Apache Flex SDK Installer 3.0 - RC2)

2014-02-26 Thread Carlos Rovira
Hi Alex, here's the link to the image: http://i2.wp.com/www.madeinflex.com/wp-content/uploads/rtMedia/users/5/2014/02/flexjs_intellij_basics_setup.png I think we'll need improve the IDE support over time since my set up is tied to the build.xml and build_example.xml location and all the env vars

Re: [DISCUSSION] Apache Flex 4.12.0 release candidate 2

2014-02-26 Thread Alex Harui
What did you set it to? That's what annoys me, having to remember it. Technically, if folks are setting TLF_HOME to the repo, or co-locating the source kit, then they are not testing that the TLF code was properly co-packed in the source kit. I may try to add to the build script an attempt to se

Re: [DISCUSSION] Apache Flex 4.12.0 release candidate 2

2014-02-26 Thread OmPrakash Muppirala
On Wed, Feb 26, 2014 at 2:50 PM, Alex Harui wrote: > Speaking of TLF, do you folks have to set TLF_HOME when compiling the > source package? I think I always do and we should probably change it to > not require that by checking to see if the TLF code is co-packaged. > > I did not and the build f

Re: [DISCUSSION] Apache Flex 4.12.0 release candidate 2

2014-02-26 Thread Mark Kessler
I actually do not have TLF_HOME set at all atm. As long as I keep it next to the SDK it just works for me. -Mark On Wed, Feb 26, 2014 at 5:50 PM, Alex Harui wrote: > Speaking of TLF, do you folks have to set TLF_HOME when compiling the > source package? I think I always do and we should prob

Re: [DISCUSSION] Apache Flex 4.12.0 release candidate 2

2014-02-26 Thread Justin Mclean
Hi, > Speaking of TLF, do you folks have to set TLF_HOME when compiling the > source package? I always have it set as I need multiple versions of the SDK and my directories don't have the "standard" names. Justin

Re: [DISCUSSION] Apache Flex 4.12.0 release candidate 2

2014-02-26 Thread Alex Harui
Speaking of TLF, do you folks have to set TLF_HOME when compiling the source package? I think I always do and we should probably change it to not require that by checking to see if the TLF code is co-packaged. -Alex On 2/26/14 2:47 PM, "Justin Mclean" wrote: >Hi, > >> under: *Install Prerequis

Re: [VOTE] Apache Flex 4.12.0 RC 2

2014-02-26 Thread Mark Kessler
+1 *using*: -Win7 x64 -us_en -playerglobal 12.0 -Air 4.0 -Java 1.7 *SDK Source*: -Successful build of sdk. -Successful run checkintests. -Successful build rsls. -README, NOTICE, RELEASE_NOTES, LICENSE files look ok. -Successfuly tested simple spark application compiled with sdk. -Successfully te

Re: [FLEXJS] Intellij (was Re: [VOTE] Release Apache Flex SDK Installer 3.0 - RC2)

2014-02-26 Thread Alex Harui
Hi Carlos. That's good news. The image didn't come through to my email though. I'm not worried about stripping things out for IntelliJ that FB required. We'll have to keep them around to keep FB happy. As long as IntelliJ thought the FlexJS folder was a valid SDK that's great! Do you think

Re: [DISCUSSION] Apache Flex 4.12.0 release candidate 2

2014-02-26 Thread Justin Mclean
Hi, > under: *Install Prerequisites* > > There is mention of the TLF folder being a sibling of the sdk folder. But > mine works side by side with the sdk... It's correct but probably confusing - changed to "is at the same level as the sdk folder". > *Adobe Flash Player Version Support* > There

Re: [FLEXJS] Intellij (was Re: [VOTE] Release Apache Flex SDK Installer 3.0 - RC2)

2014-02-26 Thread Carlos Rovira
Hi Alex, in IntelliJ things seems more easy since I really doesn't need the launch configs like the ones in FB. For example, I add the build.xml file and running it from the IDE is sufficient for me then I test it in a browser. I think IntelliJ needs a valid Flex SDK, but don't know if in this IDE

Re: [DISCUSSION] Apache Flex 4.12.0 release candidate 2

2014-02-26 Thread Mark Kessler
Your right. My confusion. For some reason I replaced it with the word child. On Wed, Feb 26, 2014 at 5:33 PM, Alex Harui wrote: > Doesn't sibling mean side-by-side? Child would mean 'subfolder'. >

Re: [DISCUSSION] Apache Flex 4.12.0 release candidate 2

2014-02-26 Thread Alex Harui
Doesn't sibling mean side-by-side? Child would mean 'subfolder'. On 2/26/14 2:28 PM, "Mark Kessler" wrote: >In the README. > > >under: *Install Prerequisites* > >There is mention of the TLF folder being a sibling of the sdk folder. But >mine works side by side with the sdk... e.g. > >parent\sd

Re: [DISCUSSION] Apache Flex 4.12.0 release candidate 2

2014-02-26 Thread Mark Kessler
In the README. under: *Install Prerequisites* There is mention of the TLF folder being a sibling of the sdk folder. But mine works side by side with the sdk... e.g. parent\sdk parent\tlf Source: The build scripts assume that the folder containing the Text Layout Framework (tlf) folder is

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

2014-02-26 Thread Alex Harui
OK. I actually tried to start a separate thread to discuss your efforts with IntelliJ. Thanks, -Alex On 2/26/14 2:09 PM, "Carlos Rovira" wrote: >Hi, > >Just inform that I get the a basic configuration with IntelliJ IDEA and >FlexJS SDK installed with this RC2. I'm experimenting with an example

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

2014-02-26 Thread Carlos Rovira
Hi, Just inform that I get the a basic configuration with IntelliJ IDEA and FlexJS SDK installed with this RC2. I'm experimenting with an example project and things are working better than expected since I add SWC libraries and get all code recognized in the IDE and code hinting with CTRL+SPACE. I

[FLEXJS] Intellij (was Re: [VOTE] Release Apache Flex SDK Installer 3.0 - RC2)

2014-02-26 Thread Alex Harui
It will be great to find out what IntelliJ's assumptions about a Flex SDK are. For FB, the main issue was the introduction of new compiler options like mxml.children-as-data. FB couldn't accept them in flex-config.xml because we're still using MXMLC and ASC2.0 to compile the code so for FB we have

Re: [VOTE] Apache Flex 4.12.0 RC 2

2014-02-26 Thread OmPrakash Muppirala
+1 (Binding) Tested on Windows 7, 64-bit, JDK 1.7.0, Flash Builder 4.7 README, NOTICE and LICENSE looks good. Provided feedback on RELEASE_NOTES in [DISCUSS] thread. Source kit: MD5 checksum matches. ASC signature verified (Good signature from "Justin Mclean < jmcl...@apache.org>") Building from

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

2014-02-26 Thread Carlos Rovira
Hi Alex, crash mystery solved (thanks to Jose Barragan). I was pointing to java 7 in .bash_profile, but this is an App and I need to use /etc/launchd.conf and add setenv JAVA_HOME /Library/Java/Home Then installer use Java 7 for sure 2014-02-26 18:27 GMT+01:00 Alex Harui : > This is the disc

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

2014-02-26 Thread Carlos Rovira
+1 Note: I finally get it working updating my /etc/launchd.conf to point JAVA_HOME to java7 I think this should be referenced for mac installations (my next step is try FlexJS sdk with IntelliJ IDEA for initial basic use) 2014-02-26 18:22 GMT+01:00 Alex Harui : > Please vote to approve Apache

Re: [FlexJS] SVG based TextButton and example checked in

2014-02-26 Thread Alex Harui
Sorry, wasn't clear. Thanks for reminding me that FXG is a class linked into the SWF and referenced as a class by the AS code. On the JS side, do we want that FXG class to be a "class" (its own JS file that loads or has SVG data in it)? Or is more "conversion" needed. On the JS side, is there is

[DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC2

2014-02-26 Thread Alex Harui
This is the discussion thread. The source kit built for me on mac. I updated notice files. I think I solved the missing strings issue. Not sure about Carlos's crash. If you get a crash, re-run and right-click and turn on debug mode before continuing with the install. The output should end up in

[VOTE] Release Apache Flex SDK Installer 3.0 - RC2

2014-02-26 Thread Alex Harui
Please vote to approve Apache Flex SDK Installer version 3.0 to be released. Issues addressed in this release: - Installer upgraded to run ant scripts in the binary packages it installs. - Dev builds are now hidden by default. To see dev builds, right-click and choose "Show Dev Builds" - You ca

[CANCEL][VOTE] Release Apache Flex SDK Installer 3.0 - RC1

2014-02-26 Thread Alex Harui
Cancel vote. RC2 due shortly. Thanks everyone for the feedback. -Alex On 2/23/14 9:23 PM, "Alex Harui" wrote: >I think this RC should cause an upgrade dialog. Not sure. Om might know >for sure. > >-Alex > >From: Maurice Amsellem [maurice.amsel...@syst

Re: [DISCUSSION] Apache Flex 4.12.0 release candidate 2

2014-02-26 Thread Nicholas Kwiatkowski
I'm doing my testing suite on it now. I should have my results this evening. -Nick On Tue, Feb 25, 2014 at 4:57 PM, Justin Mclean wrote: > HI, > > Does anyone have time to check RC2? For example there an outstanding > question on it being compiled on Java 6 vs Java 7. > > Do we know it signed

Re: Please provide EOL & EOVS dates of Flex SDK 4.6

2014-02-26 Thread Peter Ent
Hi, I would like to add, that Apache is a volunteer organization and a very active one. However, the more folks that participate make the process and products better. The Apache Flex team is on course for moving to new releases of Flex at fairly frequent intervals. Many bug fixes happen in a week

Re: [FlexJS] SVG based TextButton and example checked in

2014-02-26 Thread Carlos Rovira
Hi Om, very cool! I build the example and button looks pretty now! :) As you, Alex and Erik are looking for some internals, could I help making other SVG for other component in the meanwhile? (i.e: CheckBox, RadioButton,...) Could you share more info about the methodology behind the SVG internal

Re: [FlexJS] SVG based TextButton and example checked in

2014-02-26 Thread Erik de Bruin
> > > 1. I can add a file copy pass to the publish operation of the compiler > > easily enough, but we need to discuss the best option: > > - copy all 'non-JS and non-CSS' files, whether or not they are actually > > used > > - copy only the files that belong to classes that are actually used >

Re: [DISCUSSION] Apache Flex 4.12.0 release candidate 2

2014-02-26 Thread Tom Chiverton
On 26/02/2014 07:30, OmPrakash Muppirala wrote: I would rather remove this line. We are not using the Falcon compiler with Flex 4.12. This line seems to suggest that we do. What do you think? Why not add after Justin's new line "Falcon is the next generation compiler, currently under develo

Re: [FlexJS] SVG based TextButton and example checked in

2014-02-26 Thread OmPrakash Muppirala
On Wed, Feb 26, 2014 at 12:48 AM, Alex Harui wrote: > > > On 2/26/14 12:42 AM, "OmPrakash Muppirala" wrote: > > >>3. Falcon should be able to compile FXG now, but I think it will use > >>Spark > >> components like Group. The compiler either needs to output different > >> primitives or we need t

Re: [FlexJS] SVG based TextButton and example checked in

2014-02-26 Thread OmPrakash Muppirala
On Wed, Feb 26, 2014 at 12:32 AM, Erik de Bruin wrote: > 1. I can add a file copy pass to the publish operation of the compiler > easily enough, but we need to discuss the best option: > - copy all 'non-JS and non-CSS' files, whether or not they are actually > used > - copy only the files tha

Re: [FlexJS] SVG based TextButton and example checked in

2014-02-26 Thread Alex Harui
On 2/26/14 12:42 AM, "OmPrakash Muppirala" wrote: >>3. Falcon should be able to compile FXG now, but I think it will use >>Spark >> components like Group. The compiler either needs to output different >> primitives or we need to fake up lighter weight Spark components. I'd >> strongly prefer

Re: [FlexJS] SVG based TextButton and example checked in

2014-02-26 Thread OmPrakash Muppirala
On Tue, Feb 25, 2014 at 11:17 PM, Alex Harui wrote: > Very nice! > > 1. I think you need an > frameworks\as\src\org\apache\flex\svg\staticControls\TextButton.as > And use it in the example's MXML file. Falcon should use the .as in the > SWF. Then FalconJX should pull in the .js version. > > I wa

Re: [FlexJS] SVG based TextButton and example checked in

2014-02-26 Thread Alex Harui
Sorry, I may have misread question #1. I think Erik understood. Regarding the options, shouldn't there be a goog.require for the svg file? Maybe from the CSS or however the source for the skin was specified? -Alex On 2/26/14 12:32 AM, "Erik de Bruin" wrote: >1. I can add a file copy pass to

Re: Please provide EOL & EOVS dates of Flex SDK 4.6

2014-02-26 Thread Erik de Bruin
Hi, I think EOVS was the moment they donated to Apache. As to EOL: Apache Flex 4.8 is a parity release of Adobe Flex 4.6 (i.e. the same code, new owner) and since the source of 4.8 will remain available as long as the Apache organisation exists, I think you can safely say that it has a long life

Re: [FlexJS] SVG based TextButton and example checked in

2014-02-26 Thread Erik de Bruin
1. I can add a file copy pass to the publish operation of the compiler easily enough, but we need to discuss the best option: - copy all 'non-JS and non-CSS' files, whether or not they are actually used - copy only the files that belong to classes that are actually used (would require strict na

Please provide EOL & EOVS dates of Flex SDK 4.6

2014-02-26 Thread Papinni, Mallaiah
Hello Flex Users/Development Team, I understand from Jessy that Apache has taken over the Flex SDK product. Can you please help me to get end of life (EOL) and end of vendor support (EOVS) dates of Flex SDK 4.6 since I don't see these dates of this version (4.6) in any of the adobe sites. I am a