Użytkownik Paul McNett napisał: > I have this line in my main startup script (perhaps we should add this > to dabo): > > >> 154 if app.MainForm: >> 155 dabo.ui.callAfterInterval(250, app.MainForm.refresh) ## clears >> artifacts >>
Problem is that existing refresh mechanism works correctly for sized main form, but fails for maximized :( I tried to call app.MainForm.refresh(0) directly after main form Show() but it won't help. Seems like all form events were stopped till main loop begins. -- Regards Jacek Kałucki _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
