Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-16 Thread Alex Harui
OK, I'll try that. I'm not even seeing project files for Basic. Did you have to make them? On 5/16/17, 8:37 PM, "yishayw" wrote: >I added a bead [1] to Basic, and changed the line thickness. > >[1]

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-16 Thread yishayw
I added a bead [1] to Basic, and changed the line thickness. [1] https://paste.apache.org/W1AD -- View this message in context: http://apache-flex-development.247.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61669.html Sent from the Apache Flex Development mailing list

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-16 Thread Alex Harui
What kinds of things did you change? On 5/16/17, 8:17 PM, "yishayw" wrote: >Code completion is working, but FB build does not change framework code as >far as the test app is concerned. Alex, this [1] is what I'm doing and it >used to work as you can see here [2]. Can

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-16 Thread yishayw
Code completion is working, but FB build does not change framework code as far as the test app is concerned. Alex, this [1] is what I'm doing and it used to work as you can see here [2]. Can you see if it works in your setup? [1]

Re: [7/7] git commit: [flex-asjs] [refs/heads/release0.8.0] - Merge branch 'develop' into release0.8.0

2017-05-16 Thread piotrz
Hi Josh, Sorry about that - Thanks for pointing me that. I would be more careful next time. If anyone will have to problems with that let's report immediately I will revert it!! Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: [7/7] git commit: [flex-asjs] [refs/heads/release0.8.0] - Merge branch 'develop' into release0.8.0

2017-05-16 Thread Josh Tynjala
It might be good to check if everyone is okay merging things from develop into the release branch before you do it. Once there's a release branch, someone might decide to start working on new features for the next version in develop. I'm not saying that anyone has necessarily done that, but best

Re: Moonshine 1.4.0 Release

2017-05-16 Thread Josh Tynjala
Hi Piotr, I'll be going to registration right away tomorrow at 8am to pick up my badge. Then, I'll be available for a couple of hours, if you can meet me somewhere. Let me know! - Josh On May 16, 2017 4:59 PM, "piotrz" wrote: > Hi Josh, > > I know that you coming

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-16 Thread Christofer Dutz
Well i prose that the build should fail, if an invalid output type is provided. Chris Von meinem Samsung Galaxy Smartphone gesendet. Ursprüngliche Nachricht Von: Alex Harui Datum: 16.05.17 19:20 (GMT-05:00) An: dev@flex.apache.org Betreff: Re:

Re: Moonshine 1.4.0 Release

2017-05-16 Thread JoelProminic
The Moonshine App Store Helper application is supposed to launch automatically after the installer completes, but it seems that this is currently broken. For now, please launch the application manually. This application will download Flex 4.15.0, FlexJS 0.7.0, and Ant 1.10.1 to

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-16 Thread Alex Harui
On 5/16/17, 3:42 PM, "Christofer Dutz" wrote: >Hi, > >I just noticed while preparing my presentation for Thursday, that the >archetypes are/were broken. > >While it was easy to fix … thanks to Piotr ( it still demonstrated up a >problem … you can pass in values as

Re: Moonshine 1.4.0 Release

2017-05-16 Thread JoelProminic
yishayw, It seems that the resolution problem is caused because the default window height is too tall for your monitor after the scale is applied. We will look into making Moonshine more DPI-aware. In the meantime, you can try using the WindowsKey-Up command to maximize the application. I

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-16 Thread Christofer Dutz
Hi, I just noticed while preparing my presentation for Thursday, that the archetypes are/were broken. While it was easy to fix … thanks to Piotr ( it still demonstrated up a problem … you can pass in values as “targets” and if they don’t exist, the build will not fail. It should however fail.

Re: Moonshine 1.4.0 Release

2017-05-16 Thread piotrz
Hi Josh, I know that you coming today. Maybe we can meet and show you that issue with Moonshine? Let me know here on off the list. I'm controlling email. :) Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-16 Thread Alex Harui
On 5/16/17, 12:01 PM, "yishayw" wrote: >Tweaking flex-config.xml worked for me as well. It sounds like a good >idea to >link to JS instead of swf. I'll see if I can do that later. > That would be great if you can figure out the changes. IIRC, when I tried that, I got

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-16 Thread yishayw
Tweaking flex-config.xml worked for me as well. It sounds like a good idea to link to JS instead of swf. I'll see if I can do that later. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61656.html Sent from

Re: Moonshine 1.4.0 Release

2017-05-16 Thread yishayw
It's difficult for me to find the problems view in the current state. Piotrz will be here later so I'll see if he has insights. Full screen view isn't working (mouse pointer events are off). Thanks. -- View this message in context:

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-16 Thread Alex Harui
Well, from the release branch nightly, I didn't get any code hinting in MXML or AS. Then I quit FB and tweaked the flex-config.xml in the FlexJS SDK's folder and changed the swf-external-library-path entry to just external-library-path and the swf-library-path entry to be just library-path and

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-16 Thread Alex Harui
Hmm. Maybe compare the library-path settings in the Basic project to your app's library-path settings? I will install the CI nightly and see what I get. -Alex On 5/16/17, 9:44 AM, "yishayw" wrote: >My app [1] >.actionScriptProperties [2] >.flexProperties [3] > >So

[FlexJS] HelloWorld Diet and Exercise (was Re: [FlexJS] CSS Pruning)

2017-05-16 Thread Alex Harui
I pushed the pruning of some class selectors. There are a few more, but I'm not going to do them right now. Volunteers are welcome to do it though. Along with a few more tweaks, I got HelloWorld from 69K (my earlier report of 62K was incorrect) down to 59K. I'm going to stop there for this

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-16 Thread yishayw
My app [1] .actionScriptProperties [2] .flexProperties [3] So Core is merged to code, and the rest is taken from the framework. AS3 files are fine. Also, when I edit TitleBarView.mxml in Basic, I get code completion as usual, both in xml and in scrip tag. There are no references to

Re: Moonshine 1.4.0 Release

2017-05-16 Thread Peter Ent
On Mac macOS Sierra: When I start this new version of Moonshine, I get a dialog that tells me that due to an Apple sandbox issue, my Apache Flex and Apache FlexJS SDKs must be located in the Downloads folder. OK, fine, so I click on the button that takes me to a Moonshine downloads page, but there

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-16 Thread Alex Harui
On 5/16/17, 8:28 AM, "Josh Tynjala" wrote: >At one point, I considered adding a flexjs-config.xml for JS-only >workflows. Seems like a good idea to me! And earlier we discussed swf-config.xml and maybe a swfair-config.xml. I'm a little concerned about -config.xml

Re: Moonshine 1.4.0 Release

2017-05-16 Thread Josh Tynjala
All those errors in the editor make me think the missing code completion is just a side effect of a larger issue. What kind of errors are reported in the Problems view? - Josh On May 16, 2017 7:19 AM, "yishayw" wrote: > Also, code completion opens a small callout, but

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-16 Thread Josh Tynjala
At one point, I considered adding a flexjs-config.xml for JS-only workflows. Seems like a good idea to me! - Josh On May 16, 2017 8:05 AM, "Alex Harui" wrote: > > > On 5/16/17, 7:35 AM, "yishayw" wrote: > > >That worked, thanks. For some

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-16 Thread Alex Harui
On 5/16/17, 7:35 AM, "yishayw" wrote: >That worked, thanks. For some reason code completion in my hello world app >only works on the mxml elements, not in the script tag. > Hmm. Does code-completion work in .as files? What is the configuration you are using? I'm

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-16 Thread yishayw
That worked, thanks. For some reason code completion in my hello world app only works on the mxml elements, not in the script tag. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61645.html Sent from the

Re: Moonshine 1.4.0 Release

2017-05-16 Thread yishayw
Also, code completion opens a small callout, but can't see content. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Moonshine-1-4-0-Release-tp61632p61644.html Sent from the

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-16 Thread Alex Harui
You probably need to upgrade FB to a newer Java version. See: http://blogs.adobe.com/flashplayer/2016/09/running-adobe-flash-builder-on-m ac-with-java-78.html#sthash.A7Gi2Th5.dpbs You may also need to edit the .ini file and add: -Djava.util.Arrays.useLegacyMergeSort=true HTH, -Alex

Re: Moonshine 1.4.0 Release

2017-05-16 Thread Andrew Wetmore
I downloaded it, but my anti-spam program (avast!) has put it in quarantine while it investigates the .exe file. I have not had the problem with past versions. On Tue, May 16, 2017 at 10:56 AM, yishayw wrote: > I tried it, but the window title is out of the screen, so I

Re: Moonshine 1.4.0 Release

2017-05-16 Thread yishayw
I tried it, but the window title is out of the screen, so I can't see the menus, expand, minimize, etc. Using windows 10. See png. Resolution 3200x1800, scale factor 250%. -- View this message in context:

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-16 Thread yishayw
You're correct, my mistake. Basic -> Graphics but not the other way around. FW projects are building now from eclipse but when I create a test project and try to compile HelloWorld I get an internal build error [1]. [1] https://paste.apache.org/7N7c -- View this message in context: