Python Forum

Full Version: Setting a widget visible
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
What is a widget/label in this context? are you using a gui framework, please improve your question.
(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...