On Thu, Apr 23, 2009 at 20:54, Paul McNett <[email protected]> wrote: > Yes, I have this problem on Gtk too. I believe I've posted on it in the past > 18 > months either here or on wxPython-users, but with little or no response. > > Experiment with setting the img.Picture property explicitly in onIdle().
What if change the update function to "self.Picture = self.Picture" instead of calling self._showPic? It's a little hackish but I think it works. Regards, Nate _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
