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

2017-07-02 Thread piotrz
I just tried it and also have problems [1] [1] https://paste.apache.org/wWPR Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/ANNOUNCE-Apache-FlexJS-0-8-0-and-Apache-Flex-FalconJX-0-8-0-Released-tp62718

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

2017-07-02 Thread Allen YANG
Hi Alex, After I following the 4 steps, then cleaned and rebuilt the project in Flash Builder, running demo_for_presentation still got the same errors. Error 1079: "Native methods are not allowed in loaded code", and Error 1065: "variable demo_for_presentation is not defined". I will move on from

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 HTML

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] PAYG definitions and guidance, Please participate

2017-07-02 Thread Harbs
I think Alex was talking about default components. MDL is a pretty good example. An MDL app has a certain look and feel. All the necessary functionality is built into the component set by default. The point is that there are different classes of applications. Each class of applications should h

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

2017-07-02 Thread yishayw
To me it's a bit difficult to digest in its current format. I would prefer to see a list of design patterns with descriptions of concrete problems and proposed solutions. This doc could be PAYG in itself. You come across a problem, solve it with PAYG, add an item in the doc, if the idea isn't alrea

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

2017-07-02 Thread yishayw
Alex Harui-2 wrote > 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 on. IMO, > that's another old way of thinking from Flex. FlexJS is designed to > support multiple componen

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

2017-07-02 Thread Nemi
Can't install it using Installer, it looks download flexjs link is wrong, log: Installer version 3.2.0 (windows) Using Locale: hr_HR Fetched the SDK download mirror URL from the CGI. SDK version Apache FlexJS 0.8.0 AIR version 25.0 Flash Player version 25.0 Creating Apache FlexJS home Creating tem

Re: [FlexJS] Failed to download nightly build FlexJS 0.9.0

2017-07-02 Thread PKumar
I am trying to download FlexJS0.8.0 via installer but getting error. please check the following error log. [image: Inline image 1] On Thu, Jun 29, 2017 at 1:27 PM, piotrz [via Apache Flex Development] < ml+s247n62679...@n4.nabble.com> wrote: > Alex, > > Now it's working! > > Thanks, > Piotr

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

2017-07-02 Thread Harbs
I agree with this. If I had to pick the single-most difficult thing when migrating from Flex to FlexJS, it would be layout. The new layout beads are definitely improved over the older ones, but layout is not always necessarily as intuitive or performant as it might be. On the one hand, we don’

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

2017-07-02 Thread Harbs
Great start. I just made some additions and changes. Hopefully I helped make it clearer and not the other way around… ;-) I just want to say, that while PAYG is hard both from a framework development perspective and from an application development perspective, I firmly believe that strict adhe