Python Forum
Setting a widget visible - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Setting a widget visible (/thread-17721.html)



Setting a widget visible - nick123 - Apr-21-2019

I want to set a label visible for a particular time.
Is there any method or function that can be used to set the label visible for a particular time after some time it will not be shown until some event is occurred again.


RE: Setting a widget visible - Yoriz - Apr-21-2019

What is a widget/label in this context? are you using a gui framework, please improve your question.


RE: Setting a widget visible - nick123 - Apr-25-2019

(Apr-21-2019, 07:51 PM)Yoriz Wrote: What is a widget/label in this context? are you using a gui framework, please improve your question.
A Label.
I just want to set a Label visible for a short time...