Hello!
I wrote application with bitmapbuttons, custom colors for dialogs,frames and panels. But wxBusyInfo window has system background colour and is not derived from wxWindow - and i can not change its design. How to simple implement own wxBusyInfo with custom colors, mayby with bitmap or simple animation?
w.p.
Hi,
I wrote application with bitmapbuttons, custom colors for dialogs,frames and
panels. But wxBusyInfo window has system background colour and is not
derived from wxWindow - and i can not change its design. How to simple
implement own wxBusyInfo with custom colors, mayby with bitmap or simple
animation?
wx.BusyInfo exists as a generic implementation in wxWidgets (i.e.,
almost platform indipendent) so it's easy to convert its source code
to Python/wxPython and do whatever hack you wish to paint a nice and
custom background with all whistles and bells.
Please see the attached file for a pure-Python implementation of
wx.BusyInfo with its demo 
Andrea.
"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.alice.it/infinity77/
prova111.py (5.23 KB)
ยทยทยท
On Jan 29, 2008 9:43 AM, Wojtek P wrote: