RE: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS

2017-06-30 Thread yishayw
That's assuming you have ant installed and in path. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-question-about-porting-an-Adobe-Flex-3-project-to-HTML-JS-tp62698p62740.html Sent from the Apache Flex Development mailing list archive at

RE: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS

2017-06-30 Thread yishayw
Hi Allen, In my project there's an ant script that you can use. So if you open your cmd or shell and change directory to where build.xml is, you can type 'ant' and the project should build. Let me know how it goes. -- View this message in context:

[FlexJS] PAYG definitions and guidance, Please participate

2017-06-30 Thread Greg Dove
Following on from other discussions, I have made a start on something here https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=71013028 In the end this will only work if people want to do it. But I do believe that one way of getting everyone on the same page here (and we do have

RE: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS

2017-06-30 Thread Allen YANG
Hi Alex, After I was able to build the project without error; I checked running demo_for_presentation from Flash Builder. My default browser is Google Chrome, I know that wouldn't work; so I downloaded the debug version of Flash Player for Firefox and set the default browser to be Firefox on

RE: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS

2017-06-30 Thread Allen YANG
Hi Alex, You are correct. After deleting al the errors out of the error log and cleaned and built and project, the error went away. Thank you so much! Best Regards, Allen -Original Message- From: Alex Harui [mailto:aha...@adobe.com.INVALID] Sent: Friday, June 30, 2017 5:08 PM To:

Re: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS

2017-06-30 Thread Alex Harui
Hi Allen, Delete all of the errors out of the error log so we know you are still getting new ones. Go back to project properties to make sure Core and Basic were removed. Maybe grab a screenshot of the dialog box and post a link to it. Then clean and build the project and in the Project

RE: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS

2017-06-30 Thread Allen YANG
Hi Alex, Thanks for looking into this. I removed Core.swc and Basic.swc from Flex Build Path and cleaned the project and rebuilt. The result is still the same. Best Regards, Allen -Original Message- From: Alex Harui [mailto:aha...@adobe.com.INVALID] Sent: Friday, June 30, 2017 4:48 PM

Re: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS

2017-06-30 Thread Alex Harui
Hi Allen, Looks like you ran into a bug. I will look into a fix for it. As a workaround, go to the Project menu, choose Properties, then Flex Build Path. Remove the Core.swc and Basic.swc. Yishay probably had his own development versions of them but you can use the ones in the FlexJS SDK.

Re: [ANNOUNCE] Apache FlexJS 0.8.0 and Apache Flex FalconJX 0.8.0 Released

2017-06-30 Thread Carlos Rovira
Congrats to all!! Awesome work! Thanks for make this happen! :)) Just Twitted in the official twitter account - > https://twitter.com/apacheflex/status/880888105573732353 2017-06-30 21:06 GMT+02:00 piotrz : > Hi Josh, > > Yep that's possible. > > Can someone update

Re: [ANNOUNCE] Apache FlexJS 0.8.0 and Apache Flex FalconJX 0.8.0 Released

2017-06-30 Thread Carlos Rovira
Please retweet to spread the word and make lots of noise out there!! :)) El 30 de junio de 2017, 22:39, Carlos Rovira escribió: > Congrats to all!! Awesome work! Thanks for make this happen! :)) > > Just Twitted in the official twitter account - >

Re: [ANNOUNCE] Apache FlexJS 0.8.0 and Apache Flex FalconJX 0.8.0 Released

2017-06-30 Thread piotrz
Hi Josh, Yep that's possible. Can someone update facebook, twitter and our blog? Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

RE: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS

2017-06-30 Thread Allen YANG
Hi Yishay, Thank you for uploading the presentation demo to OneDrive. After downloading the demo for presentation demo.zip file and importing that to my Flash Builder 4.7, I made sure the SDK is set to FlexJS, then I did a build and got an error: "An internal error has occurred, see error log

Re: [ANNOUNCE] Apache FlexJS 0.8.0 and Apache Flex FalconJX 0.8.0 Released

2017-06-30 Thread Josh Tynjala
I can see the announcement in the official archive for users: mail-archives.apache.org/mod_mbox/flex-users/201706.mbox/ It's possible that Nabble doesn't know how to handle a message that was sent to multiple mailing lists simultaneously. - Josh On Fri,

Re: [FLEXJS] ASDoc Issues

2017-06-30 Thread Peter Ent
Ah, I misunderstood which asdoc-config file. On 6/30/17, 1:31 PM, "Alex Harui" wrote: >The asdoc target doesn't work because we've extended ActionScript for >FlexJS. We only care about the ASDoc Example. I guess we should comment >out the asdoc target for now. Also,

RE: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS

2017-06-30 Thread yishayw
allenyyang wrote > However, the source code texts on YouTube video are a bit blurred when > Yishay went through the example MXML code (Unlike Josh's VS Code video on > which the texts are clear most of the time) I uploaded [1] the example project to my OneDrive. It doesn't contain the example

Re: [FLEXJS] ASDoc Issues

2017-06-30 Thread Alex Harui
The asdoc target doesn't work because we've extended ActionScript for FlexJS. We only care about the ASDoc Example. I guess we should comment out the asdoc target for now. Also, it looks like the ASDoc example uses its own asdic-config.xml file in its src/main/config folder. -Alex On 6/30/17,

[FLEXJS] ASDoc Issues

2017-06-30 Thread Peter Ent
I'm running the asdoc target in flex-asjs and it has rejected a couple of things in Core/main/flex/Promise.as such as: [asdoc] /Users/pent/dev/flex-asjs/frameworks/projects/Core/src/main/flex/Promise.as(270): col: 19 Error: Syntax error: expecting identifier before catch. [asdoc]

Re: [ANNOUNCE] Apache FlexJS 0.8.0 and Apache Flex FalconJX 0.8.0 Released

2017-06-30 Thread piotrz
I don't subscribe lists. I'm always using nabble forum. I've sent you link. If I don't see it on nabble something is wrong. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: [ANNOUNCE] Apache FlexJS 0.8.0 and Apache Flex FalconJX 0.8.0 Released

2017-06-30 Thread Alex Harui
You may only receive one. But if the one you received is from dev@, the header should also show that user@ is in the To list. Are you not seeing that? -Alex On 6/30/17, 9:43 AM, "piotrz" wrote: >Hi Alex, > >No I don't see it. [1] Maybe it will appear later. > >[1]

Re: [ANNOUNCE] Apache FlexJS 0.8.0 and Apache Flex FalconJX 0.8.0 Released

2017-06-30 Thread piotrz
Hi Alex, No I don't see it. [1] Maybe it will appear later. [1] http://apache-flex-users.246.n4.nabble.com Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: [ANNOUNCE] Apache FlexJS 0.8.0 and Apache Flex FalconJX 0.8.0 Released

2017-06-30 Thread Alex Harui
The users list is in To: of the original message. Does it not show that for you? On 6/30/17, 9:05 AM, "piotrz" wrote: >Yeah! Finally! > >I would like to say big THANK YOU to everyone who make at least one >commit, >one comment which make this release happen! > >I

Re: [ANNOUNCE] Apache FlexJS 0.8.0 and Apache Flex FalconJX 0.8.0 Released

2017-06-30 Thread piotrz
Yeah! Finally! I would like to say big THANK YOU to everyone who make at least one commit, one comment which make this release happen! I think we achieve milestone with this release! P.S. Alex I think users list should be also notified. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com

[ANNOUNCE] Apache FlexJS 0.8.0 and Apache Flex FalconJX 0.8.0 Released

2017-06-30 Thread Alex Harui
The Apache Flex community is pleased to announce the release of Apache FlexJS SDK 0.8.0 and Apache Flex FalconJX Compiler 0.8.0. Apache Flex is a highly productive, open source application framework for building and maintaining expressive applications that deploy consistently on all major

RE: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS

2017-06-30 Thread piotrz
It's worth to mention that we have following modules Basic - Basic set of components you can find list of them in framework code [1] Express - mentioned by Josh which utilize some beads [2] MaterialDesignLight - Wrap all google components [3][4] [1]

Re: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS

2017-06-30 Thread Alex Harui
Hi Allen, Unlike Flex 3, where the only set of framework components was the MX components, in FlexJS 0.8.0 we introduced a new set called Express. Sounds like you've read about beads and strands. The "Basic" set of components that is the foundation of FlexJS and what Harbs and Yishay are using

Re: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS

2017-06-30 Thread Harbs
They have build scripts for both Ant and Maven. You can probably build them using any one of the other build chains, but those are the only build scripts included. Harbs > On Jun 30, 2017, at 6:07 PM, Allen YANG wrote: > > Piotr, > Thank you. Are these examples all

Re: [FalconJX] Slower builds after dual merge

2017-06-30 Thread Harbs
I initially thought that I was getting slower build times, but I’m no longer so sure. Using these options, I’m getting roughly 10 second build times --debug=true --targets=JSFlex That’s about the same as I was getting before the switch to dual. Using debug=false sometimes takes over 3

RE: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS

2017-06-30 Thread Allen YANG
Piotr, Thank you. Are these examples all built on Maven? Best Regards, Allen -Original Message- From: piotrz [mailto:piotrzarzyck...@gmail.com] Sent: Friday, June 30, 2017 10:45 AM To: dev@flex.apache.org Subject: RE: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS

RE: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS

2017-06-30 Thread Allen YANG
Hi Alex and Josh, Sorry for my dumb question below: I immediately googled FlexJS Express when I saw Josh's answer; but I didn't find something can explains what Express is. Could you give me an URL where I can learn about it? Best Regards, Allen -Original Message- From: Alex Harui

RE: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS

2017-06-30 Thread piotrz
Allen, A lot of examples you can find on our github[1] [1] https://github.com/apache/flex-asjs/tree/apache-flex-flexjs-0.8.0/examples/flexjs Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS

2017-06-30 Thread Alex Harui
That's a great suggestion. It would be great to see what the learning curve is when using Express. In theory, Allen should be able to replace: xmlns:mx="http://www.adobe.com/2006/mxml; With these two lines: xmlns:fx="http://ns.adobe.com/mxml/2009;

Re: [DRAFT] Apache FlexJS 0.8.0 and Apache Flex FalconJX 0.8.0 Released

2017-06-30 Thread Josh Tynjala
Yeah, I guess that's fine. - Josh On Fri, Jun 30, 2017 at 7:36 AM, Alex Harui wrote: > Waiting for Josh to decide on the MXML Source Map issue. I prefer > positivity, so I'd suggest rewording from: > > - The -source-map compiler argument now also generates source

[FalconJX] Slower builds after dual merge

2017-06-30 Thread Josh Tynjala
Some folks mentioned that the compiler has gotten slower after the dual merge. I recall that it's true even with a debug build and only a single target. It occurred to me that this could be because the compiler writes significantly more to the console in 0.8 than it did in previous versions. Now,

RE: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS

2017-06-30 Thread Allen YANG
Hi Harbs, Thank you! I went over FlexJS wiki [Creating Components] to get a better understanding of strands and beads. It was quite helpful. Watching Yishay's video helped to get myself further familiar with this subject. However, the source code texts on YouTube video are a bit blurred when

Re: [DRAFT] Apache FlexJS 0.8.0 and Apache Flex FalconJX 0.8.0 Released

2017-06-30 Thread Alex Harui
Waiting for Josh to decide on the MXML Source Map issue. I prefer positivity, so I'd suggest rewording from: - The -source-map compiler argument now also generates source maps for scripts in MXML files. To: - The -source-map compiler argument now also generates source maps for scripts in MXML

Re: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS

2017-06-30 Thread Josh Tynjala
If you use the new Express components in FlexJS 0.8, binding beads should be added automatically, so that's one place where things might not necessarily be too different! - Josh On Fri, Jun 30, 2017 at 5:48 AM, Harbs wrote: > I suggest you watch the getting started video

Re: Apache Flex SDK 4.16.0 Downloading Failed

2017-06-30 Thread Tom Chiverton
Are you able to download the indicated file yourself ? You can also try installing from the command line : https://cwiki.apache.org/confluence/display/FLEX/Installation+help#Installationhelp-Ant-basedinstaller Tom On 30/06/17 08:39, Bikrant Singh wrote: Hi Team, I am downloading the Apache

Re: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS

2017-06-30 Thread Josh Tynjala
The documentation for the VSCode extension explains how to launch a SWF embedded in HTML in a specific web browser: https://github.com/BowlerHatLLC/vscode-nextgenas/wiki/Debug-a-SWF-embedded-in-HTML-with-Visual-Studio-Code - Josh On Fri, Jun 30, 2017 at 5:56 AM, yishayw

Re: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS

2017-06-30 Thread yishayw
allenyyang wrote > (b)If I convert to Flex 4 first, then I am trying to prepare my > browsers for debugging in a Flash environment. My most frequently used > browser is Google Chrome. I found that there is no easy way to replace > Chrome's flash player, starting Chrome version 57, by the

RE: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS

2017-06-30 Thread Allen YANG
Hi Piotr, Thanks for your prompt answer. Your answer and Alex's answer saved me lots of time by not trying to convert to Flex 4 first. I will go over the links you provided and the videos Alex's recommended. Thanks again to the team for all your help. Really appreciated! Best Regards, Allen

Re: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS

2017-06-30 Thread Harbs
I suggest you watch the getting started video by Yishay and the VS Code video by Josh. Don’t try to port to Flex 4 first. It should not be significantly different porting from Flex 3 or Flex 4. If anything, porting from Flex 3 should be more straight-forward because the architecture is

Re: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS

2017-06-30 Thread piotrz
Hi Allen, Great to hear that you are trying FlexJS! :) Answering briefly to your questions: I think you shouldn't port your Flex 3 application to Flex 4, cause no matter what you do you will have to rewrite from scratch your UI at the end. The thing which you can do and will speed up your work

[FlexJS] question about porting an Adobe Flex 3 project to HTML+JS

2017-06-30 Thread Allen YANG
Hi Team, I have a Flex 3 project that was built on Adobe Flash Builder 3.6 (SDK Flex 3.6A); it needs to be ported to support a non-flash environment. This program was not originally written by me; but I have software development experience. I installed a trial version of Flash Builder 4.7 on my

Re: [DRAFT] Apache FlexJS 0.8.0 and Apache Flex FalconJX 0.8.0 Released

2017-06-30 Thread piotrz
Does anything more we need to make the announcement ? Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/DRAFT-Apache-FlexJS-0-8-0-and-Apache-Flex-FalconJX-0-8-0-Released-tp62627p62696.html Sent