Jump to content

wxPython: update drawing

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
pyNewbie

pyNewbie

    Newbie

  • Members
  • Pip
  • 1 posts
...

Edited by pyNewbie, 25 April 2010 - 12:38 PM.


#2
theonejb

theonejb

    Learning Programmer

  • Members
  • PipPipPip
  • 52 posts
While I have never actually used wxPyton, from what you say, I think the issue might be that you are never repainting the screen. From what you say about the screen updating when it is minimized and opened again, my best guess is that there is a function to repaint the screen that you aren't calling after updating the painting surface.
As I said, I have never used wxPython, so I may be wrong. Hope that helps.