[FlexJS] List reordering

2017-06-08 Thread Harbs
Has anyone done any work on reordering items in lists (and drag/drop from and into lists)? Thanks, Harbs

Re: [FlexJS] more on undefined / non initialised values

2017-06-08 Thread Justin Mclean
HI, > Oh. One sec. I actually just tried it in JS and I see that undefined != > false. That’s weird. Yep that’s the issue. Thanks, Justin

Re: [FlexJS] more on undefined / non initialised values

2017-06-08 Thread Harbs
I’m probably missing the point too. Since an uninitialize boolean would be undefined, undefined == false, so that’s okay. undefined !== false, so that’s not okay. Oh. One sec. I actually just tried it in JS and I see that undefined != false. That’s weird. I don’t think I ever realized this (or

Re: [FlexJS] more on undefined / non initialised values

2017-06-08 Thread Justin Mclean
Hi, Also how wold you fix this? if (someBoolean == (complex expression that equals false)) Thanks, Justin

Re: [FlexJS] more on undefined / non initialised values

2017-06-08 Thread Justin Mclean
Hi, > if (someBoolean === false) II think you may be missing the point? The issue is with: if (someBoolean == false) Not: if (someBoolean === false) Thanks, Justin

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-06-08 Thread piotrz
I just run Maven build [1] and it's blue, so from my point we are ready! :) [1] https://builds.apache.org/view/E-G/view/Flex/job/FlexJS%20Pipeline/job/release0.8.0/ Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-06-08 Thread Josh Tynjala
I built the SWCs locally to test right away. Everything looks good in my example app now. As long as the build passes on the CI server, it sounds like were good to go! - Josh On Thu, Jun 8, 2017 at 10:53 AM, Alex Harui wrote: > OK. I pushed changes to fix FlexJSStore and the NS in Josh's exampl

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-06-08 Thread Alex Harui
OK. I pushed changes to fix FlexJSStore and the NS in Josh's example. The CI server is building it now. Usually takes 40 minutes. I don't know of any other issues so as soon as we get Josh's ok, I will cut an RC. Schedule-wise, I may not actually get to it until this evening. -Alex On 6/8/17,

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-06-08 Thread Josh Tynjala
Your suggestion of defining a :hover rule for .SpinnerButton was right on the money, Alex. - Josh On Thu, Jun 8, 2017 at 9:02 AM, Alex Harui wrote: > So I am looking at the problem with FlexJSStore's TitleBar in the Product > Panel for SWF. Not sure when it broke, but it was working a few days

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-06-08 Thread Alex Harui
Ah crud. I keep forgetting to blow away the old JS files. I see that now too. Will look into it. -Alex On 6/8/17, 9:39 AM, "Josh Tynjala" wrote: >I just tried building my example with the latest nightly, and the Panel is >now super wide, for some reason. > >- Josh > >On Thu, Jun 8, 2017 at 9

Re: [FlexJS] more on undefined / non initialised values

2017-06-08 Thread Alex Harui
It sounds like there are differing opinions. Some folks want all booleans to be initialized to false, just in case someone uses a pattern like: if (someBoolean === false) I would rather find where I've written that pattern so I can manually change it to: if (!someBoolean) since there is no

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-06-08 Thread Josh Tynjala
I just tried building my example with the latest nightly, and the Panel is now super wide, for some reason. - Josh On Thu, Jun 8, 2017 at 9:31 AM, Alex Harui wrote: > I think I've fixed the FlexJSStore Panel so I have time to deal with the > NS Buttons. > > -Alex > > On 6/8/17, 9:02 AM, "Alex H

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-06-08 Thread Alex Harui
I think I've fixed the FlexJSStore Panel so I have time to deal with the NS Buttons. -Alex On 6/8/17, 9:02 AM, "Alex Harui" wrote: >So I am looking at the problem with FlexJSStore's TitleBar in the Product >Panel for SWF. Not sure when it broke, but it was working a few days ago. > It is likel

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-06-08 Thread Alex Harui
So I am looking at the problem with FlexJSStore's TitleBar in the Product Panel for SWF. Not sure when it broke, but it was working a few days ago. It is likely to be fall out from fixing the Panel for SWF in Josh's example. Josh, do you have time to look into the NumericStepper button icon "jum

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-06-08 Thread piotrz
Josh, If that so - it would be good to have it fixed. Personally I don't have capacity in the upcoming days, hopefully Peter can to do it. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/LAST-CALL-Rele

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-06-08 Thread Josh Tynjala
That example code that I posted is going to be a part of my first FlexJS framework tutorial for NextGenAS. Hopefully, we can get those jumping icons fixed so that it leaves a good first impression! - Josh On Thu, Jun 8, 2017 at 8:25 AM, piotrz wrote: > Alex, > > Where are we now ? Are you chasi

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-06-08 Thread piotrz
Alex, Where are we now ? Are you chasing some more bugs ? I see that NumericStepper is in general fixed - There is small minor problem with buttons on it (Reported by Josh in jira [1]), but if we don't have fix for that today/tomorrow I think we can live without it. [1] https://issues.apache.org/

Re: [FlexJS] Removing PasswordInputBead has no effect

2017-06-08 Thread Justin Mclean
Hi, So you would then understand that it may take a day or two to get things done. The first email was at 9am my time, your email was at 5pm my time, during those hours I have a day job, and I while I may respond to email I generally don't work on Flex during 9-5 while on day job. Have you for

Re: [FlexJS] Removing PasswordInputBead has no effect

2017-06-08 Thread Harbs
Neither do I. > On Jun 8, 2017, at 9:58 AM, Justin Mclean wrote: > > Hi, > > I did say I would do it in my last email. Please remember I don't work full > time on Apache Flex and I’m in a different time zone. > > Thanks, > Justin

Re: [FlexJS] Removing PasswordInputBead has no effect

2017-06-08 Thread Justin Mclean
Hi, I did say I would do it in my last email. Please remember I don't work full time on Apache Flex and I’m in a different time zone. Thanks, Justin