feathersui / feathersui-starling

User interface components for Starling Framework and Adobe AIR
https://feathersui.com/learn/as3-starling/
Other
914 stars 386 forks source link

LayoutGroup visible property #1803

Closed urthling closed 4 years ago

urthling commented 4 years ago

Thank you for getting 4.1.0 out!!!

I use a showEffect and hideEffect on a layoutGroup to tween some components on and off stage.

Since updating to 4.1.0 -- when programmatically setting the visible property of a layoutGroup to false, the hideEffect fires as expected, but the layoutGroup visible property remains true..

joshtynjala commented 4 years ago

The visible property does not become false until the end of the animation.

urthling commented 4 years ago

Aye -- it just never becomes false..

joshtynjala commented 4 years ago

I could reproduce the issue, and it is now fixed.

urthling commented 4 years ago

Should the installer be including these updates (not seeing at mo), or should I build from source for now?

joshtynjala commented 4 years ago

No, the updates are not included in the SDK installer. It will require a full release, which takes hours. For now, to get the fix, it needs to built from source. The fix is also not yet merged into the "mxml" branch, which is a special branch of the main library that the SDK uses.

urthling commented 4 years ago

Gotcha -- I'm just jazzed you've had time to release 4.1, so, power to you.

urthling commented 4 years ago

Unfortunately, I can't build from source on my machine -- I just ran the installer again and noticed the updates are not baked in yet -- do you know when this might be done? ty in advance!!

joshtynjala commented 4 years ago

I do not know when I will have the chance to release the next update. Maybe in the next month.

urthling commented 4 years ago

I'm planning a release for the App soon and it would be great to be able to use 4.1!

..and hope ur safe and well !

joshtynjala commented 4 years ago

@urthling I released v4.1.1 today with the fix.

urthling commented 4 years ago

..and I can confirm its working like a charm! Thank you!!