flatspark bug on default button

2016-07-18 Thread Vincent Sotto
theres a bug when i set a buttonicon as default button of a form, the skin changes back to default spark. any workaround on this issue or is this already reported? thank you

Re: FlexJS release build working?

2016-07-18 Thread Harbs
Yeah. That seemed to work. The problem in Flash Builder was that -remove-circulars was not being used. Adding that argument fixed the release build. Now comes the hard part of trying to make my app compile… ;-) On Jul 18, 2016, at 10:40 PM, Alex Harui wrote: > Looks like another spaces-in-pat

Re: FlexJS release build working?

2016-07-18 Thread Alex Harui
Looks like another spaces-in-path problem. Can you try using folders without spaces in the path? Thanks, -Alex On 7/18/16, 12:38 PM, "Harbs" wrote: >Here’s what I get from the DataBindingExample: >Harbss-MacBook-Pro:DataBindingExample harbs$ ant >Buildfile: /Users/harbs/Documents/Apache Flex >

Re: FlexJS release build working?

2016-07-18 Thread Harbs
Here’s what I get from the DataBindingExample: Harbss-MacBook-Pro:DataBindingExample harbs$ ant Buildfile: /Users/harbs/Documents/Apache Flex Dist/FlexJSNightly/examples/flexjs/DataBindingExample/build.xml clean: [delete] Deleting directory /Users/harbs/Documents/Apache Flex Dist/FlexJSNightl

Re: FlexJS release build working?

2016-07-18 Thread Alex Harui
On 7/18/16, 12:12 PM, "Harbs" wrote: >The JS is totally blank with the exception of the comment about Falcon. Could you post your ant console output? There might be clues in there. Thanks, -Alex

Re: FlexJS release build working?

2016-07-18 Thread Harbs
The JS is totally blank with the exception of the comment about Falcon. On Jul 18, 2016, at 10:07 PM, Alex Harui wrote: > > > On 7/18/16, 12:38 AM, "Harbs" wrote: > >> I can’t seem to get a release build in FlaconJX to work. >> >> I was not sure if it’s my project, so I tried a couple of th

Re: FlexJS release build working?

2016-07-18 Thread Alex Harui
On 7/18/16, 12:38 AM, "Harbs" wrote: >I can’t seem to get a release build in FlaconJX to work. > >I was not sure if it’s my project, so I tried a couple of the examples >and they do not seem to work either. > >I just created a new Flash Builder project for ToDoListSampleApp. The >debug runs (al

Re: [1/4] git commit: [flex-asjs] [refs/heads/develop] - Changes to Graphics package that allows SVG elements to be resumed.

2016-07-18 Thread Peter Ent
Let me know if it doesn't build for you. I had to integrate with a number of commits. ‹peter On 7/18/16, 2:32 PM, "Harbs" wrote: >These changes look great (and are very timely for me). > >Thanks! > >On Jul 18, 2016, at 6:45 PM, p...@apache.org wrote: > >> Repository: flex-asjs >> Updated Branch

Re: [1/4] git commit: [flex-asjs] [refs/heads/develop] - Changes to Graphics package that allows SVG elements to be resumed.

2016-07-18 Thread Harbs
These changes look great (and are very timely for me). Thanks! On Jul 18, 2016, at 6:45 PM, p...@apache.org wrote: > Repository: flex-asjs > Updated Branches: > refs/heads/develop bfd3a240f -> af84e52e8 > > > Changes to Graphics package that allows SVG elements to be resumed. > > > Project:

Re: [FalconJX] order of static members

2016-07-18 Thread Alex Harui
On 7/17/16, 11:45 PM, "Harbs" wrote: >The issue should be clear. > >If MySuperClass.js has not yet been loaded when MySubClass.js is loaded, >goog.inherits(MySubClass, MySuperClass); which is in MySubClass.js will >cause an error. Harbs, if our code normally had problems loading subclasses bef

Re: AW: [Falcon] New flex-typedefs repo is created ...

2016-07-18 Thread Alex Harui
Thanks. I will get to it soon. On 7/18/16, 1:28 AM, "Christofer Dutz" wrote: >So after moving the externs to the new repo, I updated the pom.xmls to >correctly build the new repo. I also did a little refactoring of the >maven plugin (it now uses the classifier "typedefs" and no longer >"extern"

Re: Did something change with the XML config?

2016-07-18 Thread Alex Harui
I just pushed another change that will hopefully fix this problem and not break anything. All tests passed. -Alex On 7/18/16, 2:22 AM, "Harbs" wrote: >I tried looking at what you did there, and I have no clue… ;-) > >On Jul 18, 2016, at 7:28 AM, Alex Harui wrote: > >> This is probably related

Re: Did something change with the XML config?

2016-07-18 Thread Harbs
I tried looking at what you did there, and I have no clue… ;-) On Jul 18, 2016, at 7:28 AM, Alex Harui wrote: > This is probably related to the change that fixed the assignment to an XML > variable. > > -Alex > > > On 7/17/16, 11:18 AM, "Harbs" wrote: > >> I think it’s supposed to compile i

AW: Ways to provide alternate implementations of DefaultRepositorySystemSessionFactory?

2016-07-18 Thread Christofer Dutz
LOL ... forget about this mail ... it should have gone to Maven Dev ;-) Von: Christofer Dutz Gesendet: Samstag, 16. Juli 2016 18:55:22 An: 'dev@flex.apache.org' Betreff: Ways to provide alternate implementations of DefaultRepositorySystemSessionFactory? Hi, I'

AW: [Falcon] New flex-typedefs repo is created ...

2016-07-18 Thread Christofer Dutz
So after moving the externs to the new repo, I updated the pom.xmls to correctly build the new repo. I also did a little refactoring of the maven plugin (it now uses the classifier "typedefs" and no longer "extern"). After that I updated the Framework module to use the new Maven coordinates and

FlexJS release build working?

2016-07-18 Thread Harbs
I can’t seem to get a release build in FlaconJX to work. I was not sure if it’s my project, so I tried a couple of the examples and they do not seem to work either. I just created a new Flash Builder project for ToDoListSampleApp. The debug runs (although it looks messed up), but the release do