Re: Drawing to every display
Re: Drawing to every display
- Subject: Re: Drawing to every display
- From: Scott Thompson <email@hidden>
- Date: Mon, 20 Jun 2005 23:09:44 -0500
On Jun 20, 2005, at 4:07 PM, patrick wrote:
I'd like to be able to create an NSWindow on every available screen,
but I'm having trouble understanding how to use the moving methods of
NSWindow to control the display screen. I do see that you get which
screen on which the window resides.
Would I iterate through the available NSScreens, getting the frame for
each one, and then placing a window using the origin of each screen's
frame?
I don't know how to do this with NSScreen, but you could try using
CGDirectDisplay and the routines:
CGGetActiveDisplayList and CGDisplayBounds
Scott
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden