To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60519





------- Additional comments from [EMAIL PROTECTED] Fri Mar 24 01:23:46 -0800 
2006 -------
The continual accessing of Views.xcu can only be framework; Views.xcu is used to
store persistent window positions (so a dialog or the stylist or navigator will
show up in the same place as before e.g. on next start). If that is consistently
written to during moving the framework would have to fix that.

The trailing windows problem was due to the fact that OOo collects paint events
over a timer and only paints this collection after a timer has elapsed; the
problem was that Windows itself will dispatch timer messages with the lowest
priority of all events, so the timer never elapsed before the move basically
ended; this is what i changed. I can attach a binary version of the vcl680mi.dll
(containing the fix) to this issue; this would be binary compatible to be put
under a 680m160 version.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to