On Dec 12, 2011, at 23:20, Viaduct Productions wrote: > Yep, I'd like to have a script that creates three new text windows on my 30" > monitor. Problem is, I have two 27" monitors to the left of the target > monitor, and another one to the right of the target monitor, all standing > vertical. So, the 30 is third in a row. I see that you measure the desktop > width then divide it by three. BTW nice approach.
______________________________________________________________________ Hey Rich, Nice setup. :) The way Applescript handles a multiscreen environment is to return the desktop-window bounds as one big space, so moving and resizing windows by position and bounds can get a little tricky - especially if your setup is prone to changes. Really kludgy on Apple's part, but it's been this way for years. Something that may be of use to you: Change screen resolution on the command line - Mac OS X Hints http://hints.macworld.com/article.php?story=20110830215724984 -- Best Regards, Chris -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at <http://groups.google.com/group/bbedit?hl=en> If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
