Hi!
I've added Static Text to a Tab. If I click one button from one of the 11 buttons, I'm displaying some text to this Static Text. If I click another button, I'm displaying some other text to this Static Text. The problem is:
Whenever I click the buttons, the text is over lapped to the Static Text. How to clear the already existing text?
Clearing Static Text
/* I almost sure that i get your question wrong, bu i will try */
You can clear text in IGUIStaticText just like you setting it.
For example:
P.S.: please show a screenshot of your problem and give some source code how you do this.
You can clear text in IGUIStaticText just like you setting it.
For example:
Code: Select all
staticText->setText(L"");