How to reposition application window

I have an application window that has migrated beyond the top of my screen so that only 1/3 of the bottom part appears on my desktop. It is all there if I use exposé. How do I move it back into the middle of my desktop since I cannot see the top of the window?

Did you try switching between different resolutions?
>Sys Preferences>Display>Resolution >>scaled

Similar Messages

  • How to maximize application window in Flex?

    In Flex 2.0, i am trying to do is to maximize application
    window (browser window) when application starts or when we going to
    next state.
    How can this be done?
    Thanks
    Ramesh

    just try this:
    Application.application.stage.displayState =
    StageDisplayState.FULL_SCREEN;

  • How to maximize application window in Swing?

    Hello,
    I'm trying to make my Swing application occupy the whole screen on start with
    jframe.setExtendedState(JFrame.MAXIMIZED_BOTH);
    jrame.setVisible(true);My system supports this feature (checked this through java.awt.Toolkit).
    Is there a way to make a Swing app take up the whole of the screen, maybe there is a way to do this with new(1.4) features?
    Thank u in advance.

    Another way may be to use Toolkit and to pass the resultant dimensions on to the setSize() method.

  • How to uninstall applications (windows for mac 2008)

    How do I uninstall Office: mac 2008 ?

    Mine is Office for Mac 2011 and the "Additional Tools" folder doesnt have that app you mentioned now.
    How do I delete MS Messenger then?

  • When I view application windows, but then cancel from this view I am moved to another open window from the application on a different desktop space. How can I prevent this from happening?

    Hi Everyone!
    I'm new to Mac, and I'm a bit unsure of how to handle a problem I'm having with application windows.
    Here's the scenario:
    On one space I have a bunch of PDF's open in Preview next to the document I am working on. On another space, I might have an unrelated PDF open and an image, also open in Preview. Now, say I use the Application Windows button to view all my open PDF's on the first space, but then discover I haven't got the PDF open, so I need to open in in finder. The moment I quit out of the Application Windows view I am transported to another desktop containing an open Preview window! This happens with other applications too, like if I trigger application windows on pages instead of preview and need to cancel, I get transported off to some other open pages document.
    This is insanely infuriating, how can I stop it!
    Thanks for your time.

    See Recover your iTunes library from your iPod or iOS device.
    tt2

  • I've lost two application windows -- how do I get them back?

    I can't access two application windows -- Mail and Spotlight. I sometimes use a external monitor so this may be related to that.
    When I switch to Mail, the Mail menu appears on top, but I do not see the window with my mailboxes in it. When I use Expose to see all the open windows, there's my Mail window, in light purple. I click on it, to select it, and the window zoooms away to the left, never to be seen again. The top menu indicates that I'm in Mail.
    The same thing happens to me with Spotlight. I can search in Spotlight, but the results are in an inaccessible window that zooms away when I try to select it in Expose.
    Plugging in an external monitor again does not retrieve the window, regardless of whether I mirror the displays or not. After searching these forums, I tried changing the screen resolution to 640x480 instead of 1024x768 but that didn't help. I looked in Library/Preferences to see if I could trash some preferences, but neither application seems to have any, that I know how to identify.
    Any help would be greatly appreciated.

    Just in case this comes up for anyone else... I got the windows BACK by hooking my computer up to the external monitor, and REVERSING the arrangement of the monitors (so the one that was on the left was on the right, and vice versa). This placed the window in my field of view and I was able to retrieve it.

  • How to make the exe always visible in the application window

    Hi,
    I created an interface for "illustrator CS" using Visual Basic and copied that exe in Scripts folder. I want to know how to make the exe always visible in the application window itself(Not in Taskbar), once it was clicked. Could you please, kindly advice me.
    Thanks,
    Prabudass

    Hi,
    I guess....though i am not pretty sure....but the Preview tab has been discontinued in the newer versions....
    Only the Gods can give a perfect solution though...!!
    <i>Do reward each useful answer..!</i>
    Thanks,
    Tatvagna.

  • Very simple question, how do you configure windows 8.1 to use a SF card as the default install location for software applications?

    Very simple question, how do you configure windows 8.1 to use a SD card / external drive as the default install location for software applications? Primarily interested in apps installed from the windows store. This should be available in the settings
    charm within the windows store. This must have been overlooked in the development of windows 8.1 or is a bug.
    Regards, Bill
    * update
    I've tried modifying this key and the path:
    “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx”
    http://answers.microsoft.com/en-us/windows/forum/windows_8-windows_store/how-do-you-install-apps-in-windows-8-from-the/c4fbe2a8-fd3d-41c1-b9a6-6f881eed374f
    Also tried using symlinks as detailed here:
    http://social.technet.microsoft.com/Forums/windows/en-US/8eee52c2-db0f-4032-8c72-7cd999e8b41a/windows-8-apps-installing-to-secondary-drive?forum=w8itprogeneral

    Here's some links I've used to try to figure this out:
    http://social.technet.microsoft.com/Forums/windows/en-US/2dfc0cd9-7d1b-41de-abce-e03fb6a5a383/metro-apps-not-working-in-windows-8-pro-x64-after-moving-users-and-programdata-folders?forum=w8itproinstall
    http://social.technet.microsoft.com/Forums/windows/en-US/8eee52c2-db0f-4032-8c72-7cd999e8b41a/windows-8-apps-installing-to-secondary-drive?forum=w8itprogeneral
    http://social.technet.microsoft.com/Forums/windows/de-DE/f5e33ac9-beab-4b99-b3ca-7cb5e6f415e4/how-do-you-change-metro-apps-default-install-location?forum=w8itprogeneral
    Regards, Bill
    The registry method does not work with 8.1.  I found this out the hard way.  Doing it on 8.1 will leave you reinstalling the OS if you didn't do a SRP beforehand.

  • How do you make third party application window backmost using labview

    Hi Guys
    I know i can do whatever i want on labview windows.i can make third party application window frontmost.
    But How to make third party applicaiton window backmost using labview.
    Thanks

    Hi wenjie1wang,
    I have attached an example that uses the "Call Library Function Node" that accesses the "user32.dll" file that is responsible for manipulating with the windows such as minimising it. 
    After opening the VI you have to enter the name of the window you want to minimise, you can hard code that as a constant. Also on the front panel the control "nCmdShow" can be changed to dictate the action you want to do with the window. 
    Furthermore, please look at the Microsoft Developers Network to find more useful ways to use the property node in your project.
    http://msdn.microsoft.com/en-US/
    Let me know if this works.
    Regards
    Art
    Applications Engineer
    National Instruments
    Attachments:
    Minimise Window in Win7.vi ‏14 KB

  • How to avoid reopening many application windows when starting iMac?

    everytime i start iMac, many application windows open automatically. how can i do to make sure it wont reopen these windows? thank you for your help.

    Take a look at this thread:
    https://discussions.apple.com/thread/3197405?start=15&tstart=0
    And these:
    http://osxdaily.com/2011/08/01/turn-off-resume-per-app-in-mac-os-x-lion/
    http://hints.macworld.com/article.php?story=20110918051930924

  • When I start my MAC Pro (OSX10.6.7), It always opens the Application window. How do I prevent that from happening? I just want to see the desktop

    Everytime I start my MAC, the Applications window opens. How do I prevent that from happening. I just want to see the Desktop with the normal Hardrives and folders I setup on the Desktop.

    Start up. Close the offending finder window. Shut down.
    Now start up again.
    Is it fixed?

  • How to restrict "Open Applications" window from showing C drive? Or use the Windows Explorer "Open" Window?

    Hi, Im new to JDeveloper and I work in a school which requires restriction of the C: Drive. Does any one know how I can either stop the "Open Applications" dialog from showing this drive or Use the Windows Explorer "Open" dialog window to browse files, the drive has been hidden and restricted using GPO but JDeveloper shows the C: drive?
    Any help is much appreciated.

    Hi and thanks Timo. We are using 12c. On the Windows side of things, we are using Win7 and we have hidden the drives we don't want the user to see using GPO but obviously Jdev then shows these drives in its "Open Applications" Window and allows access. As far as the environmental variable is concerned this is something that I put in place.
    Many thanks for your reply and the link to the tech doc.
    Nigel

  • How to turn off "re-open all application windows"

    How to turn off "re-open all application windows". Even though its unselected in preferences. my computer still tries to do this and causes startup problems and delays. its been a hangup since lion. when are they going to fix this???

    Try this. . .
    You have two choices. You can choose that your applications not resume their previous state when you shutdown or restart the Mac by deselecting the checkbox that appears prior to shutdown:
    Or you can navigate to the General pane in System Preferences and deselect the Restore windows when quitting and re-opening apps option. However, if you do this, applications will never resume their previous state, even when quit and restarted during a single boot session.

  • When opening Firefox, I keep receiving a window stating: I am getting a JavaScript application window stating" TypeError: Components.classes['@softage.ru/skype/SkypeFfExtension;1']. How can I stop this messagge to appear ?

    Each time I open Firefox program, I keep getting a window stating: I am getting a JavaScript application window stating" TypeError: Components.classes['@softage.ru/skype/SkypeFfExtension;1'].
    How can I stop this message to appear ?

    Issue caused by Skype addon by Firefox. Which version of Skype are you using? Make sure its latest one?
    *skype.com

  • How can i have different applications windows side by side

    Hi,
    For some reason whenever i'm using an application, lets say Chrome, only the windows of chrome would show on the screen. If I want to move to some other app like terminal, the windows of chrome would dissappear and only the windows of terminal would shop up, so basicially I can't multi task between different applications windows...
    What's the deal?
    How can I fix this?
    using macbook pro late 2008, OSX Lion 10.7.3

    im surfing on chrome and have a word document open. Lets say i want to put the chrome windows next to the word window, I simply cant do that because it only shows me the windows of the app im on. Only chrome, only word etc.
    Furthermore If Im on chrome and trying to move to some other open apps using mission control, it would only show me that chrome is open!

Maybe you are looking for

  • Palm Treo 700p Cannot install. Windows Vista looking for Drivers

    Installed Palm software and synced on my Dell with no issues. Went to install on 2nd PC with Windows Vista Home.  Issues.  Got new download for Vista 32 and downloaded off site. Same error puts me in a circle.  System finds new hardware.  Looks to in

  • How do I scale strokes in Flash CC?

    I know that in the "Properties" window there is a "Scale" drop-down, but it doesn't work. When I scale in free transform, the stroke doesn't scale unless its in a movieclip.

  • Trying to migrate a web page I created on one mac to another

    Hi I created a page a couple of years ago on a Mac I am about to selll and want to save this file but the path listed in the one page I found giving directions does not exist in home folder...Library/App Support/iweb etc. Anybody know how to export t

  • Source of views

    How do we check the source of a view is by dblink or a synonym or a table. we can see the script by going to the DBA_VIEWS and manually check each table. Any other way ?

  • Chromebook

    I have just bought the Acer C720 Chromebook and can get a document to wait in the print queue but cannot get my officejet pro 8100 to actually print it. I have tried looking for drivers but they only seem to be available for windows, mac and linux. D