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
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
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
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/
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
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
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
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
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
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
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
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
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,
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
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
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
Hi,
Also how wold you fix this?
if (someBoolean == (complex expression that equals false))
Thanks,
Justin
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
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
Has anyone done any work on reordering items in lists (and drag/drop from and
into lists)?
Thanks,
Harbs
20 matches
Mail list logo