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





------- Additional comments from [EMAIL PROTECTED] Tue Jun 12 13:04:39 +0000 
2007 -------
A) Automated tests have been PASSED. There is no need for any further 
investigation.

B) Build test cases in your maintained application modul to avoid visible
regressions in handling (adding/moving/deleting/formating) with objects
(OLE/images/...) in your application.

Information from development what has been changed:
- SC and SW modules (Calc and Writer) should be now usable without flickering.
Both moduls now 
  uses pre-rendering and overlay-buffer
- Interactions, outputs from Calc and Writer needs to be validated
- the development teams of SC/SW have been involved in the implementation phase.
- SD (drawing engine) is using that layer since a longer time and only
regressions need to be found.
- Both, pre-rendering and also overlay-buffer can be turned off to save
resources on small sized systems; There are four conditions possible:
1. pre-rendering ON and overlay-buffer OFF makes not really sense because it has
to be read from the screen where we have had with some graphic devices and their
device drivers trouble under different systems in the past.
2. Reasonable conditions are:
a) both OFF (that was the old default which can be helpful for verifying tasks)
b) both ON (that is *now* the default in SW, SC and is a longer time for SD
c) pre-rendering OFF and overlay-buffer ON

Q: How to enable/disable the overlay-buffer?
A: Shutdown the office
Search in (install)\share\registry\schema\org\openoffice\Office\Common.xcs the
flag OverlayBuffer_Writer or OverlayBuffer_CALC und change it. 
ATTENTION: Delete the cache-directory (user_profile_dir)/user/registry/cache/ of
the office after the changes made!!

Q: How to enable/disable pre-rendering?
A: Change in the same file the flag PaintBuffer_Writer or PaintBuffer_Calc. 
ATTENTION: Delete the cache-directory (user_profile_dir)/user/registry/cache/ of
the office after the changes made!!


Q: How to validate that the changes to OFF have successfully been made?
If you drag/move/... drawing/OLE/...objects the flickering will be noticeable.

---------------------------------------------------------------------
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