Window opens another window preventing me from WinActivating the original window - macros

I have a window that opens another window which has the same specifications as the original window on Window Spy except for the title. But the title for the new window changes every time it is opened (The title for the original window can change as well.). I currently use WinActivate to activate the original window but it brings up the new window. I currently use move my mouse and left click to activate the original window (if the new window is not maximized) and I'm able to proceed to the next step in the macro of clicking a button in the original window and finish my macro. But if the new window is full screen, then I'm not able to "move my mouse to click" on the original window and continue with the rest of the macro. It will hold up the macro until I manually click on the original screen and complete the next step in the macro.

Related

How can I close the extra window on Eclipse

It's super annoying, every time I open a file it opens like that:
On the right window, so I need to drag it to the middle every time. I can't figure out how to close this window.

Is there way to handle system tray icon window over dropdown window

How to access/use the window which is underneath another window upon it, please click on the link to check this case
I'm using pywinauto to do this, is there a way to handle this case/issue.
Issue:
By following this link, able to open system tray and click on the icon, which results in drop-down menu.
But when i try to mover over mouse to click specific option from drop-down, hidden icons window re-appears on top of the drop-down list, which results in wrong click.
Is there a way to handle these windows?

Save output window position in netbeans

I prefer to have output window in vertical to the right side. Every time I open a new project it resets.
How do I save the window configuration settings in netbeans?
You can dock the Output window in Netbeans. In order to do that reset the current window settings by select Window -> Reset Windows.
Once again goto Window and select Output.
After that it will looks like this on the bottom of the screen
Now drag and drop this Output window to Right part of your NetBeans window (vertical center).
There you can dock the window like this.
Now it's ready to work with new configuration.

MATLAB: set keyboard shortcut to go to line where current code execution stopped

I would like to set a key short-cut. e.g. ctrl+1 or so, to go in the editor into the file and line where the 'keyboard' command stopped the current code execution in order to debug faster. Is this possible? Or does it exist already? Now, even when I click the function in the debugger tab, it doesn't go there if that function was last clicked and in the mean time you moved manually to another function in the editor. I first have to click another function in the pop down menu and than re-click to function I want to go to. Very annoying.

Netbean 8 Variables Window, Watches Window, Breakpoints Window, Call Stack Window, Output Window don't auto hide after debug

Netbean 8: Variables Window, Watches Window, Breakpoints Window, Call Stack Window, Output Window don't auto hide after debug. How i can fix this problem. Thanks.
Click Window and choose Reset Windows from the menu.
After doing this, the debug windows should auto-hide. I recommend taking a screenshot before doing the reset in case other customizations you made are inadvertently lost.
Click on Minimize Window Group which is on top right corner of variable window or other windows. If you have maximized it then after debug you need to click on Minimize Window Group after debug.
I figured this out for the Output window.. if you open that view, you'll see an icon on the left-hand side which says "Ant Settings" when hovered over. Click that, and it will open the 'Options --> Java' dialog.
In that dialog, select the 'Always Show Output' option. Now anytime you build your project (etc) that Output view will pop up, and when you click back in the Editor it will auto-hide.