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

2014-02-27 Thread Justin Mclean
Hi, Well after further investigation that change does actually seem like the right fix otherwise the method can exit with addLocation and removeLocation being identical, however I think I've come up with another fix. I run own only unit test (90 odd test), the standing collection tests and the

Re: FlexJS build broken

2014-02-27 Thread Erik de Bruin
Ah, as to why I didn't get the error in the first place: I ran ant on a specific example, not the ant in root. I guess the example ants don't lint. EdB On Fri, Feb 28, 2014 at 8:53 AM, Erik de Bruin wrote: > Ok, I've made the error go away ;-) > > EdB > > > > > On Fri, Feb 28, 2014 at 8:35 A

Re: FlexJS build broken

2014-02-27 Thread Erik de Bruin
Ok, I've made the error go away ;-) EdB On Fri, Feb 28, 2014 at 8:35 AM, Erik de Bruin wrote: > Hi Carlos, > > Thank you for your patience. You were right to hold off on that 'fix'. I > specifically didn't use dot notation for these properties because that > would allow the Closure Compiler

Re: FlexJS build broken

2014-02-27 Thread Erik de Bruin
Hi Carlos, Thank you for your patience. You were right to hold off on that 'fix'. I specifically didn't use dot notation for these properties because that would allow the Closure Compiler to rename them. Since these properties are called from outside code, we don't want that to happen. I could've

Re: FlexJS build broken

2014-02-27 Thread Carlos Rovira
Hi Alex, Erik change from dot notation so I prefer wait since I don't know the motivations behind Thanks El viernes, 28 de febrero de 2014, Alex Harui escribió: > Might want to wait for Erik, but why not just use dot notation there? > > It is puzzling if he didn't get these same errors. > > -Al

Re: [FlexJS] Building SVG skins from existing Spark component skins

2014-02-27 Thread Alex Harui
On 2/27/14 2:38 PM, "OmPrakash Muppirala" wrote: >On Thu, Feb 27, 2014 at 1:43 PM, Alex Harui wrote: > >> >> >> On 2/27/14 11:53 AM, "OmPrakash Muppirala" wrote: >> >> > >> >Lets do it! Where do we start? I want to start building some JS side >>SVG >> >drawing APIs that I want to use with o

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

2014-02-27 Thread Alex Harui
On 2/27/14 12:11 PM, "OmPrakash Muppirala" wrote: >On Thu, Feb 27, 2014 at 8:50 AM, Alex Harui wrote: > >> Thanks for that information about web components. I thought it was >>still >> a popular trend. Here's my latest thoughts based on your feedback. >> Everything in this reply is top-poste

Re: TLF delete problems

2014-02-27 Thread Alex Harui
OK, please file a bug with a simple test case. As a workaround, try setting import flashx.textLayout.tlf_internal; use namespace tlf_internal; flashx.textLayout.container.ContainerController.useDiscretionaryHyphens=fal se; -Alex On 2/27/14 2:31 PM, "joaomendes" wrote: >The problem continue w

Re: FlexJS build broken

2014-02-27 Thread Alex Harui
Might want to wait for Erik, but why not just use dot notation there? It is puzzling if he didn't get these same errors. -Alex On 2/27/14 3:25 PM, "Carlos Rovira" wrote: >Hi, > >after clean and build falcon and then asks with the last updates I had >build broken due to spaces in js comments...

Re: Jira Bug

2014-02-27 Thread OmPrakash Muppirala
> > One of these days I'll find the time to write a script... No you wont ;-)

Re: Jira Bug

2014-02-27 Thread Alex Harui
The attachments failed to import during the move. I have most of them and can usually find and restore them as needed. One of these days I'll find the time to write a script to rename them properly and then we'll post them on-line. I think I found the right test case and re-attached it. -Alex

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

2014-02-27 Thread OmPrakash Muppirala
On Thu, Feb 27, 2014 at 8:13 PM, Justin Mclean wrote: > Hi, > > > Regarding JS and CSS files for the success URL, is that something I can > > fix in the AS code or does Om need to change the way that URL responds? > It likely a site issue but I don't see why a HTTP request in AS would > automatica

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

2014-02-27 Thread Justin Mclean
Hi, +0 (binding) as there are still some caching issues (see discussion). Justin

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

2014-02-27 Thread Justin Mclean
Hi, > Regarding JS and CSS files for the success URL, is that something I can > fix in the AS code or does Om need to change the way that URL responds? It likely a site issue but I don't see why a HTTP request in AS would automatically go off and get those - unless it trying to actually display a

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

2014-02-27 Thread Alex Harui
OK, I'll see if I can repro. Regarding JS and CSS files for the success URL, is that something I can fix in the AS code or does Om need to change the way that URL responds? -Alex On 2/27/14 7:41 PM, "Justin Mclean" wrote: >Hi, > >I tried this out again and the as far as I can see the caching i

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

2014-02-27 Thread Justin Mclean
Hi, I tried this out again and the as far as I can see the caching is still a little broken. From multiple runs: 1. The Flex SDK is not cached even though it is placed in the cache area. 2. OSMF.swf is not cached. 3. AIR 3.9 was cached but AIR 13 beta and AIR 3.1 were not cached. Neither AIR 3

Re: [DISCUSSION] Apache Flex 4.12.0 release candidate 2

2014-02-27 Thread Alex Harui
Yes on windows and it works fine. You might want to spot check mac. Sent via the PANTECH Discover, an AT&T 4G LTE smartphone. Justin Mclean wrote: Hi, Anyone tried out RC1/RC2 with Java 6 yet? Thanks, Justin

Jira Bug

2014-02-27 Thread Flexicious.com
We had submitted a flash player bug that some how got imported into the apache flex jira: https://issues.apache.org/jira/browse/FLEX-28162. The original page is no longer there http://bugs.adobe.com/jira/browse/SDK-31155, and there was a test case associated with this bug, that seemed to have been

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

2014-02-27 Thread OmPrakash Muppirala
> > I've create a code path to FlexJS that does this and I've adapted the > TexButton component and SVG to make use of this code path. > > Please take a look and let me know what you think. > > EdB > > > Just tested this. Works perfectly fine now. Thanks for quickly addressing this! Regards, Om

FlexJS build broken

2014-02-27 Thread Carlos Rovira
Hi, after clean and build falcon and then asks with the last updates I had build broken due to spaces in js comments...very strange isn't it? removing spaces, I get build broken: compile: [echo] running gjslint [exec] 134 files checked, no errors found. [echo] running jshint

Re: [FlexJS] Building SVG skins from existing Spark component skins

2014-02-27 Thread OmPrakash Muppirala
On Thu, Feb 27, 2014 at 1:43 PM, Alex Harui wrote: > > > On 2/27/14 11:53 AM, "OmPrakash Muppirala" wrote: > > > > >Lets do it! Where do we start? I want to start building some JS side SVG > >drawing APIs that I want to use with our Charts. The BarChart on the JS > >side uses CSS to draw, whi

Re: TLF delete problems

2014-02-27 Thread joaomendes
The problem continue with 4.12 release, you can check here: http://adbstorage.s3.amazonaws.com/examples/textLayout_sdk412/index.html Thanks, João Mendes -- View this message in context: http://apache-flex-development.247.n4.nabble.com/TLF-delete-problems-tp35091p35103.html Sent from the

Re: [DISCUSSION] Apache Flex 4.12.0 release candidate 2

2014-02-27 Thread Justin Mclean
Hi, Anyone tried out RC1/RC2 with Java 6 yet? Thanks, Justin

Re: TLF delete problems

2014-02-27 Thread Alex Harui
A TLF delete bug was fixed for the 4.12 release. Please try the nightly build or release candidate and see if your problem is fixed. Thanks, -Alex On 2/27/14 9:59 AM, "joaomendes" wrote: >Hi, > >Exist a problem in TLF when delete a hebrew character from sdk "Apache >Flex >4.11.0 FP 11.9 AIR 3.

Re: [FlexJS] Building SVG skins from existing Spark component skins

2014-02-27 Thread Alex Harui
On 2/27/14 11:53 AM, "OmPrakash Muppirala" wrote: > >Lets do it! Where do we start? I want to start building some JS side SVG >drawing APIs that I want to use with our Charts. The BarChart on the JS >side uses CSS to draw, which will become limited very soon. Having a >robust JS based SVG d

TLF delete problems

2014-02-27 Thread joaomendes
Hi, Exist a problem in TLF when delete a hebrew character from sdk "Apache Flex 4.11.0 FP 11.9 AIR 3.9 en_US", if we delete one character is deleted a few the words. You can test the sdk "Apache Flex 4.10.0 FP 11.8 AIR 3.8 en_US" here: http://adbstorage.s3.amazonaws.com/examples/textLayout_sdk410

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

2014-02-27 Thread OmPrakash Muppirala
On Thu, Feb 27, 2014 at 8:50 AM, Alex Harui wrote: > Thanks for that information about web components. I thought it was still > a popular trend. Here's my latest thoughts based on your feedback. > Everything in this reply is top-posted so you don't have to go dig through > the prior posts. > >

Re: [FlexJS] Building SVG skins from existing Spark component skins

2014-02-27 Thread OmPrakash Muppirala
On Thu, Feb 27, 2014 at 9:16 AM, Alex Harui wrote: > This is just my opinion, but I would not count on FXG being a feature of > Adobe Creative Cloud forever. Agreed. I share the same concern. And I dont think they will ever lose the option of exporting to SVG. > I anticipate that the AS sid

Re: [FlexJS] Building SVG skins from existing Spark component skins

2014-02-27 Thread OmPrakash Muppirala
On Thu, Feb 27, 2014 at 1:24 AM, Carlos Rovira < carlos.rov...@codeoscopic.com> wrote: > Very cool Om! I'll take a look and will try to make my hands dirty with > this stuff :) > > After read your email I think that maybe only getting a SVG version of > spark components skin could be sufficient t

Re: Events in FlexJS TODO List example

2014-02-27 Thread Alex Harui
We're trying not to dispatch flash.events.Event in FlexJS (since there isn't an equivalent in JS). So the change event should be dispatching org.apache.flex.events.Event and the component's event metadata also needs to say that it is dispatching an org.apache.flex.events.Event and the event handli

Re: Events in FlexJS TODO List example

2014-02-27 Thread Peter Ent
If I understand what's happening, you should not have to use any Flex event-related classes in your FlexJS code. They are used at a low-level in the SDK, but developer-facing code should not need them. I would just import org.apache.flex.events.Event and remove any imports for flash.event.* - If yo

Events in FlexJS TODO List example

2014-02-27 Thread Carlos Rovira
Hi, I'm having a problem with FlexJS events. * In TodoListView (a extension of ViewBase) if I use in a component something like: change="logTodo(event)" and the method is public function logTodo(event:Event):void { // something } a type coercion error is thrown that said org.apache.flex.eve

Re: [VOTE] Apache Flex 4.12.0 RC 2

2014-02-27 Thread OmPrakash Muppirala
To allay Erik's concerns, I am not planning on carrying over my vote. I will do a full test of RC3. Of course, I wont be able to run Mustella myself, because I like my computer and I would like to continue to use it ;-) I am relying on the VMs to run Mustella for us. Thanks, Om On Thu, Feb 27

RE: RC1/RC2 iOS possible issue

2014-02-27 Thread Maurice Amsellem
Fixed/committed in develop branch -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : jeudi 27 février 2014 14:08 À : dev@flex.apache.org Objet : RE: RC1/RC2 iOS possible issue Or more simply, by testing stage.displayState at initialization. Maurice

Re: [FlexJS] Building SVG skins from existing Spark component skins

2014-02-27 Thread Alex Harui
This is just my opinion, but I would not count on FXG being a feature of Adobe Creative Cloud forever. I anticipate that the AS side of FlexJS will have to do SVG->Sprite conversion someday. I'm wondering if you are using XSLT for a reason other than not having the time to learn the FalconJX code

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

2014-02-27 Thread Alex Harui
On 2/27/14 2:13 AM, "Carlos Rovira" wrote: >Hi Alex, > >I think spark was a huge step in Flex, and it was copied by other >technologies (I think JavaFx has the SkinPart element and other things >like >that thanks to Flex 4 Spark arquitecture). >But as you said there's some draw backs. Here's my

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

2014-02-27 Thread Alex Harui
Thanks for that information about web components. I thought it was still a popular trend. Here's my latest thoughts based on your feedback. Everything in this reply is top-posted so you don't have to go dig through the prior posts. 1) I don't think using background-image is limited to built-in H

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

2014-02-27 Thread Erik de Bruin
> > Just curious, how to other apps using GCC include their assets? > GCC is 'just' to compile and optimise one or more JavaScript files into one. Publishing it and the assets it requires is done either manually (through an FTP client or whatever) or via tools such as an dedicated IDE. > I sugges

Re: [VOTE] Apache Flex 4.12.0 RC 2

2014-02-27 Thread Justin Mclean
Hi, > Should no failing tests by a requirement for even starting the vote then ? There was no failing tests when RC2 was created, the time tag between committing and the time the mustella tests hung (eg no error were reported in the usual 8 or 9 hours it takes to run the tests) meant I thought a

Re: [VOTE] Apache Flex 4.12.0 RC 2

2014-02-27 Thread Justin Mclean
Hi, > Yeah. That worries me. What worries me more is that people vote +1 when the > Mustella tests are failing. RC2 is not going to become a release, but the +1 are encouraging that there are no other issues. Even if we did release it would have fewer bugs that the previous released version of A

Re: [VOTE] Apache Flex 4.12.0 RC 2

2014-02-27 Thread Tom Chiverton
On 27/02/2014 12:40, Erik de Bruin wrote: Yeah. That worries me. What worries me more is that people vote +1 when the Mustella tests are failing. Should no failing tests by a requirement for even starting the vote then ? Tom

RE: RC1/RC2 iOS possible issue

2014-02-27 Thread Maurice Amsellem
Or more simply, by testing stage.displayState at initialization. Maurice -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : jeudi 27 février 2014 13:57 À : dev@flex.apache.org Objet : RE: RC1/RC2 iOS possible issue Checked my code: FullScreenEven

RE: RC1/RC2 iOS possible issue

2014-02-27 Thread Maurice Amsellem
Checked my code: FullScreenEvent.FULL_SCREEN / FULL_SCREEN_INTERACTIVE are handled to set the os bar height to 0 (in Application class). However, this event is not sent initially when the app is set to full screen in the descriptor. So it has to be handled manually by reading the value of f

Re: [VOTE] Apache Flex 4.12.0 RC 2

2014-02-27 Thread Erik de Bruin
> > I don't see any issue here. > Yeah. That worries me. What worries me more is that people vote +1 when the Mustella tests are failing. And what worries me even more is that people keep on voting +1 on an what is clearly not a valid RC anymore. Guess all that just makes me a worrier. Carry on.

Re: [VOTE] Apache Flex 4.12.0 RC 2

2014-02-27 Thread Justin Mclean
Hi, > change their vote at any time I don't see any issue here. For instance (IMO) would be fine when a new RC is out and you voted +1 on the previous one "+0 until I retest this" or "+0 sorry I don't have time to test can someone else lend a hand". Justin

Re: [VOTE] Apache Flex 4.12.0 RC 2

2014-02-27 Thread Justin Mclean
Hi, > I thought the votes carrying over was meant to allow for expedited release > of a new RC if only minimal changes were made against the previous one, > like README changes or simple configs? The changes are minimal - one line of code and the tests now pass and anyone can change their vote at

RE: RC1/RC2 iOS possible issue

2014-02-27 Thread Maurice Amsellem
Tested with SDK 4.12 RC2, AIR 4.0, andtrue iOS 6 => app displays in full screen iOS7 => the status bar is not displayed (OK), but there is a blank space, because of the osStatusBarHeight. I understand the problem: osStatusBarHeight should be ignored when fullScreen is set. My bad. I will

Re: [VOTE] Apache Flex 4.12.0 RC 2

2014-02-27 Thread Carlos Rovira
Hi, although is a -1, I can't see nothing bad in my experience and mine is +1 (not binding) I'm on MacBookPro (2011), 2,3GHz, i7, 8Gb, Mavericks 10.9.2 Only notice a small point when run addAIRtoSDK.sh with the text saying: Unknown version of AIR. Versions 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, 3.5

RE: RC1/RC2 iOS possible issue

2014-02-27 Thread Maurice Amsellem
I am checking with iOS6 and iOS7. Maurice -Message d'origine- De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : jeudi 27 février 2014 11:44 À : dev@flex.apache.org Objet : RC1/RC2 iOS possible issue HI, >From the linkedin Apache Flex group: "The issue described by Simon Gl

Re: [VOTE] Apache Flex 4.12.0 RC 2

2014-02-27 Thread Erik de Bruin
I thought the votes carrying over was meant to allow for expedited release of a new RC if only minimal changes were made against the previous one, like README changes or simple configs? Are you saying you will carry over +1s when there were changes made to the RC that caused Mustella failures, whi

Re: [DISCUSSION] Apache Flex 4.12.0 release candidate 2

2014-02-27 Thread Justin Mclean
Hi, > There is an error in the release notes: > Says "Changed DPI to be 160 for iPad and 320 for iPad mini." > Actually it should be: > "Changed DPI to be 160 for iPad/iPad mini and 320 for iPad retina/iPad min > retina" Fixed. Thanks, Justin

Re: [VOTE] Apache Flex 4.12.0 RC 2

2014-02-27 Thread Justin Mclean
Hi, Yes we will need a RC3, but people's +1 votes will carry over and all feedback is good as it may reduce the need for an RC4. Thanks, Justin

RC1/RC2 iOS possible issue

2014-02-27 Thread Justin Mclean
HI, From the linkedin Apache Flex group: "The issue described by Simon Gladman in RC1 is still present in RC2: when compiling with Flex 4.12 iOS Apps don't correctly fill the whole screen when fullscreen is set to true in the descriptor file." Anyone confirm this is an issue or not? Or is it ju

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

2014-02-27 Thread Christofer Dutz
+1 For saving the skinning (Doesn't have to be 100% the same, but the concept of skinnable component + Skin implementation was very valuable to me) As for me this finally was a way to concentrate on implementing the logic and I could have the Skin developed externally. This is the one Thing I am

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

2014-02-27 Thread Carlos Rovira
Hi Alex, I think spark was a huge step in Flex, and it was copied by other technologies (I think JavaFx has the SkinPart element and other things like that thanks to Flex 4 Spark arquitecture). But as you said there's some draw backs. Here's my list pros and cons in Spark Skin arquitecture: PROS:

Re: [FlexJS] Building SVG skins from existing Spark component skins

2014-02-27 Thread Carlos Rovira
Very cool Om! I'll take a look and will try to make my hands dirty with this stuff :) After read your email I think that maybe only getting a SVG version of spark components skin could be sufficient to create a good looking set of FlexJS components, so in the end we really doesn't need FXG. I lik

RE: [DISCUSSION] Apache Flex 4.12.0 release candidate 2

2014-02-27 Thread Maurice Amsellem
There is an error in the release notes: Says "Changed DPI to be 160 for iPad and 320 for iPad mini." Actually it should be: "Changed DPI to be 160 for iPad/iPad mini and 320 for iPad retina/iPad min retina" Maurice -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé :

[FlexJS] Building SVG skins from existing Spark component skins

2014-02-27 Thread OmPrakash Muppirala
Thanks Carlos! I created the SVG skins from the current spark component skins through a combination of automation and manual coding. One of the tools I use is the FXG -> SVG XSLT translator available here [1] Notice that there are three xslt files, transform.xslt, transform-over.xslt and transfo

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

2014-02-27 Thread OmPrakash Muppirala
On Wed, Feb 26, 2014 at 7:44 PM, Alex Harui wrote: > > > 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 clas

AW: Flex and server technology

2014-02-27 Thread Christofer Dutz
Anyone have worked with the Red5 Server yet? Would really like to see that popup in the comparison list. http://www.red5.org/ Chris Von: Marcio Fermino Gesendet: Dienstag, 25. Februar 2014 18:45 An: dev@flex.apache.org Betreff: Re: Flex and server techno

Re: [VOTE] Apache Flex 4.12.0 RC 2

2014-02-27 Thread Erik de Bruin
> > So, technically, I think I have to vote -1 because we need another RC with > My thoughts exactly. EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl

Re: [VOTE] Apache Flex 4.12.0 RC 2

2014-02-27 Thread Alex Harui
Things are looking pretty good. Mustella mostly passed on Windows with FP11.1. Does RC2 have a known issue with the collections tests or did I not set up my configuration correctly. I made some tweaks to the README. I noticed we mentioned FP13 in one section, but not in a later table of swfversi