I have a very simple problem, that drives me crazy for a while now, but I cannot figure it out.
I just want to display a text based on a variable that is visible as long as the menu is visible. In one scenario, I would like to change this text based on a button click.
My problem is, that all possibilities that I find, are time based - so they will hide after a certain time. I tried creating my own timers, that "redisplay" the text after it has been deleted automatically, and used some conditions to not display it in the next stage, but this did also not work reliably.
I'm sure, that I just oversee a simple functionality to display a text.
Thanks for your support!