Ed Leafe wrote: > On Aug 26, 2008, at 3:49 AM, Paul McNett wrote: > >> Here's my suggested fix to the "Please wait... requerying dataset" >> busyinfo: >> just push it to the StatusText. >> >> Ed, feel free to revert if you'd rather put in a property to control >> the >> busyinfo box like you were talking about, but I like how this >> version feels >> in my apps so I thought I'd share it to solicit comments. > > > Haven't played with it yet, but it looks like a good idea. Just > wondering why you removed the Freeze/Thaw calls. Shouldn't they (at > the very least) improve performance while the grid is reloaded?
The Freeze/Thaw in dGrid didn't appear to have any positive effect, and possible negative effect. I think there's voodoo going on in wx.Grid that freezes/thaws already. I seem to have fewer flickers without the freeze/thaw cycles. The Freeze/Thaw in the requery of the form was probably the source of strange display artifacts that would happen during some requeries on Windows, so I took it out. The grid get updated virtually anyway, and wxPython seems to do a good job of it. Again, it didn't seem needed. Paul _______________________________________________ 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]
