Multiple screens and NSScreen frame value
Multiple screens and NSScreen frame value
- Subject: Multiple screens and NSScreen frame value
- From: Charles Valat <email@hidden>
- Date: Thu, 1 Jan 1970 01:20:17 +0100
Because I don't have any NeXTDimension card on my NEXTCube or a
PowerMac with PCI slot, I don't know exactly what is the frame.origin
of NSScreen instance.
If I 'm not wrong, user who got multiple monitor can rearrange their
position (origin) in Preferences.app. Can there be space between them
?Can there be one under another .
For example , I got 2 screens A (1120*832) and B (640*480)
With the following configuration: AB
the respective NSScreens frame should be
A ( x=0; y=0; width=1120; height=832)
B ( x=1120; y=0; width=640; height=480)
And with the config :
A
B
the respextive NSScreen frame may be
A ( x=0; y=480; width=1120; height=832)
B ( x=0; y=0; width=640; height=480)
Which screen sets the origin (x=0;y=0) ? the first in the screen list,
the 'leftest' screen, the main sc reen , or simply user choice ?
Thanks for the help.
Charles Valat <email@hidden>
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.