Is it possible to get the debug window to remember to open on the second monitor? Seems to keep moving back to the main screen.
Edit: I'm currently on Windows 7 with PB 5.22 LTS
Edit2: It only does it when maximised on the second monitor. If it is a normal window it remembers the position fine
PB debug window and second monitor
Re: PB debug window and second monitor
Maybe try multiple monitors managing software, e.g. UltraMon? It has many configuration options for sticking a window to a particular monitor.
-
IdeasVacuum
- Always Here

- Posts: 6426
- Joined: Fri Oct 23, 2009 2:33 am
- Location: Wales, UK
- Contact:
Re: PB debug window and second monitor
...that's strange, it does remember it's location here. As a side note, I find MultiMon Free is excellent:
MultiMon
MultiMon
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
If it sounds simple, you have not grasped the complexity.
Re: PB debug window and second monitor
Hi all
I would like to support this as a feature request!
Should be easy to add it like I do it with my programs.
I use the full screens resolution to remember the window positions for each monitor configuration!
The content of the preference file i.e. is looking like this.
Take care.
Andreas
I would like to support this as a feature request!
Should be easy to add it like I do it with my programs.
I use the full screens resolution to remember the window positions for each monitor configuration!
The content of the preference file i.e. is looking like this.
Code: Select all
[Desktop1920x1080]
WindowPosX=120
WindowsPosY=499
[Desktop3840x1080]
WindowsPosX=2000
WindowsPosY=499Andreas
Just because it worked doesn't mean it works.
PureBasic 6.04 (x86) and <latest stable version and current alpha/beta> (x64) on Windows 11 Home. Now started with Linux (VM: Ubuntu 22.04).
PureBasic 6.04 (x86) and <latest stable version and current alpha/beta> (x64) on Windows 11 Home. Now started with Linux (VM: Ubuntu 22.04).

