Re: New Flex SDK release

2016-11-02 Thread OK
Justin Mclean wrote > Hi, > >> I would update FontAwesome to the latest release so we have one more >> minor >> change… > > You want to take care of [1]. I also noticed this the other week [2] which > has raised almost $500,000! Sadly the license isn’t likely to be > compatible with Apache. > >

Re: FlexSDK license issue

2016-11-02 Thread Justin Mclean
Hi, Turns out it was only used inside tests for Texen in velocity which as far as I can tell is not being used. Velocity and SDK still compile without it and can compile sample application with SDK missing these files. I’d appreciate it if someone else tested this out, the change has been comm

Re: New Flex SDK release

2016-11-02 Thread Justin Mclean
Hi, > I would update FontAwesome to the latest release so we have one more minor > change… You want to take care of [1]. I also noticed this the other week [2] which has raised almost $500,000! Sadly the license isn’t likely to be compatible with Apache. Thanks, Justin 1. https://issues.apach

Re: Flash Player archive

2016-11-02 Thread Justin Mclean
Hi, Also link for Adobe Air archives: https://helpx.adobe.com/air/kb/archived-air-sdk-version.html Note it seems that you can’t get them via http anymore but need to use https, browsers see to cope with ether but scripts may not as you get a 301 moved permanently response to a http request. Th

Flash Player archive

2016-11-02 Thread Justin Mclean
Hi, May be old news but news to me, looks like Adobe has changed the links of the Flash Player globals. They are now all stored in one place you can get the URLs from this page: https://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html Thanks, Justin

New Flex SDK release

2016-11-02 Thread Justin Mclean
HI, We’ve just starting on making a new Flex SDK release. You can follow the progress in this JIRA [1] If there are any issues you want to see fixed in this release please add them to this subtask [2] in the release JIRA. Please remember that Flex is run my volunteers, and a lot of effort thes

Re: New Flex SDK release

2016-11-02 Thread Justin Mclean
Hi, I created a JIRA to track the progress here [1]. If anyone want to help out please assign themselves one of the sub tasks. Thanks, Justin 1. https://issues.apache.org/jira/browse/FLEX-35146

Re: New Flex SDK release

2016-11-02 Thread Justin Mclean
Hi, > Are you thinking of this as a 4.16 or 4.15.1? I was thinking 4.16 but it doesn't really matter. Justin

Re: inflate/deflate

2016-11-02 Thread Carlos Rovira
So cool. :) You're working on a branch of the project? or maybe outside it? I think this could be a great addition to FlexJS :) 2016-11-02 18:31 GMT+01:00 PKumar : > Currently i am trying to port amfjs library only, Porting the RemoteObject > involves more tasks as having ChannelSet, Channel &

Re: New Flex SDK release

2016-11-02 Thread OK
Justin Mclean wrote > Hi, > It’s been quite a while (10 months!) since we’ve made a new Flex SDK > release, and there's a number of changes and fixes that have been made in > develop. > If no-one else want to be the release manager I’ll put my hand up for the > role. > Thanks, > Justin >From my po

Re: inflate/deflate

2016-11-02 Thread PKumar
Currently i am trying to port amfjs library only, Porting the RemoteObject involves more tasks as having ChannelSet, Channel & Operation classes so i can pick it in future. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/inflate-deflate-tp56108p56171.html

Re: New Flex SDK release

2016-11-02 Thread Alex Harui
On 11/1/16, 4:02 PM, "Justin Mclean" wrote: >Hi, > >It’s been quite a while (10 months!) since we’ve made a new Flex SDK >release, and there's a number of changes and fixes that have been made in >develop. Are you thinking of this as a 4.16 or 4.15.1? -Alex

Re: Current FlexJS license/notice issues

2016-11-02 Thread Alex Harui
On 11/1/16, 5:15 PM, "Justin Mclean" wrote: >Hi, > >We still don’t have a reply from OpenFL or FlatUI. At this point given >it's been 3-4 weeks I don’t think we’ll get a reply. I'm on the fence about how much to bug them about this. I'd much rather we just not do anything. I don't see any re

Re: Getting ready for the refactor-sprite merge (was Re: [FlexJS] HTMLElementWrapper extending Sprite)

2016-11-02 Thread Alex Harui
One more thing. I found out that, due to a compiler bug on the JS side, we've gotten away with having the element() and createElement() calls be of type IFlexJSElement in UIBase but WrappedHTMLElement in the subclasses. Yes, I plan to allow this kind of overloading someday, but in theory, it shou

AW: AW: Using Flexmojos on Maven 3.3.9?

2016-11-02 Thread Christofer Dutz
Hi, There is no chance to get flexmojos working on 3.3.9. They changed a little too much and it would require some major refactoring. I'm currently working on a new plugin, but that's currently aimed at flex js. It should be quite easy to support normal flex, but I haven't put any time in that

Re: MDL Tweet

2016-11-02 Thread Josh Tynjala
IntelliJ IDEA creates different types of breakpoints for different languages. An ActionScript breakpoint is designed to work with the SWF debugger only. If you use source maps, IntelliJ IDEA will understand them just fine, but it will still think that any breakpoints added in an ActionScript file a

Re: AW: Using Flexmojos on Maven 3.3.9?

2016-11-02 Thread marstonstudio
Christopher: I see that you are doing work on the Maven plugin. http://apache-flex-development.247.n4.nabble.com/FlexJS-Optimizing-the-maven-build-success-td56102.html Any chance of getting the Maven plugin to be compatible with Maven 3.3.9 along with that work? On the latest 7.1.0 release

Re: MDL Tweet

2016-11-02 Thread Carlos Rovira
Hi Chris, talking about that with Josh he explain me that he couldn't make it work in IntelliJ due to the way debugger works in that IDE. that was one of the reason to change to VSCode, so he could take more control of an open source extension for FlexJS. 2016-11-02 16:12 GMT+01:00 Christofer D

Re: Getting ready for the refactor-sprite merge (was Re: [FlexJS] HTMLElementWrapper extending Sprite)

2016-11-02 Thread Alex Harui
OK. Cross your fingers. Let me know if you run into issues. The HTML folder should now contain wrapped Sprites. Note that several files got moved from Core and Graphics to HTML because we had to move UIBase to HTML and Basic so there would be a wrapped and unwrapped version and once you move UI

Re: MDL Tweet

2016-11-02 Thread Christofer Dutz
Hi Piotr, eventually my debugging response was a little mis-leading I just noticed ... continously working on the build and the compiler, these are the parts I’m debugging ... obviously you guys are talking about debugging the client application. Have never done that. But I guess we have to fig

Re: MDL Tweet

2016-11-02 Thread Carlos Rovira
Hi Piotrz, I think Chris solve lot of this. Sorry, to get a bit late. About MDL, you can check examples/MDLExample project and use it as a matter of template. I must say that I only have implemented 4 controls and some beads. For tutorials, Chris pointed to the marvelous video about maven - flexj

Re: inflate/deflate

2016-11-02 Thread Carlos Rovira
Hi PKumar, very interested in your AMFJS integration. these means you have a working port of AMFJS? Are you working/planing in RemoteObject port? Could you share more about it? thanks! 2016-10-31 16:58 GMT+01:00 PKumar : > I used with my custom custom for AMFJS integration and it > works ok.

Re: Getting ready for the refactor-sprite merge (was Re: [FlexJS] HTMLElementWrapper extending Sprite)

2016-11-02 Thread Harbs
Sounds good. Looking forward! On Nov 2, 2016, at 8:44 AM, Alex Harui wrote: > Update: > > Maven and Ant builds work locally for me. DataBindingExample runs. > > I will push it tomorrow unless someone comes up with a good reason not to. > > Thanks, > -Alex >