Re: FlexJS World Tour - Livestream NOW!

2016-04-13 Thread Shubham Gupta
Hi Alex, This resolution works well. Thank you, Regards, Shubham Gupta On Wed, Apr 13, 2016 at 10:42 PM, Alex Harui wrote: > I sent Shubham links to videos with a different resolution. Shubham, if > they are still bad, is there a recommended resolution I can try? > > Thanks, > -Alex > > On 4/

AW: Docs

2016-04-13 Thread Christofer Dutz
Hi, In the Maven world, this year asciidoc has become THE tool for creating documentation including diagrams. Every conference here seems to have some talks on it. Perhaps you should have a look at that. It would make it easier to integrate into automated builds. I was planning on adding that t

Re: FlexJS World Tour - Livestream NOW!

2016-04-13 Thread Alex Harui
I sent Shubham links to videos with a different resolution. Shubham, if they are still bad, is there a recommended resolution I can try? Thanks, -Alex On 4/13/16, 5:28 PM, "Alex Harui" wrote: >The afternoon video may have been in a lower resolution. I will try that >resolution for the other v

Re: Docs

2016-04-13 Thread Alex Harui
On 4/13/16, 3:59 PM, "Andrew Wetmore" wrote: >Does the team prefer to write in Markdown? IMO, the factors involved here are: 1) Are these pages going on the flex.a.o website? 2) If so, does the Apache CMS support the choice of doc system? 3) Does the doc system use something relative popular a

Re: FlexJS World Tour - Livestream NOW!

2016-04-13 Thread Alex Harui
The afternoon video may have been in a lower resolution. I will try that resolution for the other video. Sent from my LG G3, an AT&T 4G LTE smartphone -- Original message-- From: Shubham Gupta Date: Wed, Apr 13, 2016 3:59 PM To: dev@flex.apache.org; Cc:

Re: FlexJS World Tour - Livestream NOW!

2016-04-13 Thread Shubham Gupta
Hi Alex, While editing the videos, I found some problem with your and Om's presentation videos. The 3rd video (afternoon session) is good but the presentation videos do not have clear images of the presentation but have clear audio. It would be great if you can check the videos at your end also.

Re: Docs

2016-04-13 Thread Andrew Wetmore
Does the team prefer to write in Markdown? On Wed, Apr 13, 2016 at 6:46 PM, Justin Mclean wrote: > Hi, > > I’ve used Mkdocs [1] before. It produces nice document web sites that can > be hosted anywhere. It’s license is compatible with Apache [2]. > > But in this case it’s more having the content

Re: Docs

2016-04-13 Thread Justin Mclean
Hi, I’ve used Mkdocs [1] before. It produces nice document web sites that can be hosted anywhere. It’s license is compatible with Apache [2]. But in this case it’s more having the content in the first place I think? Thanks, Justin 1 http://www.mkdocs.org 2. http://www.mkdocs.org/about/license

Re: How to use source maps. (was: how flexjs just get js-debug?)

2016-04-13 Thread Josh Tynjala
Hey Harbs, I tweaked the compiler so that a warning is printed to the console when trying to use source maps with MXML, but it should work fine with any AS files in the project. - Josh On Wed, Apr 13, 2016 at 11:27 AM, Harbs wrote: > > Right now, source maps for MXML files are not supported. T

Re: Docs

2016-04-13 Thread Andrew Wetmore
I have good writing skills and have headed doc teams for software companies large and small. I have built doc platforms with Madcap Flare and other tools, but when I am working on a shoestring I prefer HelpScribble ( https://www.helpscribble.com/). I would be glad to help with this, especially if s

Re: [FlexJS] Build examples and debug it using sources

2016-04-13 Thread Harbs
Exactly. If I need to pull in FalconJX changes I use ant all on asjs first. The “manual test” apps have a “Test” button which runs the js code and outputs the results to the console. When trying to figure out what the code should compile into (when something is not working correctly), I modify

Re: [FlexJS] Build examples and debug it using sources

2016-04-13 Thread piotrz
Harbs, So your path to work on features are 1) Changing something in FlexJS code 2) Rebuild framework using ant 3) Rebuild example app and trace the results This is how it looks like ? Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-fle

Docs

2016-04-13 Thread Harbs
Documentation on the Flex SDK is pretty mature. You can find just about anything you want on the web. FlexJS has next to nothing. As things are ramping up with FlexJS, there is more an more functionality buried here in the dev list. I know I tend to be really bad at documentation. Even if we we

Re: [2/2] git commit: [flex-falcon] [refs/heads/develop] - FalconJX now checks debug flag to determine whether to generate the release build via Google Closure Compiler. Also added -skip-transpile opt

2016-04-13 Thread Harbs
Thanks. On Apr 13, 2016, at 11:34 PM, Alex Harui wrote: > > > On 4/13/16, 1:08 PM, "Harbs" wrote: > >> I’m confused about the options here. >> >> If I’m reading this right, there’s 3 scenarios: >> 1. Generate js-debug and js-release > > -debug=false > >> 2. Only generate js-debug > > -de

Re: [2/2] git commit: [flex-falcon] [refs/heads/develop] - FalconJX now checks debug flag to determine whether to generate the release build via Google Closure Compiler. Also added -skip-transpile opt

2016-04-13 Thread OmPrakash Muppirala
On Wed, Apr 13, 2016 at 1:34 PM, Alex Harui wrote: > > > On 4/13/16, 1:08 PM, "Harbs" wrote: > > >I’m confused about the options here. > > > >If I’m reading this right, there’s 3 scenarios: > >1. Generate js-debug and js-release > > -debug=false > > >2. Only generate js-debug > > -debug=true > >

Re: [2/2] git commit: [flex-falcon] [refs/heads/develop] - FalconJX now checks debug flag to determine whether to generate the release build via Google Closure Compiler. Also added -skip-transpile opt

2016-04-13 Thread Alex Harui
On 4/13/16, 1:08 PM, "Harbs" wrote: >I’m confused about the options here. > >If I’m reading this right, there’s 3 scenarios: >1. Generate js-debug and js-release -debug=false >2. Only generate js-debug -debug=true >3. Only generate js-release from an existing js-debug. -debug=false -skip-t

Re: [2/2] git commit: [flex-falcon] [refs/heads/develop] - FalconJX now checks debug flag to determine whether to generate the release build via Google Closure Compiler. Also added -skip-transpile opt

2016-04-13 Thread Harbs
I’m confused about the options here. If I’m reading this right, there’s 3 scenarios: 1. Generate js-debug and js-release 2. Only generate js-debug 3. Only generate js-release from an existing js-debug. Did I get that right? If so, what are the compile arguments for each case? On Apr 13, 2016, a

Re: How to use source maps. (was: how flexjs just get js-debug?)

2016-04-13 Thread Josh Tynjala
Yes, any MXML file will cause the --source-map argument to fail right now. I'll try to get it to skip MXML files, as a temporary workaround. I expect that it is possible to get debugging working in VS Code. The Flash/Flex plugin for IntelliJ IDEA is also open source. https://github.com/JetBrains

Re: How to use source maps. (was: how flexjs just get js-debug?)

2016-04-13 Thread OmPrakash Muppirala
Sounds very cool, Josh! Thanks for getting this done. On Wed, Apr 13, 2016 at 11:27 AM, Harbs wrote: > > Right now, source maps for MXML files are not supported. The compiler > will > > exit with an error. It should be possible to support it in the future, > but > > I'm focusing on pure ActionS

Re: How to use source maps. (was: how flexjs just get js-debug?)

2016-04-13 Thread Harbs
> Right now, source maps for MXML files are not supported. The compiler will > exit with an error. It should be possible to support it in the future, but > I'm focusing on pure ActionScript for now. So, a project with ANY mxml file cannot be used right now with the --source-map option? If so, I’

How to use source maps. (was: how flexjs just get js-debug?)

2016-04-13 Thread Josh Tynjala
I'm not done with source maps yet, but you should be able to start playing around with them in their current state. Some lines may not allow breakpoints right now, but browsers seem to move them to the next valid line automatically. Using source maps is pretty easy: 1. Add the --source-map compil

Re: [jira] [Comment Edited] (FLEX-35078) Fatal when SelectionManager tries to reapply selection onto changed textFlow

2016-04-13 Thread Mihai Chira
Actually this bug seems to occur when the empty span is *not* removed. Thanks for taking a look! On 13 April 2016 at 12:53, Harbs wrote: > I think TLF is more aggressive than it used to be in removing empty spans. > > I’ll try to look into this when I find the time. > > On Apr 13, 2016, at 1:22 P

Re: [jira] [Comment Edited] (FLEX-35078) Fatal when SelectionManager tries to reapply selection onto changed textFlow

2016-04-13 Thread Harbs
I think TLF is more aggressive than it used to be in removing empty spans. I’ll try to look into this when I find the time. On Apr 13, 2016, at 1:22 PM, Mihai Chira wrote: > Hey guys, I feel I've done as much as I can on this ticket to pave the > way for someone with more TLF knowledge to hopef

Re: [jira] [Comment Edited] (FLEX-35078) Fatal when SelectionManager tries to reapply selection onto changed textFlow

2016-04-13 Thread Mihai Chira
Hey guys, I feel I've done as much as I can on this ticket to pave the way for someone with more TLF knowledge to hopefully have an easy time understanding and fixing it. Do any of you have time to take a look? Many thanks! On 13 April 2016 at 11:50, Mihai Chira (JIRA) wrote: > > [ > https:/

[FlexJS] Status on Maven migration

2016-04-13 Thread Christofer Dutz
Hi, today I finished cleaning up the Tests so they should now work on Mac and Windows. The current version now provides a little more sophisticated flexjs-maven-plugin that allows a packaging of type "swc" so it no longer produces the dummy jar files. I really didn't want them to go into the

Re: [FlexJS][XML]first milestone

2016-04-13 Thread Harbs
Hi Lizhi, This looks like good use cases. Do you think you can extract some simple sample code for testing? On Apr 13, 2016, at 10:16 AM, lizhi wrote: > https://github.com/matrix3d/FlashShader/blob/master/example/src/gl3d/parser/dae/ColladaDecoder.as > > https://github.com/matrix3d/FlashShade

Re: [FlexJS][XML]first milestone

2016-04-13 Thread lizhi
https://github.com/matrix3d/FlashShader/blob/master/example/src/gl3d/parser/dae/ColladaDecoder.as https://github.com/matrix3d/FlashShader/blob/master/example/src/assets/astroBoy_walk_Max.dae -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-XML-first-

Re: [FlexJS][XML]first milestone

2016-04-13 Thread Harbs
FYI, this now works: rects.(@id==3).@height = "100px”; Thanks Alex for fixing this! On Apr 13, 2016, at 12:24 AM, Harbs wrote: > Today, the following is working too: > > var svg:XML = > > > > > > > > > ; > > var rects:XMLList = svg..rect; > rects[1].@width = "100px"; > //rect

Re: how flexjs just get js-debug?

2016-04-13 Thread OmPrakash Muppirala
I dont think there is a command line option. I believe Alex's solution would be command line based. Thanks, Om On Tue, Apr 12, 2016 at 11:31 PM, lizhi wrote: > it is have the command line ,this function? > i am not use the fdt,i now use the bat. > > > > -- > View this message in context: > htt

Re: how flexjs just get js-debug?

2016-04-13 Thread lizhi
it is have the command line ,this function? i am not use the fdt,i now use the bat. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/how-flexjs-just-get-js-debug-tp52303p52309.html Sent from the Apache Flex Development mailing list archive at Nabble.com.