New message opens behind email window

We are using Windows 7 and Outlook 2010. When opening a new message or replying, the new window opens behind the email and is unseen. Is there a way to make the new window open on top (always)?

Hi,
To resolve this issue, modify the value of the ForegroundLockTimeout registry entry in Registry Editor. To do this, follow these steps:
===============
Important This section, method, or task contains steps that tell you how to modify the registry. However,
serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs.
1.
Click Start
, click Run , type regedit in the Open
box, and then click OK .
2.
In Registry Editor, locate and then click the following registry subkey:
HKEY_CURRENT_USER\Control Panel\Desktop
3.
In the right pane, locate and then double-click
ForegroundLockTimeout .
4.
Under Base , click
Decimal , type 0 in the Value data
box, and then click OK .
Note The default decimal value for the ForegroundLockTimeout registry entry is set as
200000 .
5.
Quit Registry Editor.
6.
Restart your computer.
Best Regards,
Sally Tang

Similar Messages

  • Apple Mail new messages opening behind active window

    I have been noticing that new mail messages often open behind active windows, especially Microsoft office (Word).  When I create a new message, the new message will often open and sit behind the current open document.  I have noticed this mostly when using a second display.  It also does not seem to be isolated to just Mail, but that's where I see it the most.  Has anyone else seen this?

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, or by a peripheral device. 
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including sound output andWi-Fi on certain iMacs. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

  • Spaces - New Window opens behind existing window

    I have an annoying situation - I love Spaces - but it has a New Window characteristic that drives me nuts.
    For example, if I click a website link in email or other application, the linked window will almost always open behind a window that I'll already have open in Safari.
    Or if I double click an image in Finder, it will open behind open windows in Photoshop or Freehand.
    It would be great if these new windows would open in front!! Any suggestions? I can't find any settings to change this.

    Hi,
    To resolve this issue, modify the value of the ForegroundLockTimeout registry entry in Registry Editor. To do this, follow these steps:
    ===============
    Important This section, method, or task contains steps that tell you how to modify the registry. However,
    serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs.
    1.
    Click Start
    , click Run , type regedit in the Open
    box, and then click OK .
    2.
    In Registry Editor, locate and then click the following registry subkey:
    HKEY_CURRENT_USER\Control Panel\Desktop
    3.
    In the right pane, locate and then double-click
    ForegroundLockTimeout .
    4.
    Under Base , click
    Decimal , type 0 in the Value data
    box, and then click OK .
    Note The default decimal value for the ForegroundLockTimeout registry entry is set as
    200000 .
    5.
    Quit Registry Editor.
    6.
    Restart your computer.
    Best Regards,
    Sally Tang

  • New Message, reply, or forward window does not open in Outlook for Mac 2011

    New Message, reply, or forward window does not open in Outlook for Mac 2011
    Outlook acts as if I am pressing a dummy button.

    Hi friends,
    I have the same problem.
    Mountain Lion + Office 2011 + Safari 6.1.2 (8537.74.9)
    It is not clear to me what is the relation between Safari and this problem.
    I have Chrome installed as well and it is set as default browser. Is this involved?
    If yes how can I solve the problem?
    Please let me know.
    Many thanks.
    Best regards
    Peval

  • How can I make the UITableView go away?  The New NIB opens behind it

    The new NIB opens behind the table and the table doesn't animate away.
    I am using a TabBar Application if that makes any difference.
    Thanks!!
    - (void)tableView:(UITableView *)tableView
    didSelectRowAtIndexPath:(NSIndexPath *)indexPath
    NSInteger row = [indexPath row];
    if (row == 0)
    MoreZeroViewController *view2 = [[MoreZeroViewController alloc] initWithNibName:@"MoreZeroView" bundle:[NSBundle mainBundle]];
    self.moreZeroViewController = view2;
    [[self navigationController] pushViewController:moreZeroViewController animated:YES];
    [self.view addSubview:view2.view];
    [view2 release];

    Have you inspected the navigationController you are attempting to push the view with in the debugger? I'm guessing that it is nil since you are using a TabBar controller. The line after the pushViewController adds the new view as a sub view - that does not change what is already there so you will continue to see your table. What you need to do is to create a UINavigationController - insert that into the hierarchy then use it to push your new view. It can be a little tricky to get the UINavigationController and UITabbrController to peacefully coexist. Try searching these forums for how to make that work - I have that topic discussed.

  • Clicking on a link often causes the link to open behind the window with the linik.

    Clicking on a link often causes the link to open behind the window with the link.
    This occurs most frequently when only one or two windows are open.

    Work around found.
    The problem was occurring in links on a web page I created for my home page with "target=_new". Changing this to "target=_blank" fixed the problem. The old links worked fine before version16.

  • New Window Opening Behind Browser Window

    I have produced a page in DW3 for an artist where you click
    on a thumbnail and it opens a new window with an enlargement of
    that image. (I use the DW3 javascript behaviour to do this).
    When I test it on my browsers the windows open in front of
    the main browser window and all is hunky dory.
    When my client does the same, she claims that some of the
    windows open in front of the main browser window but some open
    behind the browser window and are obscured. She says she perceives
    a "flash" if the new window opens behind the browser window. She is
    using Firefox 2.0.9.17
    Has anyone experienced this behaviour and figured out a
    fix?

    .oO(spiro_t)
    >I have produced a page in DW3 for an artist where you
    click on a thumbnail and
    >it opens a new window with an enlargement of that image.
    (I use the DW3
    >javascript behaviour to do this).
    >
    > When I test it on my browsers the windows open in front
    of the main browser
    >window and all is hunky dory.
    >
    > When my client does the same, she claims that some of
    the windows open in
    >front of the main browser window but some open behind the
    browser window and
    >are obscured. She says she perceives a "flash" if the new
    window opens behind
    >the browser window. She is using Firefox 2.0.9.17
    >
    > Has anyone experienced this behaviour and figured out a
    fix?
    Usually the user/browser decides where new windows/tabs will
    be opened.
    But why open a new window at all? Why not use something like
    Litebox?
    Micha

  • Open New Browser Window in CS4 opens behind existing window - HELP!

    I am creating a website in CS4, and everything works fine EXCEPT ona few pages, for every link I have set up to open in a new browser window, the new window opens BEHIND the existing window, so that you cannot see it. I tried one solution that said to type "javascript:;" in the href (link) box, but that did not correct the problem. Any ideas?
    Thanks.

    Sounds like you have Tabbed browsing enabled.
    IE
    http://www.ie-vista.com/tabs.html
    Firefox
    http://www.mozilla.com/en-US/firefox/features/#tabs
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.com/blogspot.com

  • New window open behind other windows?

    I'm apple clicking links to see them in their own window. They are coming up behind current windows, shouldn't be other way around? shouldn't they come in front of current windows?

    Hi Kevin,
    Yes, they used to. Not sure why Apple changed things but now you need to set the following pref:
    Safari Preferences -> Tabs -> Select tabs and windows as they are created -> Check this
    Even if you have tabs turned off for apple+click, this preference still alters the new window behaviour.
    Hope that fixes it for you.

  • Mail messages open in small window

    I am using Mail 6.6 on OSX 10.8.5.
    When I open an email in a seperate window, I only get the header section of the email, and it always seems to open in the lower left of the desktop.  I am able to move the message around the screen, and I am able to re-size the message window.
    When I do this, subsegquent messages open fully.Then when I print a message, the next message I open is shrunk and appears in the lower left hand corner of the desktop.
    Is there a solution?
    Thanks!

    Back up all data. Don't continue unless you're sure you can restore from a backup, even if you're unable to log in.
    This procedure will unlock all your user files (not system files) and reset their ownership and access-control lists to the default. If you've set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it.
    Step 1
    If you have more than one user account, and the one in question is not an administrator account, then temporarily promote it to administrator status in the Users & Groups preference pane. To do that, unlock the preference pane using the credentials of an administrator, check the box marked Allow user to administer this computer, then reboot. You can demote the problem account back to standard status when this step has been completed.
    Enter the following command in the Terminal window in the same way as before (triple-click, copy, and paste):
    { sudo chflags -R nouchg,nouappnd ~ $TMPDIR.. ; sudo chown -R $UID:staff ~ $_ ; sudo chmod -R u+rwX ~ $_ ; chmod -R -N ~ $_ ; } 2> /dev/null
    This time you'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command will take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1 or if it doesn't solve the problem.
    Boot into Recovery. When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar. A Terminal window will open.
    In the Terminal window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window will open. You’re not  going to reset a password.
    Select your boot volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
     ▹ Restart
    from the menu bar.

  • Mail "New Message" window retreats to background after drag and drop attachment from Finder to Mail "New Message", click, and Finder window stays in foreground even when not in focus

    Hi, I'm surprised I can't quickly find if anyone else is having this issue. For me it has been going on since Lion on my 13" MacBook Pro 2011 and it's still persisting in Mavericks, and even still now that I've "downgraded" to a 15" MacBook Pro 2010 with Mavericks.  The behavior is odd and difficult to explain concisely. Basically, when I want to add an attachment to Mail, I'll Cmd+Tab over to Finder click and drag and Cmd+Tab back to Mail, and drop the attachment. At first it looks fine, but when I click in the New Message window where I just dropped the attachment, to move the cursor, it retreats to the background and the Mail Main Window comes to the foreground. Then, if I click on that, the Finder window that I just used comes to the foreground. Sometimes if I switched to another app before going to Finder to select the drag and drop, that other app window will appear in the foreground instead. If I click on the other app window that is now in the foreground, then the Finder window that was last used will come to the foreground. The only thing that seems to fix this switch-a-roo effect is Cmd+Tab-ing back and forth a few times, or click on the window "frame" at the top to move the window around.
    The way to prevent this is to have my Mail Message window visible in the foreground side by side with the Finder window when the drag and drop occurs (this is a tedious extra step if mulitple windows are open, or to use the add attachment command in the menu within Mail. But it sure is annoying buggy behavior.
    Thanks
    Daniel

    Yep, I get exactly the same thing when using Thunderbird mail client on my 2011 iMac running Lion. I've been putting up with it for at least a year, maybe longer.
    For me it appeared to start after a Thunderbird update, so I figured that was the cause and couldn't find a solution at the time. However I've now noticed it starting to happen in Apple Motion 4 when dragging files from Finder into a DropZone in my animations. Motion remains the active program but the Finder window sits on top until I Cmd-tab out to a third open program (ie not Finder) and back to Motion again.
    This is the first indicator I've had that it's an OS X issue.
    Be great to find a solution as D&D is by far my preferred way of adding attachments to emails and similar tasks.

  • Quicktime player opens behind browser window

    I have have a webpage that has several quicktime movies, each one is linked to another quicktime movie that opens a rtsp stream which is located in a password protected directory (using htaccess).
    When a movie is clicked a password dialog box opens, after the username and password are entered the player begins the stream. On mac's, the player opens in front of the browser... on pc's(windows xp), the player opens behind the browser. Does anyone know how to make the player open in front of all windows on a pc?
    Here is the html code:
    <object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="200" width="128"> <param name="controller" value="false" /> <param name="src" value="####.mov" /> <param name="href" value="#####.mov" /><param name="target" value="QuickTimePlayer" />
    <embed src="####.mov" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/" controller="false" href="#####.mov" target="QuickTimePlayer" height="200" width="128">
    </object>

    Okay, good news. Mac OS X hints has the solution for the problem. Just go to: http://www.macosxhints.com/article.php?story=20060130071542683
    and that's all you need to do.
    Jyri

  • Opening apps/Safari windows-want them to open behind current window ?

    Ok, maybe small beer, but, when I open a Safari window from, for eg, google reader, the new window opens in front of my current Safari window, the window I am reading. This means that it covers my current window, which is annoying, to me. Similarly, when I open an application, the new app insists on coming to the front, and interrupting my work. As I said, small beer, but annoying.
    Is there a way to make all new Safari windows and new apps start 'behind' the currently active window/app?

    No. Why are you opening new windows when you don't want to act in them? Don't open them and you won't be disturbed.

  • "New Message" opens instead of the message received.

    Hi,
    Hope you guys are doing alright!
    When I receive a new text message and try to open it, I get redirected to the "New Message" box. Hence, I have to press "Cancel" before being able to read the newly received text. How come? And how to I get rid of this feature?
    Cheers,
    Nick

    First close the Messages app. Then double tap the home button, find the Messages app and swipe upwards on the thumbnail of the app, just above the icon. Then try a quick reset. Hold the sleep/wake and home buttons together until you see the Apple logo and then release. The phone will reboot. See if it works correctly then.

  • Mail.app opens behind frontmost window.

    Whenever I launch Mail.app, it opens up behind the frontmost application window, whatever that application happens to be. For example, if I launch Mail by clicking the app in the Finder, Mail opens behind the frontmost Finder window. I'm not sure if this is the expected behavior (I would be surprised if it was), but I would like Mail to open up in front of all other windows, like any other application would. I'm aware that I could write an Applescript, but I'm more interested in finding out what the root cause is.
    Thanks

    Glad it helped. I went that way but somehow I just like Mailappetizer, so am now putting up with the background issue. I think I saw on their website that they are attempting to fix it.

Maybe you are looking for

  • Second queston using powershell in SCOM as recovery

    Hi guys, In a previous question i needed some ideas about using powershell in a recovery. Now i've implemented this in the XML, but it gives me this error as i import my managementpack back in SCOM 2012 R2 UR 2 Error, it gives the error on Microsoft.

  • MacBook Pro slower than iMac wifi

    My MacBook Pro (2 yrs old), is MUCH slower on our wifi network, than my imac (5 yrs old). The MBP is actually closer to the router, and when I run speedtest.net, the imac is showing better/faster results than the MBP. Any ideas would be great. thanks

  • Lower volume on right side of headset

    hey i have a problem.. i just got the iphone 4 and when i am listening to music i recognize that the right side of the headset is kind of flannelly. hard to describe... it is something i did not even realize when i used it the first time but when i a

  • Transaction total

    Hi, I have to create report like the followi                           Tr.No     Item.No       Itemvalue    TotalTransactionValue                                 1               1              100            300                                 1     

  • CupsRasterinterpretPPD avait une erreur page header uses unsupported values

    Problem printing from Photoshop and Epson Stylus Pro 7900 you have an explanation? What does this error message: current print - "cupsRasterinterpretPPD" was an error = page header uses unsupported values​​. thank you for your help