working on a lib of graphics api flexjs

2015-11-30 Thread lizhi
https://github.com/matrix3d/spriteflexjs/blob/master/src/flash/display/Graphics.as https://github.com/matrix3d/spriteflexjs/blob/master/src/flash/display/GraphicsPath.as -- View this message in context:

Re: working on a lib of graphics api flexjs

2015-11-30 Thread OmPrakash Muppirala
A graphics api for AS and JS already exists in FlexJS: https://github.com/apache/flex-asjs/tree/develop/frameworks/projects/Graphics/as/src/org/apache/flex/core/graphics You might want to start from there. Thanks, Om On Mon, Nov 30, 2015 at 1:54 AM, lizhi wrote: > >

Re: working on a lib of graphics api flexjs

2015-11-30 Thread OmPrakash Muppirala
Oh, I forgot to mention that it targets SVG on the HTML/JS side. It looks like you are targetting a Canvas, right? Thanks, Om On Mon, Nov 30, 2015 at 2:18 AM, OmPrakash Muppirala wrote: > A graphics api for AS and JS already exists in FlexJS: >

flex-mustella.cloudapp.net off line

2015-11-30 Thread Tom Chiverton
Is http://flex-mustella.cloudapp.net down for everyone else ? -- *Tom Chiverton* Lead Developer e: t...@extravision.com p: 0161 817 2922 t: @extravision w: www.extravision.com

Re: flex-mustella.cloudapp.net off line

2015-11-30 Thread OmPrakash Muppirala
http://downforeveryoneorjustme.com/http://flex-mustella.cloudapp.net/ says that it is down for everyone. Thanks, Om On Mon, Nov 30, 2015 at 2:21 AM, Tom Chiverton wrote: > Is http://flex-mustella.cloudapp.net down for everyone else ? > -- > *Tom Chiverton* > Lead

Re: flex-mustella.cloudapp.net off line

2015-11-30 Thread Alex Harui
I restarted the server. From: "omup...@gmail.com" > on behalf of OmPrakash Muppirala > Reply-To: "dev@flex.apache.org"

Re: [FlexJS] Installer downloading Google Closure redundantly?

2015-11-30 Thread Alex Harui
We have two dependencies on Google Closure. The FlexJS framework code relies on the Google Closure Library (GCL) for both event and dependency management. The FalconJX compiler uses the Google Closure Compiler (GCC) to validate and optimize the output JS whether your JS relies on Google Closure

Re: flexjs ERROR - Circular dependency detected

2015-11-30 Thread Alex Harui
Well, I spend time looking into this. Do you have a slightly more "realistic" example? The reason I ask is because there is some logic that tries to eliminate circular dependencies and I can't tell if there is a bug in it or not because in the small test case you provided, the class B is never

Re: FlexJS Brand Positioning

2015-11-30 Thread jude
I saw this on Twitter, ""Introducing NextGen ActionScript" via @ *joshtynjala* => http:// joshblog.net/2015/introducing-nextgen-actionscript/ … " Not to be nitpicky but I think it's misleading. I'm stoked about the new website and

Re: FlexJS Brand Positioning

2015-11-30 Thread Justin Mclean
Hi, > Would it be acceptable to create a specific legal page, linked from the > footer, that displays the Apache Flex trademark attribution text? INAL so I would just go with a footer as suggested - see [1][2] The second link is talking about Apache pages but it's reasonable to assume that it

Re: flexjs ERROR - Circular dependency detected

2015-11-30 Thread lizhi
in develop the flash api flexjs,i have a lot of this iuuse. but i alreay fixed it. 1, in flash the stage extends the displayobject,and displayobject have a stage var. 2,graphics have to use sprite,and sprite have a graphics var. 3, ... etc, many and now i make stage extends object,fixed it.

Re: FlexJS Brand Positioning

2015-11-30 Thread Josh Tynjala
Yeah, I guess that's an unfortunate naming similarity to Adobe's abandoned "ActionScript Next". I hadn't even made the association. Regardless, I'm not concerned with a little temporary disappointment. Doing something like replacing a name associated with darker times with something fresh and

[4.15.0] # Apache Flex SDK 4.15.0 nightly build 115: Successful

2015-11-30 Thread flex . ci . builds
flex-sdk_release-candidate - Build #115 - Successful Changes since last build: No changes For more information, check the console output at http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/115/.

FOSDEM 2016 - take action by 4th of December 2015

2015-11-30 Thread Roman Shaposhnik
As most of you probably know FOSDEM 2016 (the biggest, 100% free open source developer conference) is right around the corner: https://fosdem.org/2016/ We hope to have an ASF booth and we would love to see as many ASF projects as possible present at various tracks (AKA Developer rooms):

Re: flexjs ERROR - Circular dependency detected

2015-11-30 Thread Alex Harui
On 11/30/15, 6:33 PM, "lizhi" wrote: >in develop the flash api flexjs,i have a lot of this iuuse. >but i alreay fixed it. > >1, in flash the stage extends the displayobject,and displayobject have a >stage var. > >2,graphics have to use sprite,and sprite have a graphics var. > >3,

lib sprite flexjs,add graphics.as (canvas)

2015-11-30 Thread lizhi
http://matrix3d.github.io/assets/html5/flexjsstage3d/bin/js-release/indexg.html https://github.com/matrix3d/spriteflexjs/blob/master/src/TestGraphics.as -- View this message in context: http://apache-flex-development.247.n4.nabble.com/lib-sprite-flexjs-add-graphics-as-canvas-tp50369.html

Re: FlexJS Brand Positioning

2015-11-30 Thread Harbs
INAL either, but I’d go with a more lenient approach. AFAIUI, a TM at the first mention of a trademark and some simple text in the footer like this is enough: "All other trademarks and copyrights are the property of their respective owners.” I think this is a relatively accepted practice. If

CanvasRenderingContext2D.fillStyle type is a object,not a string

2015-11-30 Thread lizhi
CanvasRenderingContext2D.fillStyle type is a object,not a string -- View this message in context: http://apache-flex-development.247.n4.nabble.com/CanvasRenderingContext2D-fillStyle-type-is-a-object-not-a-string-tp50368.html Sent from the Apache Flex Development mailing list archive at

Re: [FlexJS] Installer downloading Google Closure redundantly?

2015-11-30 Thread OmPrakash Muppirala
Here is the entire Installer log, with the download closure line highlighted: https://gist.github.com/anonymous/3887d6bc872088cfced5#file-gistfile1-txt-L495 Thanks, Om On Mon, Nov 30, 2015 at 12:05 AM, Alex Harui wrote: > Can you post the snippet of the log that shows it

Re: [FlexJS] Installer downloading Google Closure redundantly?

2015-11-30 Thread Alex Harui
Can you post the snippet of the log that shows it getting GCL? I just looked at one of my installer.logs and didn't see it. I think there may be issues with the build script bringing down GCL unnecessarily. I'm shutting down for tonight so I will check in the AM. Thanks, -Alex On 11/29/15,

Re: working on a lib of graphics api flexjs

2015-11-30 Thread lizhi
yes,it is canvas -- View this message in context: http://apache-flex-development.247.n4.nabble.com/working-on-a-lib-of-graphics-api-flexjs-tp50350p50355.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: working on a lib of graphics api flexjs

2015-11-30 Thread OmPrakash Muppirala
It would be great if you could follow the same class styles as Line, Path, Circle, etc. as seen in this package: https://github.com/apache/flex-asjs/tree/develop/frameworks/projects/Graphics/as/src/org/apache/flex/core/graphics Then, it would be easy for folks to switch between SVG and Canvas by