Re: [matplotlib-devel] wx draw_idle

2007-12-11 Thread Paul Kienzle
On Tue, Dec 11, 2007 at 10:22:12AM -0800, Christopher Barker wrote: > Paul Kienzle wrote: > > or if there are pending wx events. The scheme isn't perfect since wx > > doesn't see all the native events, but it seems to work well enough. > > I'm confused here -- what events are missed, and why? Wha

Re: [matplotlib-devel] wx draw_idle

2007-12-11 Thread Christopher Barker
Paul Kienzle wrote: > 1) implement draw_idle. Rather than using the wx IdleEvent which seemed > to be triggered too often good idea -- the wx Idle event is triggered A LOT. I've never found a use for it. > I used a timer which is delayed and possibly > reset if a new draw request comes within