Textbox problem

Fill this out this info to make it easier for the community to help you! If you don’t fill out this information, your post may be deleted or removed.

What Wick Editor Version are you using?
1.19.3.

Describe the Problem
What issues are you having in the Wick Editor?
I added a textbox from the asset library. When I play my project, the textbox is always shown on the top of the screen. It remains on my screen even if I switched to another screen.
What have you tried so far?
Have you attempted anything et to fix the problem? Let us know!
Sorry. I am new to this platform. I have no clue.

There’s a bug with the .3 revision update that doesn’t execute unload scripts for text input boxes or allow you to click out of them. This will be fixed in the future so the best you can do right now is wait.
(update, the test editor (1.19.4) isn’t finished yet, i tested and the issue still remains)

Im having the same issue

There’s a bug in the current editor version where the unload script doesn’t run when a frame is exited.

To code your way around this bug, you’ll have to make sure to run the code in the textboxes unload script before moving on to the next frame.

Thank you for your suggestion.
I will make a try.
Would you please show me an example?

My goal:
I added a button.
if the button is clicked, the textbox is unloaded and then move to next frame

Here’s an example that does that:
My Project3-2-2021_19-54-03.wick (5.3 KB)

2 Likes