Re: Multiple monitors and bounds
Re: Multiple monitors and bounds
- Subject: Re: Multiple monitors and bounds
- From: Doug McNutt <email@hidden>
- Date: Thu, 30 Jan 2003 04:20:10 -0700
At 20:53 -0800 1/29/03, Jon Pugh wrote:
>
They're all in the same coordinate space. If you put it on the left, it's in negative horizontal coordinates.
Two more points:
Vertical coordinates increase downward. Horizontal increase rightward. (Quickdraw docs say that is because it matches printing standards.)
If you get involved with X-windows or Apple's X-11 the coordinates are transformed so that (0,0) represents the upper leftmost point of your screen array even if there is no CRT phosphor there. All screen coordinates are then positive. Default positioning of windows can be in space that doesn't exist.
--
--> In Christianity, man can have only one wife. This is known as monotony. <--
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.