Hi there
Just created an app and the movement to go back and forward through different screens/layouts in a panel. Of my 3 layouts I have a splash screen, a menu screen with a listbox that gets populated, and a 3rd screen that has a few labels in it what display the Value of the users choice out of the Listview from the second window.
My problem is that when the user selects something to be displayed and I adjust the 3rd screens labels to reflect this and make the layout visible, and then the user goes back and makes another selection ....the labels on my third screen dont appear to be resetting their text, only they are almost drawing over the previous text to make the label appear jumbled and cluttered...after a few times going back and forth the labels look to be in Russian lol.
I am using Panel.visible method of going back and forth through the screens.
When setting text properties on a label after previously doing it do I need to invalidate the label or something? Im morbidly confused.
Cheers:sign0104:
Just created an app and the movement to go back and forward through different screens/layouts in a panel. Of my 3 layouts I have a splash screen, a menu screen with a listbox that gets populated, and a 3rd screen that has a few labels in it what display the Value of the users choice out of the Listview from the second window.
My problem is that when the user selects something to be displayed and I adjust the 3rd screens labels to reflect this and make the layout visible, and then the user goes back and makes another selection ....the labels on my third screen dont appear to be resetting their text, only they are almost drawing over the previous text to make the label appear jumbled and cluttered...after a few times going back and forth the labels look to be in Russian lol.
I am using Panel.visible method of going back and forth through the screens.
When setting text properties on a label after previously doing it do I need to invalidate the label or something? Im morbidly confused.
Cheers:sign0104:
Last edited: