Użytkownik Paul McNett napisał: > On 10/22/10 5:56 PM, Jacek Kałucki wrote: > >> Why not just call 'self.update(200)' instead? >> > Unfortunately, only dForm defines the interval argument to update, and this > can apply > to other classes that derive from dFormMixin, too. So I can't send the > interval arg > to update() the way it stands now. > > Patches to fix it gratefully accepted! >
Ok, right. But on Windows XP I can see artefacts too, e.g. disabled controls became garbaged after form resizing. After doing some tests, I have found that adding 'self.refresh(100)' method call at the end of dFormMixin.__onPaint() method does the job. Currently I don't have access to Vista, but I will try as soon as I can. -- Regards Jacek Kałucki _______________________________________________ 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]
