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

2017-07-10 Thread Allen YANG
version of asconfigc, I also ran "npm install -g asconfigc". Best Regards, Allen -Original Message- From: piotrz [mailto:piotrzarzyck...@gmail.com] Sent: Monday, July 10, 2017 4:24 PM To: dev@flex.apache.org Subject: RE: [FlexJS] question about porting an Adobe Flex 3 project to H

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

2017-07-10 Thread piotrz
Thanks Josh it's working! :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- 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-tp62698p63056.html Sent from the Apache Flex Development mai

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

2017-07-10 Thread Josh Tynjala
> I was not able to run build through VSCode: It constantly reported: "Unknown compiler option: targets" You probably have an old version of asconfigc installed on your system. Run the following command to update: npm install -g asconfigc - Josh On Mon, Jul 10, 2017 at 1:23 PM, piotrz wrote:

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

2017-07-10 Thread piotrz
Hi Allen, I just look into your project and change it in order to give you starting point. [1] 1) You was not able to properly build cause you didn't have some classes: - SearchClass - You did add it but it was not enough - ISearchable - It was missing I've added it as a mock up 2) I was not abl

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

2017-07-10 Thread Alex Harui
>Iku6Lg%3D&reserved=0 > > >Thanks and Regards, >Allen > >-Original Message----- >From: Olaf Krueger [mailto:p...@olafkrueger.net] >Sent: Monday, July 10, 2017 8:51 AM >To: dev@flex.apache.org >Subject: RE: [FlexJS] question about porting an Adobe Flex 3 project to

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

2017-07-10 Thread Allen YANG
-Original Message- From: Olaf Krueger [mailto:p...@olafkrueger.net] Sent: Monday, July 10, 2017 8:51 AM To: dev@flex.apache.org Subject: RE: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS >I don't see class SearchClass in the project Maybe I'm wrong, but I'

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

2017-07-10 Thread Olaf Krueger
>I don't see class SearchClass in the project Maybe I'm wrong, but I'm also don't see a representation for "http://apache-flex-development.247.n4.nabble.com/FlexJS-question-about-porting-an-Adobe-Flex-3-project-to-HTML-JS-tp62698p63036.html Sent from the Apache Flex Development mailing list a

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

2017-07-10 Thread piotrz
Allen, I don't see class SearchClass in the project - that's why you are getting such error. You are building project using VS Code there is no Maven. Maven build is described in pom.xml file, but ok if you were able to setup VSCode build that's enough. - You can setup build by maven later if yo

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

2017-07-10 Thread Allen YANG
ll be ignored. ^ -Original Message- From: Alex Harui [mailto:aha...@adobe.com.INVALID] Sent: Monday, July 10, 2017 3:46 AM To: dev@flex.apache.org Subject: Re: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS Justin, We have advised Allen to try the Expres

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

2017-07-10 Thread Alex Harui
Justin, We have advised Allen to try the Express set. Only some of your advice is going to apply. We want to pre-package beads in Express so folks like Allen don't have to add as many beads. Thanks, -Alex On 7/9/17, 6:29 PM, "Justin Mclean" wrote: >Hi, > >Sending again as this didn’t seem to

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

2017-07-09 Thread yishayw
Hi Allen, As others have pointed out, the project you posted has some syntax errors and includes flex 3 classes that will not build. Please post a simple project that demonstrates the problem you are currently having. Thanks, Yishay -- View this message in context: http://apache-flex-developm

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

2017-07-09 Thread Allen YANG
a the Samsung Galaxy S7, an AT&T 4G LTE smartphone Original message From: Justin Mclean Date: 7/9/17 10:05 PM (GMT-05:00) To: dev@flex.apache.org Subject: Re: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS Hi, I’d guess you have an js:Application tag els

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

2017-07-09 Thread Justin Mclean
Hi, > Once I got through the tag issue I will add these. In the code (assuming it works) I’ve actually done most of these. The emails arrived out of order. The only thing you need to work out is how to convert the enter event. Thanks, Justin

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

2017-07-09 Thread Justin Mclean
Hi, I’d guess you have an js:Application tag elsewhere in your application and this is just a component right? To use as a component try this instead (again untested): http://ns.adobe.com/mxml/2009"; xmlns:js="library://ns.apache.org/flexjs/basic">

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

2017-07-09 Thread Allen YANG
al Message- From: Allen YANG Sent: Sunday, July 09, 2017 9:07 PM To: 'dev@flex.apache.org' Subject: RE: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS Hi Justin, Thank you very much! I will try this. Best Regards, Allen -Original Message- From: Justi

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

2017-07-09 Thread Justin Mclean
HI, There a number of other changes you may need to make to get this to work in FlexJS: - you need to set value impl to enable layout try js:SimpleCSSValuesImpl - Change Button to TextButton which has a text attribute but there’s no enable attribute - toolTips are supported via the tool tip bead

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

2017-07-09 Thread Allen YANG
Thank you, Justin. Once I got through the tag issue I will add these. Regards, Allen -Original Message- From: Justin Mclean [mailto:jus...@classsoftware.com] Sent: Sunday, July 09, 2017 9:30 PM To: dev@flex.apache.org Subject: Re: [FlexJS] question about porting an Adobe Flex 3 project

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

2017-07-09 Thread Allen YANG
Hi Justin, Thank you very much! I will try this. Best Regards, Allen -Original Message- From: Justin Mclean [mailto:jus...@classsoftware.com] Sent: Sunday, July 09, 2017 8:55 PM To: dev@flex.apache.org Subject: Re: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS Hi

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

2017-07-09 Thread Justin Mclean
Hi, Sending again as this didn’t seem to make it to the list. There a number of other changes you may need to make to get this to work in FlexJS: - You need to set value impl to enable layout try js:SimpleCSSValuesImpl - Change Button to TextButton which has a text attribute but there’s no enabl

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

2017-07-09 Thread Allen YANG
2017 8:20 PM To: dev@flex.apache.org Subject: Re: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS Did you close the Hcontainer tag? On 7/9/17, 5:03 PM, "Allen YANG" wrote: >Hi Greg, >Thanks for pointing out the xml errors. I corrected them. The compiler >d

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

2017-07-09 Thread Justin Mclean
Hi, I’ve not tested this and it’s likely to have issues (I’m not 100% sure the binding will work) and you need to modify it so it's not an application. I think this may help you get towards a working version - their may be other ways of doing this as well. http://ns.adobe.com/mxml/2009";

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

2017-07-09 Thread Alex Harui
Sunday, July 09, 2017 7:53 PM >To: dev@flex.apache.org >Subject: Re: [FlexJS] question about porting an Adobe Flex 3 project to >HTML+JS > >I took a quick look at SearchBox.mxml > >there are at least some basic xml errors in it. > >xmlns:ns="library://ns.apache.org/flex

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

2017-07-09 Thread Allen YANG
t;js:Label is not allowed here" compilation error inside Regards, Allen -Original Message- From: Greg Dove [mailto:greg.d...@gmail.com] Sent: Sunday, July 09, 2017 7:53 PM To: dev@flex.apache.org Subject: Re: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS I took a

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

2017-07-09 Thread Allen YANG
riginal Message- From: piotrz [mailto:piotrzarzyck...@gmail.com] Sent: Sunday, July 09, 2017 7:05 PM To: dev@flex.apache.org Subject: RE: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS Allen, SearchBox.mxml - look good to me - of course if you have ISearchable - but I don

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

2017-07-09 Thread Greg Dove
I took a quick look at SearchBox.mxml there are at least some basic xml errors in it. xmlns:ns="library://ns.apache.org/flexjs/svg> <- missing quote wrote: > Allen, > > SearchBox.mxml - look good to me - of course if you have ISearchable - but > I > don't see it. Apart of that you have in this

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

2017-07-09 Thread piotrz
Allen, SearchBox.mxml - look good to me - of course if you have ISearchable - but I don't see it. Apart of that you have in this project file called "deallist.as" - which has a lot of old Flex classes - it's not going to build. Not sure what you wanted to achieve ? Thanks, Piotr - Apache F

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

2017-07-09 Thread Allen YANG
problem is SearchBox.mxml. Regards, Allen -Original Message- From: piotrz [mailto:piotrzarzyck...@gmail.com] Sent: Sunday, July 09, 2017 11:17 AM To: dev@flex.apache.org Subject: RE: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS Allen, Attachment can be stripped out

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

2017-07-09 Thread piotrz
Allen, Attachment can be stripped out from mailing list, so you probably need to upload them to some server. Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-question-about-porting-an-Ado

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

2017-07-09 Thread Allen YANG
lexJS] question about porting an Adobe Flex 3 project to HTML+JS Can you share the 2 files you're trying to compile? -- 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-tp62698p62981.html Sen

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

2017-07-09 Thread yishayw
Can you share the 2 files you're trying to compile? -- 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-tp62698p62981.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

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

2017-07-08 Thread Alex Harui
gt;while then ran out of memory. > >Regards, >Allen > >-Original Message- >From: Allen YANG [mailto:allen.y...@raritan.com] >Sent: Saturday, July 08, 2017 11:58 AM >To: dev@flex.apache.org >Subject: Re: [FlexJS] question about porting an Adobe Flex 3 project to >H

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

2017-07-08 Thread Allen YANG
Sent via the Samsung Galaxy S7, an AT&T 4G LTE smartphone Original message From: Alex Harui Date: 7/8/17 10:49 AM (GMT-05:00) To: dev@flex.apache.org Subject: Re: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS Hi Allen, Looks like the compiler is som

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

2017-07-08 Thread Allen YANG
f the properties not being supported.) Thanks and Regards, Allen -Original Message- From: Alex Harui [mailto:aha...@adobe.com.INVALID] Sent: Saturday, July 08, 2017 10:42 AM To: dev@flex.apache.org Subject: Re: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS Hi All

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

2017-07-08 Thread Greg Dove
Original Message- From: Alex Harui [mailto:aha...@adobe.com.INVALID] Sent: Saturday, July 08, 2017 10:42 AM To: dev@flex.apache.org Subject: Re: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS Hi Allen, These are great questions. Many examples have a MyInitialView.mxml file wit

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

2017-07-08 Thread Allen YANG
ALID] Sent: Saturday, July 08, 2017 10:42 AM To: dev@flex.apache.org Subject: Re: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS Hi Allen, These are great questions. Many examples have a MyInitialView.mxml file with js:View as the top tag. You might want to refer to those exam

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

2017-07-08 Thread Allen YANG
martphone Original message From: Alex Harui Date: 7/8/17 10:49 AM (GMT-05:00) To: dev@flex.apache.org Subject: Re: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS Hi Allen, Looks like the compiler is somehow running out of memory. How many files are you trying t

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

2017-07-08 Thread Alex Harui
onUnit.java:281) >at >org.apache.flex.compiler.internal.units.MXMLCompilationUnit.handleFileScop >eRequest(MXMLCompilationUnit.java:168) >at >org.apache.flex.compiler.internal.units.CompilationUnitBase.processFileSco >peRequest(CompilationUnitBase.java:864) >at >org.apache.flex.

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

2017-07-08 Thread Alex Harui
but cannot be standalone. This must be >another newbie question. >Regards, >Allen > >-Original Message- >From: yishayw [mailto:yishayj...@hotmail.com] >Sent: Saturday, July 08, 2017 4:58 AM >To: dev@flex.apache.org >Subject: RE: [FlexJS] question about porting an Adobe

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

2017-07-08 Thread Allen YANG
- From: Alex Harui [mailto:aha...@adobe.com.INVALID] Sent: Saturday, July 08, 2017 1:19 AM To: dev@flex.apache.org Subject: Re: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS Hi Allen, You might want to try the Express components by changing: xmlns:js="library://ns.apache.o

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

2017-07-08 Thread Allen YANG
t: RE: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS I don't see panelview.as in the sources. But anyway, I don't remember it being part of the demo so you can ignore it for now. Any luck with creating a TitleWindow equivalent? -- View this message in context: htt

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

2017-07-08 Thread yishayw
I don't see panelview.as in the sources. But anyway, I don't remember it being part of the demo so you can ignore it for now. Any luck with creating a TitleWindow equivalent? -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-question-about-porting-an-A

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

2017-07-07 Thread Alex Harui
}" >enter="{target.findNext()}" >toolTip="Live search" width="207"/> >label="<" click="{target.findPrevious()}" toolTip="Previous" /> >label=">" click="{target.findNext()}" toolTip="Next&quo

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

2017-07-07 Thread Allen YANG
Hi Team: I was trying to compile a SearchBox.mxml file in VS Code + Maven, after the compiler ran for 5 minutes (typically only takes a few seconds) the compiler hit a null pointer exception. I don't know why but I guess it has something to do with import com.iwobanas.core.ISearchable; The reas

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

2017-07-07 Thread Allen YANG
Hi Yishay, I played further with your demo_for_presentation example, I realized that the source file panelview.as in src/beads is probably not used because I could remove it and rebuild without affecting the build and run. Could you tell me what that file is for? Thanks, Allen _

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

2017-07-07 Thread Allen YANG
. Regards, Allen -Original Message- From: Alex Harui [mailto:aha...@adobe.com.INVALID] Sent: Friday, July 07, 2017 3:07 AM To: dev@flex.apache.org Subject: Re: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS Hi Allen, Looks like I forgot to post the link: http

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

2017-07-07 Thread Alex Harui
ion. >Regards, >Allen > > >-Original Message- >From: Alex Harui [mailto:aha...@adobe.com.INVALID] >Sent: Thursday, July 06, 2017 6:44 PM >To: dev@flex.apache.org >Subject: Re: [FlexJS] question about porting an Adobe Flex 3 project to >HTML+JS > >Hi Allen, >

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

2017-07-06 Thread Allen YANG
Subject: Re: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS Hi Allen, I just updated the FlexJS ASDoc link from our website. Because FlexJS does some enhanced parsing of AS, the current ASDoc tools can't generate the usual ASDoc pages, so we are currently using a FlexJS ex

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

2017-07-06 Thread Alex Harui
.com] >Sent: Thursday, July 06, 2017 2:32 PM >To: dev@flex.apache.org >Subject: RE: [FlexJS] question about porting an Adobe Flex 3 project to >HTML+JS > >I don't have code to share but as general pointers: > >- use Panel instead of TitleWindow >- use UIUtils instead o

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

2017-07-06 Thread Allen YANG
Message- From: yishayw [mailto:yishayj...@hotmail.com] Sent: Thursday, July 06, 2017 2:32 PM To: dev@flex.apache.org Subject: RE: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS I don't have code to share but as general pointers: - use Panel instead of TitleWindow

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

2017-07-06 Thread yishayw
I don't have code to share but as general pointers: - use Panel instead of TitleWindow - use UIUtils instead of PopupManager - user HContainer instead of HBox Hope this helps. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-question-about-porting-a

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

2017-07-06 Thread Allen YANG
...@gmail.com] Sent: Thursday, July 06, 2017 11:08 AM To: dev@flex.apache.org Subject: RE: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS I will check the example shared. But if need more examples on title window, grid, panel , list and other controls. Just let me know I will share

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

2017-07-06 Thread Allen YANG
Hi Yishay, After adding these to css, it works now. Thanks a lot! Best Regards, Allen -Original Message- From: yishayw [mailto:yishayj...@hotmail.com] Sent: Thursday, July 06, 2017 1:15 PM To: dev@flex.apache.org Subject: RE: [FlexJS] question about porting an Adobe Flex 3 project to

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

2017-07-06 Thread yishayw
allenyyang wrote > These changes allowed me to build demo_for_presentation. And I now can run > it by double-clicking index.html in both bin/js-debug and bin/js-release > folders. > But I am not sure that it runs correctly because the screen display always > look like the following: > > boring > m

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

2017-07-06 Thread Alex Harui
[echo] GOOG_HOME: ${GOOG_HOME} >> [java] Error: Could not find or load main class ${mxmlc.jvm.args} >> [java] Java Result: 1 >> >> BUILD FAILED >> C:\Projects\demo_for_presentation\build_example.xml:124: code: 1 >> >> Total time: 0 seconds &

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

2017-07-06 Thread PKumar
st what to do to rewrite my MXMLs that use TitleWindow > and HBox that will be quite appreciated. > > Best regards, > Allen > > > -Original Message----- > From: PKumar [mailto:[hidden email] > <http:///user/SendEmail.jtp?type=node&node=62863&i=0>] > Sent: T

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

2017-07-06 Thread Allen YANG
gards, Allen -Original Message- From: PKumar [mailto:prashaku...@gmail.com] Sent: Thursday, July 06, 2017 2:26 AM To: dev@flex.apache.org Subject: RE: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS If you want to use FlexJS with Flash Builder 4.7 then no need to

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

2017-07-06 Thread yishayw
question about porting an Adobe Flex 3 project to HTML+JS Hi Yishay, After trying for quite a while, I found that we might be talking about two different things. I informed Piotr that was able to use Maven and VS Code to build and run Piotr's "Hello World" example succ

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

2017-07-05 Thread PKumar
lto:[hidden email] > <http:///user/SendEmail.jtp?type=node&node=62853&i=0>] > Sent: Wednesday, July 05, 2017 12:54 AM > To: [hidden email] <http:///user/SendEmail.jtp?type=node&node=62853&i=1> > Subject: RE: [FlexJS] question about porting an Adobe Flex 3 pro

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

2017-07-05 Thread Allen YANG
ng? Thanks and Regards, Allen - -Original Message- From: yishayw [mailto:yishayj...@hotmail.com] Sent: Wednesday, July 05, 2017 12:54 AM To: dev@flex.apache.org Subject: RE: [FlexJS] question about porting an A

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

2017-07-04 Thread yishayw
yishayw wrote > Now assuming you have pom.xml and build.xml in your project you should be > able to run Maven like this: Should read: Now assuming you have pom.xml and build.xml in your project you should be able to run Maven *or ant* like this: -- View this message in context: http://apach

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

2017-07-04 Thread yishayw
Here [1] is how I run Maven an Ant from Flash Builder. To use this do the following: 1) Download folder to your computer 2) in Flash Builder go to File->Import->Run/Debug->Launch Configurations 3) Select the folder you downloaded 4) Open up Run->External Tools (useful keyboard shortcut: then the

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

2017-07-04 Thread Allen YANG
t: RE: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS Hi Allen, I'm glad you got around this problem by using Maven. Can you export your project to fxp and post it somewhere so I can have a look? It would be good to know what's keeping the Flash Builder build from w

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

2017-07-04 Thread yishayw
Hi Allen, I'm glad you got around this problem by using Maven. Can you export your project to fxp and post it somewhere so I can have a look? It would be good to know what's keeping the Flash Builder build from working. Thanks, Yishay -- View this message in context: http://apache-flex-devel

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

2017-07-02 Thread Allen YANG
uot;. I will move on from this for now. Thanks and Regards, Allen -Original Message- From: Alex Harui [mailto:aha...@adobe.com.INVALID] Sent: Saturday, July 01, 2017 11:36 AM To: dev@flex.apache.org Subject: Re: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS Hi Allen, Yis

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

2017-07-02 Thread Allen YANG
Hi Piotr, I followed your instructions and it worked. Thank you very much! Best, Allen -Original Message- From: piotrz [mailto:piotrzarzyck...@gmail.com] Sent: Sunday, July 02, 2017 5:46 PM To: dev@flex.apache.org Subject: RE: [FlexJS] question about porting an Adobe Flex 3 project to

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

2017-07-02 Thread piotrz
Hi Allen, I've prepared HelloWorld [1] app for you which is building by Maven. You need to make following things before you build it (Windows user): 1) Install Maven [2] 2) In my example you have file "settings.xml" - This file is simply telling where maven should look for artifacts (swc) in ord

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

2017-07-01 Thread Allen YANG
01, 2017 11:54 AM To: dev@flex.apache.org Subject: Re: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS HI Allen, In theory, you can popup a Panel and customize the title bar. And maybe you or someone else will wrap all that up and call it TitleWindow. It depends a bit on

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

2017-07-01 Thread Yishay Weiss
2017 6:36 PM To: yishayw<mailto:yishayj...@hotmail.com> Subject: Re: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS Hi Allen, Yishay, Looks like the Flash Builder project was set up for Yishay's development environment and won't translate well to others. As a wo

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

2017-07-01 Thread Alex Harui
{parentApplication.acDealCompetitor}" >id="DealCompetitor1" fontWeight="normal" width="160" >doubleClickEnabled="true" doubleClick="func_removecompetitor(event)" >fontSize="10"> > > >fontSize

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

2017-07-01 Thread Allen YANG
explains what >Express is. Could you give me an URL where I can learn about it? >Best Regards, >Allen > >-Original Message- >From: Alex Harui [mailto:aha...@adobe.com.INVALID] >Sent: Friday, June 30, 2017 10:58 AM >To: dev@flex.apache.org >Subject: Re: [FlexJS] ques

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

2017-07-01 Thread Alex Harui
t;>Best Regards, >>Allen >> >>-Original Message- >>From: Allen YANG [mailto:allen.y...@raritan.com] >>Sent: Friday, June 30, 2017 5:22 PM >>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-07-01 Thread piotrz
Great that you moved forward :) Maven can be your alternative for building your application - it's totally IDE agnostic. I will prepare such example Hello World. I'm using maven as a main build even in VSCode. Good Luck with debugger! Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- V

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

2017-07-01 Thread Allen YANG
rds, Allen -Original Message- From: piotrz [mailto:piotrzarzyck...@gmail.com] Sent: Saturday, July 01, 2017 3:22 AM To: dev@flex.apache.org Subject: RE: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS Hi Allen, Do you have some experience with Maven? I can provide you on Su

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

2017-07-01 Thread piotrz
Hi Allen, Do you have some experience with Maven? I can provide you on Sunday Hello World app - which you will be able to build by Maven. Additionally it can be build using Moonshine and Visual Studio Code (in this IDE you can debug). Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.c

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

2017-06-30 Thread Alex Harui
...@raritan.com] >Sent: Friday, June 30, 2017 5:22 PM >To: dev@flex.apache.org >Subject: RE: [FlexJS] question about porting an Adobe Flex 3 project to >HTML+JS > >Hi Alex, >You are correct. After deleting al the errors out of the error log and >cleaned and built and project,

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 Nabble.com.

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: http://apache-flex-development.247.n4.na

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

2017-06-30 Thread Allen YANG
Original Message- From: Allen YANG [mailto:allen.y...@raritan.com] Sent: Friday, June 30, 2017 5:22 PM To: dev@flex.apache.org Subject: RE: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS Hi Alex, You are correct. After deleting al the errors out of the error log and cleaned a

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

2017-06-30 Thread Allen YANG
@flex.apache.org Subject: Re: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS 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

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

2017-06-30 Thread Alex Harui
a:432) >>at >>org.eclipse.ui.actions.BuildAction$1.runInWorkspace(BuildAction.java:30 >>5) >>at >>org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWo >>rks >>paceJob.java:38) >>at org.eclipse.core.internal.jobs.Worker.run(Worker.java

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

2017-06-30 Thread Allen YANG
To: dev@flex.apache.org Subject: Re: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS 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

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

2017-06-30 Thread Alex Harui
ARCH=x86_64, WS=win32, NL=en_US >Command-line arguments: -os win32 -ws win32 -arch x86_64 > > >-Original Message- >From: yishayw [mailto:yishayj...@hotmail.com] >Sent: Friday, June 30, 2017 1:32 PM >To: dev@flex.apache.org >Subject: RE: [FlexJS] question about por

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

2017-06-30 Thread Allen YANG
e- From: yishayw [mailto:yishayj...@hotmail.com] Sent: Friday, June 30, 2017 1:32 PM To: dev@flex.apache.org Subject: RE: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS allenyyang wrote > However, the source code texts on YouTube video are a bit blurred when > Yishay went thr

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 fram

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] https://github.com/apache/flex-asjs/tree/apache

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

2017-06-30 Thread Alex Harui
can learn about it? >Best Regards, >Allen > >-Original Message- >From: Alex Harui [mailto:aha...@adobe.com.INVALID] >Sent: Friday, June 30, 2017 10:58 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 Harbs
aven? > 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
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
Alex Harui [mailto:aha...@adobe.com.INVALID] Sent: Friday, June 30, 2017 10:58 AM To: dev@flex.apache.org Subject: Re: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS That's a great suggestion. It would be great to see what the learning curve is when using Express. In theor

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: http://apache-flex-development.247.n4.nabble.com/FlexJS-ques

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"; xmlns:mx="library://ns.apache.org/

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

2017-06-30 Thread Allen YANG
y, June 30, 2017 8:49 AM To: dev@flex.apache.org Subject: Re: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS 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

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 by Yishay and the VS Co

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 wrote: > allenyyang wro

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 debug

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

2017-06-30 Thread Allen YANG
rds, Allen -Original Message- From: piotrz [mailto:piotrzarzyck...@gmail.com] Sent: Friday, June 30, 2017 8:22 AM To: dev@flex.apache.org Subject: Re: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS Hi Allen, Great to hear that you are trying FlexJS! :) Answering brief

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 simpler.

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 i