Search found 3 matches

by d-david
Mon Jun 03, 2024 10:11 am
Forum: Bugs - Windows
Topic: Window in a window with #PB_Window_WindowCentered
Replies: 4
Views: 2254

Re: Window in a window with #PB_Window_WindowCentered


Well, I can't help you with your multi-monitor environment, but this is what I've always used.....
I have created a small example here. Move the windows around and you'll get an idea of the function.
I'm curious if this works with multiple monitors as well.

;/
;| Example of options for moving ...
by d-david
Fri May 24, 2024 10:03 am
Forum: Bugs - Windows
Topic: Window in a window with #PB_Window_WindowCentered
Replies: 4
Views: 2254

Re: Window in a window with #PB_Window_WindowCentered


Sorry, I can not test your code, but ...

in your future programs, use only one event loop and not more.
Else you will run into trouble. Trust me.


Hello, you obviously have rights.
To demonstrate the #PB_Window_WindowCentered issues, I have only copied and slightly modified a little Windows ...
by d-david
Thu May 23, 2024 2:17 pm
Forum: Bugs - Windows
Topic: Window in a window with #PB_Window_WindowCentered
Replies: 4
Views: 2254

Window in a window with #PB_Window_WindowCentered

Hello,
I've noticed that the commands OpenWindow () with the flag #PB_Window_WindowCentered and "ParentWindows" aren't always correct.

When a monitor has negative start coordinates, the second window opens at X = 0, rather than in the center.

https://i.ibb.co/z547kvg/bild.png

Here is the ...