Looking For A Dual Monitor One Touch Program ....

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Zuzana Designs
    All Your Design Needs
    • Feb 2005
    • 20902

    #1

    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

    Website Design - Consulting - Development
    sarah [at] zuzanadesigns.com - See Our Work
  • Serge Litehead
    Confirmed User
    • Dec 2002
    • 5190

    #2
    UltraMon one and only

    Comment

    • Zuzana Designs
      All Your Design Needs
      • Feb 2005
      • 20902

      #3
      Thanks so much holograph that is fucking great

      Website Design - Consulting - Development
      sarah [at] zuzanadesigns.com - See Our Work

      Comment

      • natas
        Confirmed User
        • Mar 2002
        • 3377

        #4
        yup ultramon rules - pity there is nothing like it for the mac

        Comment

        • jeffrey
          Confirmed User
          • Jul 2004
          • 1864

          #5
          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.
          Coming Soon!

          Comment

          • brandonstills
            Confirmed User
            • Dec 2007
            • 1964

            #6
            Originally posted by natas
            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.

            Brandon Stills
            Industry and programming veteran
            [email protected] | skype: brandonstills | ICQ #495-171-318

            Comment

            • natas
              Confirmed User
              • Mar 2002
              • 3377

              #7
              Originally posted by brandonstills
              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

              Comment

              • GrouchyAdmin
                Now choke yourself!
                • Apr 2006
                • 12085

                #8
                Originally posted by natas
                yup ultramon rules - pity there is nothing like it for the mac
                AppleScript and Assistive Events will work just fine.

                Comment

                • natas
                  Confirmed User
                  • Mar 2002
                  • 3377

                  #9
                  Originally posted by GrouchyAdmin
                  AppleScript and Assistive Events will work just fine.
                  care to explain that? I'm quite new to apple

                  Comment

                  • Zuzana Designs
                    All Your Design Needs
                    • Feb 2005
                    • 20902

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

                    Website Design - Consulting - Development
                    sarah [at] zuzanadesigns.com - See Our Work

                    Comment

                    • GrouchyAdmin
                      Now choke yourself!
                      • Apr 2006
                      • 12085

                      #11
                      Originally posted by natas
                      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

                      Comment

                      • natas
                        Confirmed User
                        • Mar 2002
                        • 3377

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

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

                        Comment

                        • MikeVega
                          **Porntrepreneur**
                          • Jul 2004
                          • 12788

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


                          Mike Vega-ICQ:253868499-AIM:mikeydicevega

                          Comment

                          Working...