I am designing a software using python and Wxpython for GUI works. I want to display a message to user for a fixed amount of time then let it dissapear automatically.
I unable to figure out how to do this.
Plz Help…
Thanks in advance..
I am designing a software using python and Wxpython for GUI works . I
Share
You can use wx.BusyInfo or wx.lib.agw.pybusyinfo. Here’s a sample that shows a non-modal message for 3 seconds. To get rid of the messagebox dialog, simply set its name ref to None.
good luck,
Mike