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

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

2017-07-10 Thread Josh Tynjala
u would like to use some other module from FlexJS for example > express - go to pom.xml and add dependency :) > > Let me know whether it is working for you. > > [1] https://1drv.ms/u/s!ApVpLyjpHDC20RLgviwW9Uvdzva3 > > Thanks, Piotr > > > > - > Apache Flex PMC >

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

2017-07-10 Thread piotrz
HDC20RLgviwW9Uvdzva3 Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-question-about-porting-an-Adobe-Flex-3-project-to-HTML-JS-tp62698p63054.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-10 Thread Alex Harui
5J >Iku6Lg%3D=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 proje

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'm also don't

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 mail

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

2017-07-10 Thread piotrz
if you needed. 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-Adobe-Flex-3-project-to-HTML-JS-tp62698p63035.html Sent from the Apache Flex Development mailing list

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

2017-07-10 Thread Allen YANG
. It will 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 Express set

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

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

2017-07-10 Thread yishayw
-development.247.n4.nabble.com/FlexJS-question-about-porting-an-Adobe-Flex-3-project-to-HTML-JS-tp62698p63015.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-09 Thread Allen YANG
the Samsung Galaxy S7, an AT 4G LTE smartphone Original message From: Justin Mclean <jus...@classsoftware.com> 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 yo

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: Justin Mclean [

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

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

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" <allen.y...@raritan.com> wrote: >Hi Greg, >Thanks for pointing out the xml errors. I corrected them.

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
...@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 quick look at SearchBox.mxml > >there are at least some basic xml errors in it. > >xmlns:

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

2017-07-09 Thread Allen YANG
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

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

2017-07-09 Thread Allen YANG
- 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't see it. Apart

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

2017-07-09 Thread Greg Dove
gt; -- > View this message in context: http://apache-flex- > development.2333347.n4.nabble.com/FlexJS-question-about- > porting-an-Adobe-Flex-3-project-to-HTML-JS-tp62698p62999.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-09 Thread piotrz
--- 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-tp62698p62999.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-09 Thread Allen YANG
this 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
-an-Adobe-Flex-3-project-to-HTML-JS-tp62698p62983.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-09 Thread Allen YANG
] 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 Sent from

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-09 Thread Alex Harui
still took a long >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

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 4G LTE smartphone Original message From: Alex Harui <aha...@adobe.com.INVALID> 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 l

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

2017-07-08 Thread Allen YANG
: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS I just glanced back at your mxml. Not sure if this will help... but you could try moving the fx:Script tag outside the HContainer tag so it is top level inside your mxml. This seems more conventional although I am not sure whether

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

2017-07-08 Thread Greg Dove
d 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 Allen, These are great questions. Many examples have a MyIniti

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

2017-07-08 Thread Allen YANG
: 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 examples

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

2017-07-08 Thread Allen YANG
Original message From: Alex Harui <aha...@adobe.com.INVALID> 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

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

2017-07-08 Thread Alex Harui
;at >org.apache.flex.compiler.internal.units.CompilationUnitBase.access$200(Com >pilationUnitBase.java:109) >at >org.apache.flex.compiler.internal.units.CompilationUnitBase$3$1.call(Compi >lationUnitBase.java:288) >at >org.apache.flex.compiler.internal.units.Compi

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

2017-07-08 Thread Alex Harui
>be fine inside 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] ques

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

2017-07-08 Thread Allen YANG
ex 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.org/flexjs/

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

2017-07-08 Thread Allen YANG
: [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: http://apache-flex

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

2017-07-08 Thread yishayw
-an-Adobe-Flex-3-project-to-HTML-JS-tp62698p62960.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-07 Thread Alex Harui
gt;enter="{target.findNext()}" >toolTip="Live search" width="207"/> >label="" click="{target.findPrevious()}" toolTip="Previous" /> >label="" click="{target.findNext()}" toolTip="Next" /> > >

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

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
egards, >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 example

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

2017-07-06 Thread Alex Harui
tmail.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 - use

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

2017-07-06 Thread yishayw
-an-Adobe-Flex-3-project-to-HTML-JS-tp62698p62886.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-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
what causes the increment. -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-question-about-porting-an-Adobe-Flex-3-project-to-HTML-JS-tp62698p62874.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-06 Thread yishayw
clicking on 'my comp 0' is what causes the increment. -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-question-about-porting-an-Adobe-Flex-3-project-to-HTML-JS-tp62698p62874.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-06 Thread Alex Harui
[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 >> >> Can you help me to see what's wrong?

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

2017-07-06 Thread PKumar
s 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=62863=0>] > Sent: Thursday, July 06, 2017 2:26 AM > To:

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

2017-07-06 Thread Allen YANG
essage- 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 install Ant and maven. just

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

2017-07-06 Thread yishayw
*or ant* like this: -- 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-tp62698p62835.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-06 Thread PKumar
l] > <http:///user/SendEmail.jtp?type=node=62853=0>] > Sent: Wednesday, July 05, 2017 12:54 AM > To: [hidden email] <http:///user/SendEmail.jtp?type=node=62853=1> > Subject: RE: [FlexJS] question about porting an Adobe Flex 3 project to > HTML+JS > > yishayw wrote > >

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

2017-07-05 Thread Allen YANG
rds, 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 Adobe Flex 3 project

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

2017-07-04 Thread yishayw
http://apache-flex-development.247.n4.nabble.com/FlexJS-question-about-porting-an-Adobe-Flex-3-project-to-HTML-JS-tp62698p62835.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-04 Thread yishayw
then select just_run_maven, or just_run_ant. Let me know how it goes. [1] https://1drv.ms/f/s!AgH-0pVQ5zPPshHHf1qtUuu7pIwc -- 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-tp62698p62834.ht

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

2017-07-04 Thread Allen YANG
: [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 working. Thanks

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

2017-07-04 Thread yishayw
-development.247.n4.nabble.com/FlexJS-question-about-porting-an-Adobe-Flex-3-project-to-HTML-JS-tp62698p62830.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-02 Thread Allen YANG
d". 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,

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

2017-07-02 Thread Allen YANG
iotr - 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-tp62698p62762.html Sent from the Apache Flex Development mail

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

2017-07-02 Thread piotrz
- 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-tp62698p62762.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-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

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 workaround,

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

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

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

2017-07-01 Thread Allen YANG
lains 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] quest

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

2017-07-01 Thread Alex Harui
ithout Flash Player? >>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

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

2017-07-01 Thread piotrz
-- 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-tp62698p62746.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-01 Thread Allen YANG
-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 Sunday Hello

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

2017-07-01 Thread piotrz
...@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-tp62698p62742.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-01 Thread Alex Harui
lto: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 and built and

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
.nabble.com/FlexJS-question-about-porting-an-Adobe-Flex-3-project-to-HTML-JS-tp62698p62739.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 Allen YANG
riginal 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 and bu

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

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

2017-06-30 Thread Alex Harui
core.internal.resources.Workspace.build(Workspace.java: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) >&g

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
otLoader constants: OS=win32, 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 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
47.n4.nabble.com/FlexJS-question-about-porting-an-Adobe-Flex-3-project-to-HTML-JS-tp62698p62726.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 piotrz
/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl [4] https://getmdl.io/components/index.html 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

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

2017-06-30 Thread Alex Harui
e 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] question about porting an Adobe Flex 3 project to >HTM

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

2017-06-30 Thread Harbs
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 pr

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
[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 theory, Allen should

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

2017-06-30 Thread piotrz
-question-about-porting-an-Adobe-Flex-3-project-to-HTML-JS-tp62698p62711.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 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: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS

2017-06-30 Thread Allen YANG
, 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 from Flex

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: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS

2017-06-30 Thread Josh Tynjala
g FlexJS. In my opinion, that would be very valuable. > > > > -- > 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-tp62698p62702.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
lopment.2333347.n4.nabble.com/FlexJS-question-about-porting-an-Adobe-Flex-3-project-to-HTML-JS-tp62698p62702.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 Allen YANG
-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 briefly to your

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
-development.247.n4.nabble.com/FlexJS-question-about-porting-an-Adobe-Flex-3-project-to-HTML-JS-tp62698p62699.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

[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