To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82228
------- Additional comments from [EMAIL PROTECTED] Wed Oct 3 20:09:19 +0000
2007 -------
In vcl/aqua/source/window/salframe.cxx , in AquaSalFrame::ShowFullScreen(), is
written
// FIXME: replace by Cocoa calls
In fact, I got two solutions (maybe they can be imporved).
1) use
SetSystemUIMode( kUIModeAllHidden, kUIOptionAutoShowMenuBar );
// -> Shows menubar when we move the mouse over it.
But put it before [mpWindow setFrame: .... , then fullscreen simply works
=> see fullscreen_carbon.diff patch
2) use
to hide the menubar+the dock: [NSMenu setMenuBarVisible:NO];
to show them again: [NSMenu setMenuBarVisible:YES];
=> see fullscreen_cocoa.diff patch
Discussion:
The first patch is more interesting if we want to keep the menubar appear when
the cursor hits on top
of the screen, but this is Carbon, close to end of life.
The second one is Cocoa, but we lose the feature ..
Opinions ? ( patches will be attached soon)
---------------------------------------------------------------------
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]