Ming Lan wrote:
Hi all,
I got a problem to draw a full image on a button like window. When the
window gets clicked and a popup menu which is a customized window with
item selections shows on the top of the "button". After the selection is
made on the popup menu then the popup disappears, the image on the
button should get redrawn. However, for some reason, the part of the
button covered by the popup menu still shows the previous partial image,
after the popup menu disappears. The new image on the button can be
redrawn completely when I use a timer to delay the redraw process . I
would like to have a help on how I can make complete redraw without
wxTimer.
button.Update()
ยทยทยท
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!