Ext Manager - how do you reset window location?

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Ext Manager - how do you reset window location?

    quite a silly one, but very annoying:

    had twin monitors, now got one only.

    when I open the extension manager, it opens off the viewable screen
    (presumably in it's old location where it opened on my old right-hand monitor)

    Restore, Move etc, all don't result in any joy...

    Is there any way to reset to default its opening location?

    Thanks

    (also posted in Gen Disscussion)

    lazlo Guest

  2. Similar Questions and Discussions

    1. IIS Reset thru Web access denied in Window 2003
      I tried to reset IIS thru Web using the following code ProcessStartInfo si = new ProcessStartInfo("cmd.exe"); // Redirect both streams so we can...
    2. window.location with target
      Hi, I've the following piece of code use window.location to open a new window an pas them some paramenter. I'd like to open the new windows in a...
    3. projector window location on PC?
      Testing the first CD version of a project this evening, on several machines. When I put the CD in, it autostarts and runs fine except that the...
    4. Help to pop up a window before using Location to redirect a page
      All I want to pop up a window before/during redirect to another page. Sort of a confirmation page: <? .... /* I need to pop up a window...
    5. Change window manager to blackbox
      Hi, I would like to use blackbox as my defualt window manager, I cant figure out how to do this. xdm is my display manager. X starts on boot....
  3. #2

    Default Re: Ext Manager - how do you reset window location?

    lazlo wrote:
    > quite a silly one, but very annoying:
    >
    > had twin monitors, now got one only.
    >
    > when I open the extension manager, it opens off the viewable screen
    > (presumably in it's old location where it opened on my old right-hand monitor)
    >
    > Restore, Move etc, all don't result in any joy...
    >
    > Is there any way to reset to default its opening location?
    This has happened to me a couple of times.

    ****** Please be careful as the following instructions may result in a screwed computer if mistakes are made *****

    If you're on Windows, open RegEdit (Start -> run > type: regedit hit enter). Then navigate to this key:
    HKEY_CURRENT_USER\Software\Macromedia\Exchange\Win dow

    Look at the Coords key, you'll see a comma separated list of numbers, the first two numbers are the x,y coordinates of the upper left corner of the window, you may see something like -32000,-32000 for the first two numbers, set those to say 100,100. The second set of numbers is the width and height of the EM window, I'd set them to something like 600,600 (assuming your monitor is at least 700x700 resolution).

    So, you'd end up with:
    100,100,600,600


    --
    Danilo Celic
    | Extending Knowledge Daily : [url]http://CommunityMX.com/[/url]
    | Adobe Community Expert
    danilocelic *ACE* Guest

  4. #3

    Default Re: Ext Manager - how do you reset window location?

    You're a star.

    thanks

    :o)
    lazlo Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139