Software to restore apps window size and position after change in screen resolution

I use a 27' iMac'10 with SL 10.6.8, running it at 2560x1440 screen resolution.
Whenever I have to attend meetings via GoToMeeting or Webex and need to present, the resolution is too high, since most participants are on 15' laptops or even iPad's these days.  Therefore, I reset the screen resolution to 1600x900 for the time of the presentation.
After the meeting is over, I reset the resolution back to 2560x1440.
Problem: After the reset, all my apps are scaled and out of place, so I need to manually reset them to their original sizes and positions.  I use Divvy to make this a bit less painful, but still it's a manual chore.
Is there any software out there that let's me restore my windows to the exact settings they were the last time before I changed screen resolution?

I agree, the ability to remember window sizes and positions when switching between laptop and using the Thunderbolt display would be very useful.  It's like your Mac remembering the volume level depending on whether you have headphones plugged in or not.

Similar Messages

  • Restoring the window size and position of Disk Utility

    I took my mac-mini to a memory upgrade this afternoon, and the guy, who was testing the new configuration of my mini, started, and changed the size of the disk utility window. I hate so much if someone tweaks my personal stuff/setting in their image so much, that I could explode! How can I restore it to the default size and position? I cannot find anything about this on the net, and this is the only setting, I could not restore.

    I'm sorry, ignore that Applescript Snippet, use this one instead (make sure to open disk utility before you run it!):
    tell application "System Events"
              tell process "Disk Utility"
                        set theSize to size of window 1
                        set theNiceSize to (item 1 of theSize) & "x" & (item 2 of theSize) as string
      display dialog theNiceSize
              end tell
    end tell

  • InDesign forgets window size and position when opening

    PC with Windows 7, CS 2014.
    I set up Illustrator so that it does not open full screen (I have a 27" monitor) so that I can have panels permanently open around the edges. Close Illustrator and re-open it and it remembers the last set window position.
    InDesign remembers the position of the open panels but opens the main window full screen every time, and it's really annoying having to resize and reposition the main window every time I load InDesign.
    I upgraded from an earlier version of Adobe CS and that older version of InDesign remembered the window size and position. Why did this change?
    Can this be fixed please?

    From the InDesign top menu have you tried going to Window/Application Frame to put the application in it's own resizable frame? That will hold the window to the same size each time you open an InDesign file.

  • Finder windows size and position etc.  on clients' machines

    How to configure server's finder windows size and position etc. are on clients' machines so that they persist? Thank you!
    PS: If this has already been discussed, please refer to the thread. Sorry for double post in that case.

    Try connecting to the Share as the Server Admin, make your window the size and position you want and logout again.
    This information is stored in the .DS file.
    Message was edited by: Patrick Savelberg (Private)

  • Some programs won't remember window size and position

    I have a couple programs, notably ComicNerd, that won't ever seems to remember window size or position from quit to restart. I can't seems to find any evidence other people are having the same problem with the program, so I assume it's something wrong with my computer. Anyone have any idea how I can fix this? Is there some permissions problem or something?

    It's likely a corrupted Preference file
    Look in your Users/Library/Preferences folder for  .plist file with ComicNerd in it and just move it to your desktop and restart the program/computer.
    The preference file should rebuild itself, so look for it and if it's in the Preference folder then delete the one on the  desktop.
    You also might want to run ALL the cleaning and maintenance aspects of the free OnyX and reboot.
    http://www.titanium.free.fr/
    the Verify > preference (show only corrupted) should also help locate other corrupted .plist (Preference) files for similar action like you did above.

  • Controlling window size and positioning in RH8 WebHelp

    Evening all,
    I've seen a post before about controlling the size and/or positioning or RH WebHelp windows, but I haven't been able to find it again.
    I'm generating WebHelp in RH8 and at this point am using the default skin and whatever default tri-pane and CSH windows RH chooses to use.
    Question is: how do I control the size and position of these windows? Or can I?
    I suspect they're set in a .js, but don't know which one. I know I can create new windows, and if I recall correctly, I can make one for CSH and one for the classic tri-pane help display. Is this how folks typically control the windows used to display RH content? Or do they muck about in the original .js files?
    Or, and this is the more likely, am I just being too anal-retentive about this and I should just let RH do its default thing and not worry about it?
    Thanks - I'm just a bit confused here,
    Patrick

    Hi Patrick
    If you aren't working with a programmer to connect your WebHelp to an application, you really don't have much control over the placement and attributes that are used.
    Note that when you create a project in RoboHelp HTML, you have an ability to create a WebHelp window with the desired attributes. But really, all that does is configure the way a window will open if you are using something called the "WebHelp API" to open topics. As you stated earlier, JavaScript is actually used by the API to open the window.
    Cheers... rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • [SOLVED] Windows Size and Positioning

    Hi, I'm having this problems with windows like those of Evince or Firefox or some others. The thing is they start not maximized but their size is so big that I have to move them with my keyboard a little bit so as to be able to resize them with my mouse. This is very annoying... is there a setting for Gnome to remember last time position and size used or at least start all windows with the same size and position???
    Thank you
    dysaint
    Last edited by dysaint (2010-05-14 16:51:53)

    Welcome,
    you could use devilspie to achieve something like that.
    Did you set the dpi?
    Regards,
    demian
    P.S.: You could use Openbox within your Gnome as Window Manager. It remembers Window sizes, uses sane defaults and can spawn Windows unter the mouse (among various other things).
    Last edited by demian (2010-05-14 16:15:27)

  • Getting Window Size And Position

    Hey, well I wanted to know if it was possible in a java application to get the size and location of another window in focus. For instance, I run my app, then I open up an internet window, is there anyway to get the size of that internet window, and the XY coordinates on the screen for it? And if so, is there anyway to capture data such as colors and such if the window is in focus?
    Is it possible to do by process name? Like this...
    if(process is running)
         if(window is minimized)
            System.out.println("WINDOW MINIMIZED");
         else
               System.out.println("The coordinates of the window are...");
               System.out.println("The size of the window is...");
               System.out.println("The resolution of the window is...");
    }Thanks

    Sucka8 wrote:
    I am trying to make a cards probability calculator, the reason I need that information is so I can get the program to see what is on the table. No idea on how to do it?Hm! No!
    >
    Edit: Augh, java is a bitch. I wish I spent all the time I spent on java on C++ or something...Well. Then C is your friend.
    ;-) Bye!

  • s:BitmapImage get image scaled size and position after it loaded and scaled

    I am try to know the dimensions of the uploaded image into <s:BitmapImage without success.
    The data coming back to me are isthe real image size and not size after it was scaled to fit the component size.
    I can see that the image scaled down and fit to the maxWidth, but I can't get the actual/real scaled width from the BitmapIMage properties.
    I tried:
    <s:BitmapImage id="mainBitMap"  ready="mainBitMap_readyHandler(event)" complete="bitmapimage1_completeHandler(event)" source="{data.Thumbnail.URL}" maxHeight="250" maxWidth="250" scaleMode="letterbox"/>
      protected function bitmapimage1_completeHandler(event:Event):void{ 
    trace("----------------------Start-----------------------"); 
    trace("mainBitMap.bitmapData.width" + mainBitMap.bitmapData.width); 
    trace("mainBitMap.width" + mainBitMap.width); 
    trace("mainBitMap.measuredWidth" + mainBitMap.measuredWidth); 
    trace("mainBitMap.displayObject.width" + mainBitMap.displayObject.width); 
    trace("mainBitMap.explicitWidth.width" + mainBitMap.explicitWidth); 
    trace("mainBitMap.preliminaryWidth" + mainBitMap.preliminaryWidth); 
    trace("mainBitMap.sourceWidth" + mainBitMap.sourceWidth); 
    trace("-----------------------End------------------------");
    Result:
    ----------------------Start-----------------------
    mainBitMap.bitmapData.width=435
    mainBitMap.width=0
    mainBitMap.measuredWidth=0
    mainBitMap.displayObject.width=0
    mainBitMap.explicitWidth.width=NaN
    mainBitMap.preliminaryWidth=NaN
    mainBitMap.displayObject.preliminaryWidth=435
    -----------------------End------------------------
    Thanks,
    Nimrod.

    Hi,
    I tried the ready event, But I still receive the same results.
    I expect to get the new scaled width And height according to the maxHeight and MaxWidth.
    I see that the image scaled to fi it But I can't recive the new size of it.
    Thanks,
    Nimrod

  • How do i change font size for iMac without change the screen resolution?

    I have a iMac 27", and it have maximun resolution screen of 2560 x 1440, then the size of the font into the bar of the windows and application is to small. If I change the resolution (1920 x1080)  the font size increased, but the definition o apparence is to low. I wants to keep the higthes resolution and obtain larger font.
    Thank you.
    Tengo un computador iMac de 27 pulgadas que además tiene una resolución de pantalla de 2560 x 1140, por lo tanto el tamaño de font o letra en la barra de menús de cualquier ventana o aplicación se ve muy pequeña. Si se cambia la resolución a una inferior el tamaño aumenta; pero se ve borroso. Quisiera mantener la máxima resolución y tener un tamaño de font mayor.
    Gracias

    Hello,
    You can't really change it overall, but you for some Apps, like Safari>Preferences>Appearance, Mail>Preferences>Fonts & Colors.

  • ITunes in Vista won't remember size and position

    I just upgraded to vista, haven't had problems so far until I restarted after using iTunes for the first time... when I opened iTunes again, the window size and position reverted back to the default, which is much larger and not where I'd like it to be.
    This happens every time I open and close the program.
    Any suggestions?
    IBM Thinkpad T42p   Windows Vista   upgraded from XP

    I know this is WAY after the fact and it's not likely to get a response but it's worth trying anyway:
    I'm using Acrobat 9 Standard on XP Professional and I have the window resize problem.  Every time I open Acrobat--directly or by opening a PDF file--the window is always on my left monitor and sized so large that it almost fills the screen.  The document opens at 100% zoom by default and barely fills 2/3 of the program window as set in preferences as is "Restore las view settings when reopening documents".
    Here's the rub: this problem only started after PDFlyer toolbar was installed.
    Any ideas?

  • How can I customize window size and have it stay that way? It automatically maximizes the moment I click anywhere on the page.

    I have added a large widescreen monitor and now have a two-screen set up. This taxed my old video card, so we replaced that, too. Then I updated Firefox. Now my window automatically maximizes. "Restore" is the same size as "Maximize", and I can resize it if I carefully drag and drop all four corners. But if I click on the top bar to relocate the resized window, it re-maximizes. I can't find any options or settings that allow me to fix the window size, lock a customized window size, etc. IE8 is not doing this, so I don't think it's the monitor or desktop settings.

    Window sizes and positions are stored in [http://kb.mozillazine.org/localstore.rdf localstore.rdf] in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder].<br />
    <br />
    Delete localstore.rdf or rename the file to localstore.rdf.sav in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder] to test if the file is corrupted.<br />
    See http://kb.mozillazine.org/Corrupt_localstore.rdf<br />
    (caution: do not delete the localstore.rdf file in the Firefox program installation folder)<br />
    <br />
    Note:<br />
    Deleting the file [http://kb.mozillazine.org/localstore.rdf localstore.rdf] will reset the customizations of the toolbars to the defaults.<br />
    You can rename "localstore.rdf" to "localstore.rdf.sav" to test if that solves it.<br />
    Then you can restore the customization by copying "localstore.rdf.sav" to "localstore.rdf" if it didn't work.

  • Locking Chart Size and Position

    I have a document that contains multiple workspaces with 2 charts on every page. I can scroll through each chart and the data changes when I do so. I have set width, lenth, and position sizes and once I set them and go through a few more, when I go back, the sizes and positions have changed/adjusted on their own to numbers I didn't set.
    Why is this?
    How can I lock size and position?

    "Workspace" is not a Numbers term that I am familiar with. Do you mean "Sheet"? You say you are using Numbers for OSX, but what you are describing sounds like an iWork for iOS complaint.
    Sorry, but I don't have enough information to go on to make a suggestion.
    Jerry

  • Size and position of Safari windows

    I don't think anyone's noticed the problem discussed at the end of a thread, outlined here:
    K H N Lim, "Enlarge Window Size" #3, 01:44pm Jul 28, 2005 CDT
    It's a problem a lot of people (okay, four of us) are having. Quick summary:
    "I launch Safari, resize the window and position it at the upper lefthand corner. Quit Safari and relaunch. Initially the window stays put, but after a while, the position shifts. And keeps shifting more and more toward the right of the screen with each subsequent launch."
    I've had the same problem and it makes it hard to switch from one app to another, with Safari shifting all over the screen and refusing to remember how it was positioned from launch to launch. Any ideas what's up?

    I used to be bugged by this too. Then I saw a message from someone who suggested the following applescript (with changes to coords to match your screen size and position you want). Mine is set for 1600 x 1024 resolution on my 22" cinema display. The coords are for top left corner and bottom right corner of the Safari window.
    Make a new bookmark, i.e. press COMMAND-D
    Specify that it should go in the bookmarks bar.
    Go to the bookmarks screen in Safari.
    Find the bookmark.
    Select the name (left side) and edit it to something like Window Position.
    Select the URL (right side) and paste in (without the quotes)
    "javascript:self.moveTo(190,0);self.resizeTo(1150,995)"
    Close the bookmarks window/screen.
    Click on "Window Position" in the bookmarks bar and the window will resize to specified size and position.

  • Size and Position of a document"s window

    Why doesn't InDesign CS4 remember the size and position of a document"s window?
    This worked in all previous InDesign versions + it certainly still works in Photoshop and Illustrator CS4.

    This is an annoying problem for me too. Recently upgraded from CS2 to CS4. I use styles a lot and like to keep the palletes for them open on the bottom right of the screen. I used to reduce the width of a window of a document back so it sat to left of these palletes and it would stay this way whenever I opened it, but now every time I open a document it defaults to full screen width and so need to move the styles palletes to access the thing at the bottom right of the document window to resize it. This is very annoying. How do you set it so Indesign remembers a document's window width as well as its position? If you can't, why the hell not? Also tried this with application frame, but it has the same behaviour within the frame. Not keen on application frame anyway, still like the option-click on the desktop behind to hide the app quickly.

Maybe you are looking for

  • Container Element in Alert Category

    Hi, Any one can tell me what is the use of container element in Alert Category. While creating a container variable there is an drop down for Object type.When we go for each of these object type. When i selected the object type as 'XML object type ' 

  • Capturing actual JDBC exception in BPM

    I have a scenario wherein i am inserting data in sql server syncronously using the xml insert structure. I have a BPM in place to do error handling, so that whenver any exception occurs, exception branch is executed, however, in the exception branch

  • Consuming ABAP Web Service in Non SAP system

    Hi I have created an ABAP web service form the RFC and configured it in the SOAMANAGER. I have tested it in Web Service Navigator using the URL and it is working fine. Now I am trying to access it from the Non SAP system using Java Code. I am able to

  • How to trace pl/sql code version over time

    Hi, As there are many pl/sql developers in the office I work in, we're thinking about how to mantain the old versions of pl/sql code and, above all, to forbid two different programmes to work on the same code at the same time. I've been told we could

  • Sbttest test results

    when i do sbttest its results are successful, but it creates one logfile with error, wondering why is like that? oracle:tuldcorpadb01:hqa>sbttest test The sbt function pointers are loaded from libobk.a(shr.o) library. -- sbtinit succeeded Return code