Ed Leafe wrote: > On Oct 12, 2007, at 10:40 AM, Paul McNett wrote: > >> form.update() is the culprit of the flickering, we've already >> established that. All I was saying above was that you were getting >> around the form.update() call by using browse(). > > Did you try what I originally reported: > >>> Just for kicks, I modified dForm.py so that its update() method had >>> 'return' as its first line, and ran SimpBiz. I still got flickering >>> when either using the keyboard or the next/prev buttons to change >>> rows. > > That's why I'm wondering if it is the update method at all. It could > be something in the datanav/2 framework, such as the Page class's > updateGrid() method.
Ok, I concede that it could be that: dForm.update() results in all contained objects getting updated, and something in datanav is causing problems. -- pkm ~ http://paulmcnett.com _______________________________________________ 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/dabo-dev/[EMAIL PROTECTED]
