I get the same thing with the Find/replace window on my second monitor.
You might be able to use the Windows keyboard shortcuts to move the window, as long as it has focus:
1. Press Alt-Space to open the window's upper left menu.
2. Press M to activate the Move menu item.
3. Use the arrow keys to move the window. The window will also follow the mouse at this point.
Hopefully this will reset the window's position for next time, too.
The error dialogue is not a regular movable window like the B4A GUI window. I already tried to move it by dragging. It's placed on the screen at a fixed x, y position.
I think the position may be set in the registry. If Erel tells me where in the registry the coordinates are set, I can change the value to maybe 100x by 100y or something like that.
The F5 window is in the centre but not the other window.
Are you storing the error window coordinates in the registry? If you are, can I get the info I need to change it? That will allow me to manually position it.
I was able to now duplicate the problem. I think this will also happen in a non VM.
I like to use my coding window "Maximized" but that's when the error window is displayed off the screen. In the attached screen shot I took the coding window off "Maximized" mode and the error window shows up where it should be.
If the F5 window that is showing the compilation process is displayed correctly, shouldn't the other one also be displayed in the centre using the same programming as the F5 window?
I was able to overcome the problem with a work-around by taking the coding window out of "Maximized" mode and manually dragging the coding window sides to make it as big as possible. Now all of the dialogue windows are displayed in the middle of the coding window.