To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110990
User af changed the following:
What |Old value |New value
================================================================================
Status whiteboard| |reviewed
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Fri Feb 11 12:15:05 +0000
2011 -------
After trying out a solution for the VCL issue more problems emerged:
1. ::Window::ImplGetCanvas() tries to instantiate a special service when
multi-monitor support is requested:
com.sun.star.rendering.SpriteCanvas.MultiScreen instead of
"com.sun.star.rendering.SpriteCanvas. This service is just not implemented
anywhere and is not registered in Canvas.xcu (offapi).
2. When the standard service name is used (see above) then the DirectX canvas
has problems to create a proper surface for the large virtual screen. Although
the DirectX device supports surfaces of up to size 4096x4096, the canvas
restricts itself to a maximum of 2048x2048. This is not enough for the (in my
case) 3200x1200 pixels. The result are paint artifacts.
The VCL canvas works OK.
---------------------------------------------------------------------
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]