Re: git commit: [flex-sdk] [refs/heads/develop] - FLEX-34108 add toJSON to ArrayCollection and ArrayList

2014-02-24 Thread Justin Mclean
Hi, This works - but is it really worth it? public function toJSON(s:String):* { var array:Array = toArray(); if (ApplicationDomain.currentDomain.hasDefinition(JSON)) { var json:Class =

RE: Broken image links in Flex Showcase

2014-02-24 Thread Maurice Amsellem
I have checked, they look good to me (gray and blue). Maybe a network issue ? Can you check again on your side ? Maurice -Message d'origine- De : omup...@gmail.com [mailto:omup...@gmail.com] De la part de OmPrakash Muppirala Envoyé : lundi 24 février 2014 06:51 À : dev@flex.apache.org

Re: Broken image links in Flex Showcase

2014-02-24 Thread OmPrakash Muppirala
These are the images that are showing as 404 - Not Found in Fiddler: http://flex.apache.org/showcase/images/%5CiQAgenda/prev/screen1.png http://flex.apache.org/showcase/images/%5CiQAgenda/prev/screen2.png http://flex.apache.org/showcase/images/%5CiQAgenda/prev/screen4.png

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

2014-02-24 Thread piotr.zarzycki
Nothing much: Install log: Version 3.0.0 (windows) AIR version 3.9 Flash Player version 11.9 AIR version 3.9 Flash Player version 11.9 - Flex/Air developer. piotrzarzyck...@gmail.com -- View this message in context:

Re: [FLEXJS] IDE integration discussion

2014-02-24 Thread Erik de Bruin
1) The thread start with some FDT points proposed to get IDE support. As Erik state most of then are solved. @Erik, is this right? we have all the points covered? If not, could you point me to what point are already needed (not covered) ? Status for the original suggestion list from the FDT

Re: git commit: [flex-sdk] [refs/heads/develop] - FLEX-34108 add toJSON to ArrayCollection and ArrayList

2014-02-24 Thread Erik de Bruin
As to the worth: what is the cost, really? I mean, it's not really likely this will be called from a long loop, so that one comparison probably is worth it. I also like how it's self documenting the issue. EdB On Mon, Feb 24, 2014 at 9:18 AM, Justin Mclean jus...@classsoftware.comwrote:

RE: Broken image links in Flex Showcase

2014-02-24 Thread Maurice Amsellem
Fix is ok , thank you. Curiously, chrome on Windows 7 does not complain about that... -Message d'origine- De : omup...@gmail.com [mailto:omup...@gmail.com] De la part de OmPrakash Muppirala Envoyé : lundi 24 février 2014 10:02 À : dev@flex.apache.org Objet : Re: Broken image links in

Re: Broken image links in Flex Showcase

2014-02-24 Thread OmPrakash Muppirala
On Mon, Feb 24, 2014 at 1:17 AM, Maurice Amsellem maurice.amsel...@systar.com wrote: Fix is ok , thank you. Curiously, chrome on Windows 7 does not complain about that... Yes, you are right. It works fine on Chrome. Looks like Chrome is converting the backslash into a forward slash and

RE: Need your help on problem with opaqueBackground

2014-02-24 Thread Maurice Amsellem
I looked quickly at how tightTextHeight gets computed and it seems to use measuredTextSize.y which seems to use textHeight, which I thought included descent if there are any descenders in the glyphs for the text to be displayed. _tightTextHeight = measuredTextSize.y - _tightTextTopOffset -

RE: Broken image links in Flex Showcase

2014-02-24 Thread Maurice Amsellem
Chrome was the one behaving badly here ;-) Do you mean Chrome is getting the IE syndrome ? ;-) Maurice -Message d'origine- De : omup...@gmail.com [mailto:omup...@gmail.com] De la part de OmPrakash Muppirala Envoyé : lundi 24 février 2014 10:30 À : dev@flex.apache.org Objet : Re:

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

2014-02-24 Thread Jose Barragan
Hi Alex, I've a good access for all those links, but the installer still doesn't work… The install log, is empty until I press the green button, since that moment, we got only this text: AIR version 3.9 Flash Player version 11.9 but nothing more, the installer don't progressing to start the

RE: Need your help on problem with opaqueBackground

2014-02-24 Thread Maurice Amsellem
Alex, please ignore (most of ) previous email. I was on the wrong path, thinking the issue was in the sizing, while it was in the positioning: To do that, I has set the opaqueBackground and the item background to different colors:

RE: Need your help on problem with opaqueBackground

2014-02-24 Thread Maurice Amsellem
Funny: https://issues.apache.org/jira/browse/FLEX-34110 So it looks like I will have to fix this one as well ;-) Maurice -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : lundi 24 février 2014 12:57 À : dev@flex.apache.org Objet : RE: Need your

Re: [FLEXJS] IDE integration discussion

2014-02-24 Thread Carlos Rovira
Thanks Erik, That's more clear, and I'll try to move it through IntelliJ ticket, in parallel with my tries to get a initial environment for develop FlexJS Thanks Carlos 2014-02-24 10:01 GMT+01:00 Erik de Bruin e...@ixsoftware.nl: 1) The thread start with some FDT points proposed to get

Re: FormLayout not aligning

2014-02-24 Thread Oleg Konovalov
Why is it not posted? On Sat, Feb 22, 2014 at 7:04 PM, Oleg Konovalov oleg...@gmail.com wrote: Hi, I have a Spark TitleWindow popup which has a Spark Form and a lot of FormItems, say 15 (mostly Label and DropDownList's). Labels range from 2-5cm. I do have FormLayout specified inside that

Re: DataGroup elements window adjustments

2014-02-24 Thread Oleg Konovalov
Why is it not posted? On Sat, Feb 22, 2014 at 5:13 PM, Oleg Konovalov oleg...@gmail.com wrote: Hi, I have a Spark TitleWindow popup with Form, which among other widgets includes DataGroup (one of FormItem's) with custom ItemRenderer (where I put rows of data as per dataProvider contents -

Apache Flex Hackathlon

2014-02-24 Thread Christofer Dutz
Hi, I just visited the Hackathlon Registration site and noticed one of the current 2 proposals is Apache Flex. @Alex ... is this your proposal? Was this the one we discussed about adding Falcon Support to Flexmojos or is this something different? Should I add another session? Chris

RE: Need your help on problem with opaqueBackground

2014-02-24 Thread Alex Harui
Imo once the code starts doing magic the code must do more magic to emulate other player behavior. So, you may need to override opaque background and draw it yourself. Sent via the PANTECH Discover, an ATT 4G LTE smartphone. Maurice Amsellem maurice.amsel...@systar.com wrote: Alex, please

Re: Apache Flex Hackathlon

2014-02-24 Thread Alex Harui
I didn't submit any proposal. I wonder who did. Sent via the PANTECH Discover, an ATT 4G LTE smartphone. Christofer Dutz christofer.d...@c-ware.de wrote: Hi, I just visited the Hackathlon Registration site and noticed one of the current 2 proposals is Apache Flex. @Alex ... is this your

Re: [FlexJS] TileLayout.js errors

2014-02-24 Thread Peter Ent
Before I committed this code I ran it through gjshint without an errors or warnings. So why did this happen now? Seems flaky to me. --peter On 2/22/14 4:23 AM, Erik de Bruin e...@ixsoftware.nl wrote: Committed the fixes for the JSHint errors. EdB On Sat, Feb 22, 2014 at 7:56 AM, Alex Harui

Re: [FlexJS] TileLayout.js errors

2014-02-24 Thread Erik de Bruin
These were JSHint errors; the other linter we use ;-) EdB On Mon, Feb 24, 2014 at 4:08 PM, Peter Ent p...@adobe.com wrote: Before I committed this code I ran it through gjshint without an errors or warnings. So why did this happen now? Seems flaky to me. --peter On 2/22/14 4:23 AM, Erik

Re: [FlexJS] TileLayout.js errors

2014-02-24 Thread Peter Ent
Ah, got confused by the email thread. Thanks for fixing those up. --peter On 2/24/14 10:10 AM, Erik de Bruin e...@ixsoftware.nl wrote: These were JSHint errors; the other linter we use ;-) EdB On Mon, Feb 24, 2014 at 4:08 PM, Peter Ent p...@adobe.com wrote: Before I committed this code I

Re: [FLEXJS] IDE integration discussion

2014-02-24 Thread Carlos Rovira
Hi, someone could respond to 3) 3) One of the things I like in the last months changes is the addittion of build.xml per example, so we can make ant in the folder and quickly get the SWF version. But I think we can't get the JS version running some ant (maybe with params?). Or maybe is there

Re: [FLEXJS] IDE integration discussion

2014-02-24 Thread Alex Harui
You don't get a bin folder? Sent via the PANTECH Discover, an ATT 4G LTE smartphone. Carlos Rovira carlos.rov...@codeoscopic.com wrote: Hi, someone could respond to 3) 3) One of the things I like in the last months changes is the addittion of build.xml per example, so we can make ant in

Error launch the application

2014-02-24 Thread Miguel Ferreira
I get this error: at mx.preloaders::Preloader/timerHandler()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/preloaders/Preloader.as:572] and then says that the skin of the application is not found. But the skin was never set and is the default preloader. Can

Re: [FLEXJS] IDE integration discussion

2014-02-24 Thread Erik de Bruin
I guess you can call the FalconJX jar from an 'exec' task (or whatever ant taks that runs Java stuff) with the arguments as describe earlier in the thread and create FlexJS output that way. Haven't tried it, though. EdB On Mon, Feb 24, 2014 at 5:07 PM, Carlos Rovira

RE: Need your help on problem with opaqueBackground

2014-02-24 Thread Maurice Amsellem
So, you may need to override opaque background and draw it yourself. Actually the colored background is drawn twice: 1) in drawBackground, using drawRect, for mouse hit testing (opaqueBackground does not react to mouse hit, apparently). 2) using opaqueBackground, so that bitmap caching and

Re: [FLEXJS] IDE integration discussion

2014-02-24 Thread Carlos Rovira
Hi Erik, if Alex confirm that this's not done, I would try what you say. As he state, it would be optimal to get by default both outputs, and could deselect one or another by running some param Thanks 2014-02-24 17:38 GMT+01:00 Erik de Bruin e...@ixsoftware.nl: I guess you can call the

Re: FormLayout not aligning

2014-02-24 Thread Sunit Tomar
can you send some code? On Mon, Feb 24, 2014 at 5:56 PM, Oleg Konovalov oleg...@gmail.com wrote: Why is it not posted? On Sat, Feb 22, 2014 at 7:04 PM, Oleg Konovalov oleg...@gmail.com wrote: Hi, I have a Spark TitleWindow popup which has a Spark Form and a lot of FormItems, say 15

FlexUnit GitHub

2014-02-24 Thread Michael A. Labriola
Going to check one last time before I just down this but I would like to take down the FlexUnit github repo. People continue to comment and attempt to work there and are frustrated because it's not active. Any final objections or can I just do this... Mike

RE: [FLEXJS] IDE integration discussion

2014-02-24 Thread Alex Harui
I only tried examples/DataBindingTest, but part of the ant output looks like this: build_example.compilejs: [echo] Compiling DataBindingTest.js [echo] FLEX_HOME: /Users/aharui/git/flex/master/flex-asjs [echo] FALCONJX_HOME: /Users/aharui/git/flex/master/flex-falcon/compiler.jx

RE: Need your help on problem with opaqueBackground

2014-02-24 Thread Alex Harui
Well, this is the kind of torture that happens when code attempts to fool the player. If there is a way to configure the renderer such that no text is clipped and no textfields extend beyond the desired boundaries of the renderer, then you can set opaque background. But if the configuration

RE: Error launch the application

2014-02-24 Thread Alex Harui
Do you have a custom preloader? From: Miguel Ferreira [miguel.cd.ferre...@hotmail.com] Sent: Monday, February 24, 2014 8:42 AM To: dev@flex.apache.org Subject: Error launch the application I get this error: at

Re: [FLEXJS] IDE integration discussion

2014-02-24 Thread Carlos Rovira
Ok, now I see the problem. Mine is this: build_example.compilejs: [echo] Compiling DataBindingTest.js [echo] FLEX_HOME: /Users/carlosrovira/dev/apacheflex/flex-asjs [echo] FALCONJX_HOME: /Users/carlosrovira/dev/apacheflex/flex-falcon/compiler.jx [echo] GOOG_HOME:

Re: Error launch the application

2014-02-24 Thread Miguel Ferreira
No, Is the default one. Is when the app is compiled with maven. Then on run time a get this error. I overcome this just now setting or better forcing the skin class of the application for the deafult and then the run time error is over... Some kind of voodo that I can't really check it. But

Re: [FLEXJS] IDE integration discussion

2014-02-24 Thread Carlos Rovira
Hi Alex, it was that, I installed Java 7 and had to change google closure lib path (it was a bit old and was pointinig to a subfolder) and all worked ok Thanks for the help, I feel more near to get IntelliJ with FlexJS running! :) 2014-02-24 18:34 GMT+01:00 Carlos Rovira

RE: FlexUnit GitHub

2014-02-24 Thread Kessler CTR Mark J
Anyway to just replace the repo with a text file that points them to a new URL? Moved.txt or such... -Mark -Original Message- From: Michael A. Labriola [mailto:labri...@digitalprimates.net] Sent: Monday, February 24, 2014 12:00 PM To: dev@flex.apache.org Subject: FlexUnit GitHub

RE: Need your help on problem with opaqueBackground

2014-02-24 Thread Maurice Amsellem
If there is a way to configure the renderer such that no text is clipped and no textfields extend beyond the desired boundaries of the renderer. In fact, when the font gets large, I will have to extend the default padding to contain the mandatory space above the text (= tighTextTopOffset). Do

Re: [FLEXJS] IDE integration discussion

2014-02-24 Thread Alex Harui
Or compile the falcon code on 6 Sent via the PANTECH Discover, an ATT 4G LTE smartphone. Carlos Rovira carlos.rov...@codeoscopic.com wrote: Ok, now I see the problem. Mine is this: build_example.compilejs: [echo] Compiling DataBindingTest.js [echo] FLEX_HOME:

RE: Need your help on problem with opaqueBackground

2014-02-24 Thread Maurice Amsellem
Although it's not clearly stated in the documentation, my understanding of opaqueBackground, is that , when used with cacheAsBitmap, it will create an opaque bitmap for the renderer, And and opaqueBackground is not set, it will create a transparent bitmap (with a mask). I made some performance

RE: Need your help on problem with opaqueBackground

2014-02-24 Thread Maurice Amsellem
Ok, implemented the useOpaqueBackground option. I put it at the renderer level, not the list, for simplicity. So now there is no overflowing now: https://issues.apache.org/jira/secure/attachment/12630785/07_fix_useOpaqueBackground_font_50px.jpg However, since I removed all the previous code,

Re: [FLEXJS] IDE integration discussion

2014-02-24 Thread Carlos Rovira
mm, I compile all in my machine with java 6, and it fails. More over, the error thrown: [java] Exception in thread main java.lang.UnsupportedClassVersionError: com/google/javascript/jscomp/ErrorManager : Unsupported major.minor version 51.0 suggest I must use a concrete java 7 version (I'm using

Re: [FLEXJS] IDE integration discussion

2014-02-24 Thread Alex Harui
You need an older Google library. I don't remember where erik made a note about the last Java 6 library. I'm not able to look right now. Sent via the PANTECH Discover, an ATT 4G LTE smartphone. Carlos Rovira carlos.rov...@codeoscopic.com wrote: mm, I compile all in my machine with java 6,

RE: Need your help on problem with opaqueBackground

2014-02-24 Thread Alex Harui
My understanding is that opaque background speeds up bitmap renderings because it doesn't have to consider anything behind. Sent via the PANTECH Discover, an ATT 4G LTE smartphone. Maurice Amsellem maurice.amsel...@systar.com wrote: Although it's not clearly stated in the documentation, my

RE: Flex and server technology

2014-02-24 Thread Frédéric THOMAS
Done ! Feel free to comment or amend. https://cwiki.apache.org/confluence/display/FLEX/Flex+Server+Technologies+-+Comparative+table Thanks, Frédéric THOMAS From: bigosma...@gmail.com Date: Sun, 16 Feb 2014 12:10:55 -0800 Subject: Re: Flex and server technology To: dev@flex.apache.org

RE: Need your help on problem with opaqueBackground

2014-02-24 Thread Maurice Amsellem
My understanding is that opaque background speeds up bitmap renderings because it doesn't have to consider anything behind. Yes, that's correct. In my tests, the background is only the app and view background, so probably some solid color rectangles. So maybe If I put some components, or some

Re: git commit: [flex-sdk] [refs/heads/develop] - Adjust size and spacing of BeveledBackButton in 120 DPI

2014-02-24 Thread Justin Mclean
Hi, Don;t forget to put JIRA number in comments - that way they link up to JIRA and it's easier to keep the release notes uptodate. Justin

Re: git commit: [flex-sdk] [refs/heads/develop] - Adjust size and spacing of BeveledBackButton in 120 DPI

2014-02-24 Thread OmPrakash Muppirala
On Mon, Feb 24, 2014 at 3:40 PM, Justin Mclean jus...@classsoftware.comwrote: Hi, Don;t forget to put JIRA number in comments - that way they link up to JIRA and it's easier to keep the release notes uptodate. Sorry about that. Will remember next time! Om Justin

Re: Flex and server technology

2014-02-24 Thread Carlos Rovira
Very interesting Fréderic, thanks for the info! :) 2014-02-25 0:33 GMT+01:00 Frédéric THOMAS webdoubl...@hotmail.com: Done ! Feel free to comment or amend. https://cwiki.apache.org/confluence/display/FLEX/Flex+Server+Technologies+-+Comparative+table Thanks, Frédéric THOMAS From:

Apache 4.12 RC

2014-02-24 Thread Justin Mclean
Hi, As the installer RCs/vote has started and it's in good enough shape to install Apache Flex, the last regression issue has been fixed, I've just fixed up the issue with the version numbers, the last test run was good, I'll compile an official RC2 and start a vote. And yet again we run into

RE: Need your help on problem with opaqueBackground

2014-02-24 Thread Maurice Amsellem
This is what I did to test performance of useOpaqueBackground=false against a complex background : - turned off alternatingItemColors (so that items have transparent text) - set itemRenderer opaqueBackground to false - set the List contentBackgroundAlpha to 0 - draw a splendid LinearGradient

[LAZY] Flash Player 13 - swf version

2014-02-24 Thread OmPrakash Muppirala
According to the docs here [1], the swf-version for Flash player 13 is 24. In our installer configs [2][3], we still have it as 23. Any objections if I change it to 24? Thanks, Om [1] http://labsdownload.adobe.com/pub/labs/flashruntimes/shared/air13_flashplayer13_releasenotes.pdf [2]

Re: [LAZY] Flash Player 13 - swf version

2014-02-24 Thread Justin Mclean
Hi, According to the docs here [1], the swf-version for Flash player 13 is 24. Not at all. The original docs said 23 I asked on the list but no one answered. Thanks, Justin

Re: [LAZY] Flash Player 13 - swf version

2014-02-24 Thread OmPrakash Muppirala
On Mon, Feb 24, 2014 at 5:24 PM, Justin Mclean jus...@classsoftware.comwrote: Hi, According to the docs here [1], the swf-version for Flash player 13 is 24. Not at all. Just to be clear, no objections, right? The original docs said 23 I asked on the list but no one answered. Yes, I

Re: [LAZY] Flash Player 13 - swf version

2014-02-24 Thread Justin Mclean
Hi, Just to be clear, no objections, right? None from me. Justin

Re: [LAZY] Flash Player 13 - swf version

2014-02-24 Thread OmPrakash Muppirala
Okay done. I have made a few other changes to the config files as well - to keep them consistent with each other. I havent pushed the site yet, so we can revert any changes if needed. Please review. Thanks, Om On Mon, Feb 24, 2014 at 5:33 PM, Justin Mclean jus...@classsoftware.comwrote: Hi,

[DISCUSSION] Apache Flex 4.12.0 release candidate 2

2014-02-24 Thread Justin Mclean
Hi, Please place all discussion here about the RC and not in the VOTE thread. Thanks, Justin

[VOTE] Apache Flex 4.12.0 RC 2

2014-02-24 Thread Justin Mclean
Hi, This is a Apache Flex 4.12.0 release candidate 2 . Please see the RELEASE_NOTES and the README. There is a known bug in Adobe Flash Builder 4.6 and 4.7 that causes a issue when creating new applications. Adobe has provided a work around for FB 4.7 but not for 4.6. The release

Re: Flex and server technology

2014-02-24 Thread Paul Hastings
On 2/25/2014 6:33 AM, Fr�d�ric THOMAS wrote: Done ! Feel free to comment or amend. https://cwiki.apache.org/confluence/display/FLEX/Flex+Server+Technologies+-+Comparative+table for blazeDS's Non-blocking I/O http long-polling, what would the Possible with some third party extensions

Re: [DISCUSSION] Apache Flex 4.12.0 release candidate 2

2014-02-24 Thread Alex Harui
Did you build the java code in Java 6 or Java 7? Carlos just got stuck trying to use Falcon's nightly build which is Java 7 because he's still on Java 6. I'm wondering if others are going to get stuck. -Alex On 2/24/14 5:52 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, Please place

Re: Need your help on problem with opaqueBackground

2014-02-24 Thread Alex Harui
Well, if you can see a gradient behind the text and you are getting 20 fps, and that is comparable to native apps, then I guess that these devices have gotten faster. IIRC, there was a lot of concern in the early days when devices were much slower, and concern again when retina screens required

Re: Apache 4.12 RC

2014-02-24 Thread Alex Harui
On 2/24/14 3:58 PM, Justin Mclean jus...@classsoftware.com wrote: And yet again we run into an issue with files that are not in source control (Version.as files are modified on the fly and version.properties files generated). And this is despite having an RC out for several weeks where no one

Re: [DISCUSSION] Apache Flex 4.12.0 release candidate 2

2014-02-24 Thread Justin Mclean
Hi, Did you build the java code in Java 6 or Java 7? Java 7 but is it going t matter? From memory we set switch to compile the code as 1.5 anyway. I have asked before on the list and got no response RC1 was also Java 7 and no one reported any issues. If really needed I can both a Java 6 and

Re: Error launch the application

2014-02-24 Thread Alex Harui
Maybe some issue with external libraries causing certain classes to not be linked in? Or a problem with the default css? You can try examining a -link-report for more clues. -Alex On 2/24/14 9:50 AM, Miguel Ferreira miguel.cd.ferre...@hotmail.com wrote: No, Is the default one. Is when the

Re: Apache 4.12 RC

2014-02-24 Thread Justin Mclean
Hi, This still seems funny to me. Why should a generated file be in version control? So you can see that it has changed and more importantly what's changed inside it. That way you can instantly see that a release candidate is broken without have to run extra tests (manual or otherwise).

Re: [DISCUSSION] Apache Flex 4.12.0 release candidate 2

2014-02-24 Thread Alex Harui
On 2/24/14 9:54 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, Did you build the java code in Java 6 or Java 7? Java 7 but is it going t matter? From memory we set switch to compile the code as 1.5 anyway. I have asked before on the list and got no response RC1 was also Java 7 and no

Re: [DISCUSSION] Apache Flex 4.12.0 release candidate 2

2014-02-24 Thread Justin Mclean
Hi, For sure, most of us have moved to Java 7, but there are always a few stragglers, and some of them are in large enterprises which move slowly. Let wait until someone tries it out with java 6 and see if there are any issues and decide what to do then. Thanks, Justin

RE: Need your help on problem with opaqueBackground

2014-02-24 Thread piotr.zarzycki
Maurice, Alex Thank you so much for fixing it! I've tested it for now only on symulator I'll check it also today in my job. I see one thing top separator in the first list is outside the view. In the second list i have setted paddingTop=1. Maurice did you observe such behaviour when you have been

Re: Apache 4.12 RC

2014-02-24 Thread Alex Harui
On 2/24/14 10:11 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, This still seems funny to me. Why should a generated file be in version control? So you can see that it has changed and more importantly what's changed inside it. That way you can instantly see that a release candidate

Re: DataGroup elements window adjustments

2014-02-24 Thread Alex Harui
If you want scrolling for a DataGroup, why not just use List? On 2/22/14 2:13 PM, Oleg Konovalov oleg...@gmail.com wrote: Hi, I have a Spark TitleWindow popup with Form, which among other widgets includes DataGroup (one of FormItem's) with custom ItemRenderer (where I put rows of data as per

Re: [FLEXJS] IDE integration discussion

2014-02-24 Thread Erik de Bruin
The update to Java 7 happened - at least for the Closure Compiler - in November of last year [1]. Any version of it before that should run fine on Java 6. Tthe current Closure Library should build successfully using older versions of the compiler. But why not just use the most recent version of

Re: flex-sdk_mustella - Build # 745 - Failure!

2014-02-24 Thread Erik de Bruin
There was at least one RTE in the Flash Player during this run. I was in a hurry, so I did a Dismiss All on the dialog and let the run continue. Please hold all panic until another run has passed or failed. Thanks, EdB On Tue, Feb 25, 2014 at 7:18 AM, flex.muste...@gmail.com wrote:

Re: Apache 4.12 RC

2014-02-24 Thread Justin Mclean
Hi, But the changes you are hoping to track are really results of properly changing something else that generates the version files? No in this case the regular expression in the build file was wrong as it assumed single digit version numbers. So the generated files changed without any

Re: flex-sdk_mustella - Build # 745 - Failure!

2014-02-24 Thread Justin Mclean
HI, Looks like we do have an RTE if you run this: ./mini_run.sh spark/collections/Sort/GumboComponents/ Not sure which change did that, but quite likely related to one of the ArrayCollection changes that been made recently. I'm off for the evening but can look at it tomorrow. Thanks, Justin

Re: Apache 4.12 RC

2014-02-24 Thread Alex Harui
On 2/24/14 10:36 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, But the changes you are hoping to track are really results of properly changing something else that generates the version files? No in this case the regular expression in the build file was wrong as it assumed single

RE:Need your help on problem with opaqueBackground

2014-02-24 Thread Maurice Amsellem
No, in the code , the top separator is not displayed for the first row. That's normal behavior De : piotr.zarzycki [piotrzarzyck...@gmail.com] Envoyé : mardi 25 février 2014 07:21 À : dev@flex.apache.org Objet : RE: Need your help on problem with

Re: [FLEXJS] IDE integration discussion

2014-02-24 Thread Carlos Rovira
Right Erik, i was commenting that it is right for me without doubt taking into account that this is new technology. El martes, 25 de febrero de 2014, Erik de Bruin e...@ixsoftware.nl escribió: The update to Java 7 happened - at least for the Closure Compiler - in November of last year [1].