GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Looking For A Dual Monitor One Touch Program .... (https://gfy.com/showthread.php?t=834863)

Zuzana Designs 06-14-2008 11:59 AM

Looking For A Dual Monitor One Touch Program ....
 
I have searched to long. Does anyone know of a simple little program that will change my browser/program I'm working in to my other monitor with one touch ?? so I don't have to friggen move it with the mouse and resize and all that crap.. Thanks

Serge Litehead 06-14-2008 12:04 PM

UltraMon one and only

Zuzana Designs 06-14-2008 12:40 PM

Thanks so much holograph that is fucking great :)

natas 06-14-2008 12:41 PM

yup ultramon rules - pity there is nothing like it for the mac :(

jeffrey 06-14-2008 12:45 PM

The GeForce drivers do that for you, puts a little box up in the right corver that sents it to the other screen, been there for me for years.

brandonstills 06-14-2008 01:05 PM

Quote:

Originally Posted by natas (Post 14319836)
yup ultramon rules - pity there is nothing like it for the mac :(

If you drag a browser window onto a monitor that is smaller it will automatically shrink to fit the edges of the screen.

natas 06-14-2008 01:10 PM

Quote:

Originally Posted by brandonstills (Post 14319892)
If you drag a browser window onto a monitor that is smaller it will automatically shrink to fit the edges of the screen.

yeah I know that, I just miss the functionality of ultramon on my mac :(

GrouchyAdmin 06-14-2008 01:11 PM

Quote:

Originally Posted by natas (Post 14319836)
yup ultramon rules - pity there is nothing like it for the mac :(

AppleScript and Assistive Events will work just fine.

natas 06-14-2008 01:43 PM

Quote:

Originally Posted by GrouchyAdmin (Post 14319910)
AppleScript and Assistive Events will work just fine.

care to explain that? I'm quite new to apple

Zuzana Designs 06-14-2008 01:45 PM

This program is great .. I programed f1 thru f12 to do different commands.. pretty slick

GrouchyAdmin 06-14-2008 01:52 PM

Quote:

Originally Posted by natas (Post 14320027)
care to explain that? I'm quite new to apple

It's a pain in the ass, and I no longer have a Mac to debug anything. It'd look similar to this:

Code:

try
 tell application "System Events" to tell process "Firefox"
  tell window 1
          set position to {1155, 104} -- force onto second screen
          set size to {1024, 768} -- resize
      end if
  end tell
  set frontmost to true
  end tell
end try


natas 06-14-2008 02:41 PM

jeez looks complicated, and do you have to do it for every application?

ultramon does it for whatever window is active....

MikeVega 06-14-2008 04:18 PM

I use Ultramon for my 3 monitor set up and its great ...


All times are GMT -7. The time now is 03:18 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123