View bug when alternating between Altscreen and main screen #613
Unanswered
bernardo1r
asked this question in
Q&A
Replies: 2 comments
-
|
Hey, there! Any source you could include or point us towards so we can diagnose accordingly? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@bernardo1r bump! Do you have any code examples that reproduce the issue so we can try it out on our end? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes when entering and exiting altscreen some text gets trapped in the main screen.
I've already tried many solutions, including using a variable
quitting, as in the examples, to output an empty string""when set, but without any success. An odd solution was to wait for a short time with theView()outputting nothing before entering the altscreen e.g.time.Sleep(time.Millisecond * 100), and then when exiting the altscreen, the previous output was not present anymore.Has anyone encountered this same issue, or am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions