Mark,
Screen has subregions variable that holds on to resolutions of multiple
monitors in the order as reported by the OS, so
(Screen default boundsAround: 10@10)
should be returning proper window bounds for multi monitor system
depending on where the mouse cursor is at the time (see senders of
#boundsAround:); if you are seeing something different happening, I'm
sure a few watchpoints here and there should help, most likely some
windowing protocol is ignoring that circumstance.
Cheers!
-Boris
--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5
http://tinyurl.com/r7uw4[hidden email]
CONFIDENTIALITY NOTICE
This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.
Thank you.
> -----Original Message-----
> From: Mark Pirogovsky [mailto:
[hidden email]]
> Sent: Wednesday, December 19, 2007 9:10 AM
> To: VWNC,
> Subject: Multi monitor annoyance
>
> Happy holidays to all.
>
> I have a simple question:
>
> We see more and more cases where our users may have more then one
> monitor attached to their workstations. The default behavior for the
VW
> is to open any new window in the "Primary monitor". And it does cause
> problems for people:
>
> If they move their application on the secondary monitor any
consecutive
> window they open, pops up on the primary.
>
> There is a code somewhere in the system to detect what monitor the
> Application window is on, and later force other window to be opened
on
> the same.
>
> ANy info is greatly appreciated,
>
> Regards,
>
> -- Mark