Re: [FlexJS] PAYG definitions and guidance, Please participate

2017-07-01 Thread Greg Dove
Thanks Alex, I look forward to your feedback. It would be great to see (from you or anyone else) - within this thread - suggested improvements/corrections or other topics that should be added, or questions that should be addressed. I know there are areas that need improvement in a number of

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

2017-07-01 Thread Allen YANG
Hi Alex, Thanks. I will look into the custom title bar for a Panel in the FlexJSStore example. Just did a grep on my MXML files; there are quite a few files with TitleWindow:-) Best Regards, Allen -Original Message- From: Alex Harui [mailto:aha...@adobe.com.INVALID] Sent: Saturday, July

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

2017-07-01 Thread Yishay Weiss
Thanks Alex. These lines were necessary for the last part of the presentation where I show how to change stuff in the framework. I commented them out in the uploaded zip. From: Alex Harui-2 [via Apache Flex Development] Sent: Saturday, July 1, 2017

Re: [FlexJS] PAYG definitions and guidance, Please participate

2017-07-01 Thread Alex Harui
Hi Greg, Thanks for writing this up. I took a quick read. I'll do a more careful read next week and have more detailed comments. One thing I wanted put up for discussion now is the notion of "defaults". Really, I'm trying to get away from the notion that there is one default we have to decide

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

2017-07-01 Thread Alex Harui
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 what you needed out of TitleWindow and PopUpManager. There isn't a PopUpManager in FlexJS yet because nobody has really needed

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

2017-07-01 Thread Allen YANG
Hi Alex, Hope you are enjoying the holiday weekend! Thank you for the tips; I will try it later today. Now I am doing some experiment to convert/rewrite one MXML file in my Flex 3 project just to see how difficult it is. I picked a pretty small MXML file. It's content is as below. Immediately

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

2017-07-01 Thread Alex Harui
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, try this: 1) In Project -> Properties -> Flex Build Path, remove airglobal 2) Shut down Flash Builder 3) Open the .actionScriptProperties

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

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

2017-07-01 Thread piotrz
I'm thinking about it more and maybe there is worth to post it to users list separately. I think there could be more people like me who do not subscribe lists and checking only nabble. 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-07-01 Thread Allen YANG
Hi Piotr, I am using Flash Builder 4.7 now; and I learned a bit about Visual Studio Code last night and built two examples successfully with VS Code, also tried to debug in it but haven't got the hang of it yet. I don't have experience in Maven but never mind learning it. Regards, Allen

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

2017-07-01 Thread piotrz
Thank you Carlos! What about facebook - can someone give me an access to our fan page? 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-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

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

2017-07-01 Thread Alex Harui
Hi Allen, Hmm. I'm having the same problem. Not sure why yet. I'm looking into it, but I won't much time this weekend. -Alex On 6/30/17, 3:25 PM, "Allen YANG" wrote: >Hi Alex, >After I was able to build the project without error; I checked running