dummzeuch 1505 Posted March 26, 2023 I just discovered that I had turned on "Background Compilation" (in Delphi 11, Tools -> Options -> IDE -> Compiling and Running) and that this was the cause for the Compile progress dialog not having the focus and not being centered on the IDE. Does anybody know how the IDE decides where to place this dialog? On my setup it's placed somewhere near the lower right of the main monitor (the IDE is on a secondary monitor on the left hand side). And if I move it, the IDE does not remember that position. Share this post Link to post
Fr0sT.Brutal 900 Posted March 27, 2023 20 hours ago, dummzeuch said: Does anybody know how the IDE decides where to place this dialog? Form.Position = poDesigned? Share this post Link to post
dummzeuch 1505 Posted March 27, 2023 1 hour ago, Fr0sT.Brutal said: Form.Position = poDesigned? Quite possible. Share this post Link to post