RE: [DISCUSSION] Apache Flex 4.12.0 release candidate 2

2014-02-28 Thread Maurice Amsellem
I will also do some testing this week-end. -Message d'origine- De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : jeudi 27 février 2014 23:12 À : dev@flex.apache.org Objet : Re: [DISCUSSION] Apache Flex 4.12.0 release candidate 2 Hi, Anyone tried out RC1/RC2 with Java 6 yet?

Re: TLF delete problems

2014-02-28 Thread joaomendes
Hi Alex, So delete characters works well, I can have other problems to put this variable to false? -- View this message in context: http://apache-flex-development.247.n4.nabble.com/TLF-delete-problems-tp35091p35126.html Sent from the Apache Flex Development mailing list archive at

Re: TLF delete problems

2014-02-28 Thread Alex Harui
This flag was added in 4.11 to try to workaround a problem with discretionary hyphens. We're still working out bugs in the workaround. By setting it to false, you are basically running the code as it was in 4.10 where the only known problem is with discretionary hyphens. -Alex On 2/28/14 3:57

Re: FlexJS build broken

2014-02-28 Thread Alex Harui
On 2/27/14 11:54 PM, Erik de Bruin e...@ixsoftware.nl wrote: 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. In theory, there is no JS to lint in the examples folder because all of it is

Re: Jira Bug

2014-02-28 Thread Flexicious.com
Thanks Alex! On Thu, Feb 27, 2014 at 11:17 PM, Alex Harui aha...@adobe.com wrote: 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

Re: FlexJS build broken

2014-02-28 Thread Erik de Bruin
No, technically you are correct. I was working on the SDK using the example, changing both and then running the ant for the example. Anyway, next time I'll remember to run the uber-ant before committing. EdB On Fri, Feb 28, 2014 at 3:37 PM, Alex Harui aha...@adobe.com wrote: On 2/27/14

Re: FlexJS build broken

2014-02-28 Thread Carlos Rovira
Thanks Erik, just tested the fix I compilation was successful :) C. 2014-02-28 8:54 GMT+01:00 Erik de Bruin e...@ixsoftware.nl: 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

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

2014-02-28 Thread Carlos Rovira
This got cut off so I'm not sure what your thoughts were. I'm not a huge fan of MetaData but we will have it in FlexJS Alex, Metadata is one of the things we have in Flex and not available in pure JS. I'm a huge advocate of metadata, both for generating code at compilation time or for later

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

2014-02-28 Thread Erik de Bruin
This got cut off so I'm not sure what your thoughts were. I'm not a huge fan of MetaData but we will have it in FlexJS We already have significant metadata in FlexJS... Each class has a FLEXJS_CLASS_INFO member that is basically pure metadata and contains information about the class itself

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

2014-02-28 Thread Carlos Rovira
We already have significant metadata in FlexJS.. So I understand that [Binding] is working in FlexJS in the same way it did in actual SDK (the compiler generates the additional code to dispatch proper change events), isn't it? btw, I see that asjs build removes this lines in flex-config.xml, is

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

2014-02-28 Thread Alex Harui
On 2/28/14 7:24 AM, Carlos Rovira carlos.rov...@codeoscopic.com wrote: We already have significant metadata in FlexJS.. So I understand that [Binding] is working in FlexJS in the same way it did in actual SDK (the compiler generates the additional code to dispatch proper change events), isn't

[FlexJS] Metadata (was Re: [FlexJS] SVG based TextButton and example checked in)

2014-02-28 Thread Alex Harui
Metadata probably deserves its own thread. Fear not, there will be Metadata support in FlexJS. IIRC, there was a long thread about Metadata a long time ago, but now might be a good time to re-collect the various uses of Metadata so we can understand how we want to implement it, especially on the

Re: [FlexJS] Metadata (was Re: [FlexJS] SVG based TextButton and example checked in)

2014-02-28 Thread Carlos Rovira
1) IDE metadata like [Inspectable] that the IDE uses to do its job and generally does not end affect compiler output or end up in the output. IMO, this is the less valuable kind of metadata, since does not serves a final output purpose, and implies support in IDEs. 2) Compiler directives

Re: Events in FlexJS TODO List example

2014-02-28 Thread Carlos Rovira
Peter, Alex, I'm having problems with this issue, since I think there's no reference to flash.events.Event (I was already aware of this restriction) in my modifications in TextInput, so all should be FlexJS events (org.apache.flex.events.Event). A similar example is in CheckBox component. What

Re: Events in FlexJS TODO List example

2014-02-28 Thread Alex Harui
In textChangeHandler, are you sure new Event will resolve to org.apache.flex.events.Event and not flash.events.Event? On 2/28/14 3:48 PM, Carlos Rovira carlosrov...@apache.org wrote: Peter, Alex, I'm having problems with this issue, since I think there's no reference to flash.events.Event (I

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

2014-02-28 Thread Alex Harui
Justin, can you try the installer here? http://people.apache.org/~aharui/Installer/apache-flex-sdk-installer-3.0.0- bin.dmg If it still isn't caching correctly, right-click and enable verbose logging and send me the logs. Thanks, -Alex On 2/27/14 7:41 PM, Justin Mclean jus...@classsoftware.com

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

2014-02-28 Thread Justin Mclean
Hi, Justin, can you try the installer here? http://people.apache.org/~aharui/Installer/apache-flex-sdk-installer-3.0.0-bin.dmg Run it once and the SDK and AIR version was cached but OSMF.swc wasn't. Just trying another AIR version. Justin

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

2014-02-28 Thread Justin Mclean
Hi, The issue with it only caching the first version of AIR you select is still there also. Justin

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

2014-02-28 Thread Alex Harui
I'm not seeing either. I have osmf.swc and 3 versions of AIR in my cache. Please right-click and enable verbose logging before starting the install and send me the logs. Thanks, -Alex On 2/28/14 7:39 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, The issue with it only caching the

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

2014-02-28 Thread Justin Mclean
Hi, I'm not seeing either. I have osmf.swc and 3 versions of AIR in my cache. Please right-click and enable verbose logging before starting the install and send me the logs. Done - not sent to list as it's 4.5Mb. Justin

Re: Git Push Summary

2014-02-28 Thread Alex Harui
Hi Justin, I was about to push an installer fix to prevent caching of sdk-installer-config.xml. -Alex On 2/28/14 10:37 PM, jmcl...@apache.org jmcl...@apache.org wrote: Repository: flex-sdk Updated Tags: refs/tags/apache-flex-sdk-4.12.0RC3 [created] f363a0774

Re: Git Push Summary

2014-02-28 Thread Justin Mclean
Hi, I was about to push an installer fix to prevent caching of sdk-installer-config.xml. No problem I'll hold off making the next RC - just tell me when you're done. Thanks, Justin

Re: Git Push Summary

2014-02-28 Thread Alex Harui
It's in. I'm pretty sure the caching problem will be in the installer code so I think I don't have anything else to go into RC3. -Alex On 2/28/14 10:48 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, I was about to push an installer fix to prevent caching of sdk-installer-config.xml.