Re: [wxpython-users] wx.BusyInfo stay in Application after

44 views
Skip to first unread message

Stefanie Lück

unread,
May 27, 2009, 4:36:30 AM5/27/09
to wxpytho...@lists.wxwidgets.org
Hi!
 
Thanks for your help but I still have some problems!
 
self.Destroy()
Dosen't work, I tried this before I asked in the list. wx.BusyInfo stays in Application.
 
del busy and busy = None
The wx.BusyInfo is not shown correctly. In the middle of the message appears a white field, so the message is not readable.
 
Any ideas?
 
Thanks in advance!
Stefanie

Andrea Gavana

unread,
May 27, 2009, 4:40:16 AM5/27/09
to wxpytho...@lists.wxwidgets.org
Hi Stefanie,

Try this:

busy = wx.BusyInfo("My nice message")
wx.SafeYield()

# Do some long computation

del busy

Andrea.

"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.alice.it/infinity77/
http://thedoomedcity.blogspot.com/

Stefanie Lück

unread,
May 27, 2009, 7:18:39 AM5/27/09
to wxpytho...@lists.wxwidgets.org
Thanks Andrea, this works!
 
Have a nice day!
Stefanie
Reply all
Reply to author
Forward
0 new messages