To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87998
User ericb changed the following:
What |Old value |New value
================================================================================
CC|'' |'ericb'
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Mon Apr 7 11:30:38 +0000
2008 -------
+me on CC
@pl : I found some infos in the Xcode doc, around:
NSScreenChangedEventType mainsScreen and NSScreen methods:
"... mainScreen
Returns an NSScreen object representing the main screen :
+ (NSScreen *)mainScreen
Return Value
The main screen object.
Discussion
The main screen is the screen with the key window. To obtain the screen
containing the menu bar use
[[NSScreen screens] objectAtIndex:0] (after checking that the screens array is
not empty).
Availability
Available in Mac OS X v10.0 and later.
screens
Returns an array of NSScreen objects representing all of the screens available
on the system.
+ (NSArray *)screens
Return Value
An array of the NSScreen objects available on the current system.
Discussion
Raises an NSWindowServerCommunicationException if the screen’s information
can’t be obtained from
the window system. When the display configuration is changed, the default
notification center sends a
NSApplicationDidChangeScreenParametersNotification notification.
The first screen in the screens array is always the “zero” screen. To obtain
the menu bar screen use
[[NSScreen screens] objectAtIndex:0] (after checking that the screens array is
not empty).
The array should not be cached. Screens can be added, removed, or dynamically
reconfigured at any
time. ... "
If I can find relevant code, about how to implement such feature, I'll add the
link.
HTH
---------------------------------------------------------------------
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]