You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using FileChooser to open a file, and once the file is opened, my program switches to another stage. However, this has the effect of not allowing the FileChooser to fade out properly (so when I then try to fade it in again in this subsequent stage, it immediately fades back out due to the queued actions). I have tried just clearing its actions, but that results in it being un-touchable since that's what the VisWindow's fadeOut() function does.
The text was updated successfully, but these errors were encountered:
The workaround I ended up using is just adding the file chooser to the next stage in its constructor, which has the added cool effect of it seeming to persist between the two stages and fade out during the transition. But I agree, there is no good fix, I just wanted to let you know in case you wanted to change it.
I am using FileChooser to open a file, and once the file is opened, my program switches to another stage. However, this has the effect of not allowing the FileChooser to fade out properly (so when I then try to fade it in again in this subsequent stage, it immediately fades back out due to the queued actions). I have tried just clearing its actions, but that results in it being un-touchable since that's what the VisWindow's fadeOut() function does.
The text was updated successfully, but these errors were encountered: