Articles Fixing wrong position and size of the Delphi 10.4 IDE window

FireWind

Malware Analyst
Joined
Dec 26, 2018
Messages
304
Reaction score
321
Fixing wrong position and size of the Delphi 10.4 IDE window

[SHOWTOGROUPS=4,20]
Fixing wrong position and size of the Delphi 10.4 IDE window

Apparently the bug that causes the Delphi IDE to not store its position correctly when placed in full screen on a secondary monitor to the left of the primary monitor (which is my setup at home and at work) still hasn’t been fixed in Delphi 10.4. Luckily the work around of editing the desktop settings still works.
For Delphi 10.4 these files are stored in

Code:
C:\Users\<YourName>\AppData\Roaming\Embarcadero\BDS\21.0
[/SHOWTOGROUPS]
 

Ира1

New member
Joined
Oct 18, 2016
Messages
2
Reaction score
0
"Lol, I'm having the same issue with D10.4. I tried setting the `D4Win32Window` style to `ws_sizebox` in the project settings, but it didn't work for me. Anyone else have a solution for this?"
 
Top