Re: Keyboard loses focus - VS2003

From: Rudy Ray Moore (rudymoore_at_hotmail.com)
Date: 02/10/04


Date: Tue, 10 Feb 2004 15:32:56 -0800

Agreed.

My workflow is also interuped when searching (CTRL-F). Now I have to press
ESC to close the find window. VS6 did not have this requirement.

"Ed" <e@e.com> wrote in message
news:%23yoPjFs6DHA.1664@TK2MSFTNGP11.phx.gbl...
> Very annoying problem with editing and compiling C++ programs. Probably
> affects other environments.
>
> You write some code, hit the compile key.
>
> Boom, you lose keyboard focus from your source file to the Output Window.
> On large compiles, I want to keep browsing source files, I don't want to
> focus on the Output Window.
>
> So I hit Escape to switch back to my source file.
>
> When it's done compiling.... Boom, I lose keyboard focus again. Why??
>
> So I hit Escape.
>
> If there's a compiler error, I want to go to the error, so I hit F8
> (Edit.GotoOutputWindowNextLocation).
>
> Boom! I lose keyboard focus to the Output Window again! Why? I want to
> fix the error it is pointing out to me. Why did it change my focus??
>
> Hit Escape and fix the error. Rinse and repeat.
>
> Something that should only take 2 keys (compile and F8), ends up taking 5
> keys! Very annoying in terms of workflow.
>
> Ed
>
>



Relevant Pages

  • Re: Incorrect and permanent loss of keyboard focus
    ... The window has a menu item that I use to create another window of that type that correctly gets the keyboard focus. ... The problem is that the KeyListener class that is registered with the Component is not being called when a key is being pressed. ... public static void main{ ...
    (comp.lang.java.gui)
  • Re: Keyboard loses focus - VS2003
    ... you lose keyboard focus from your source file to the Output Window. ... > So I hit Escape to switch back to my source file. ...
    (microsoft.public.vsnet.ide)
  • Incorrect and permanent loss of keyboard focus
    ... creates a window with a text field that has keyboard focus. ... JMenuBar menuBar = new JMenuBar; ... public static void main{ ...
    (comp.lang.java.gui)
  • Re: unexpected beeps from edit control
    ... > I have multiple edit controls in a non-dialog window, and I want to use the ... > tab key to cycle the keyboard focus between them. ... > except that every time the tab key is pressed there is a beep. ...
    (microsoft.public.win32.programmer.ui)
  • Re: Previous Instance
    ... >active but have no keyboard focus. ... It seems the window with the icon keeps the focus. ... >instance is minimized (i.e. at the bottom of the z-order) and you have other ...
    (microsoft.public.vb.winapi)