[wxPython-dev] Is wx.BusyInfo() supposed to work?

Robin Dunn robin at alldunn.com
Fri Dec 22 13:33:44 PST 2006


Paul McNett wrote:
> I can't seem to get wx.BusyInfo() working on Gtk, for wx2.6 and 2.8. It 
> shows an ugly grey window centered on my screen, but doesn't include the 
> text I pass to it.
> 

I've seen this too.  I think it is not getting a paint event or 
something like that.  I saw some workarounds that somebody did in 
Chandler where they called wx.Yield after creating the BusyInfo object. 
  I've been meaning to add a call to Update in the C+ code to see if 
that helps but I haven't gotten to it yet.


-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!





More information about the wxpython-dev mailing list