Update text without overwrite old text... #2928
Unanswered
fsadak
asked this question in
Q&A - General
Replies: 1 comment
-
A few potential ways:
|
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.
-
In the graphical user interface I made, I added all the basic visuals in a single image file and uploaded it to the screen as a background image, and then I send the variable values to the screen by writing them in the code. However, when a value on the screen changes, it overwrites the old value and becomes unreadable. I came across a similar problem while looking through the discussion threads, but there the solution was suggested by changing the background color of the text. In my case this doesn't work because there is already a background color where the text is written, so I don't use a background color in the text.
I would like to know if there is another way to overcome this problem.
Thank you...
Beta Was this translation helpful? Give feedback.
All reactions