[Implemented] Improve the input requester

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
BarryG
Addict
Addict
Posts: 4123
Joined: Thu Apr 18, 2019 8:17 am

Re: Improve the input requester

Post by BarryG »

Fred wrote: Fri Dec 22, 2023 4:20 pmImplemented in 6.10
Specifying a parent window doesn't center the InputRequester() to that window? Isn't it supposed to?

If not, I'd like it to, because on an ultrawide monitor with your window at 0 x 0 desktop coords, the InputRequester() will open far away somewhere else. :(
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: [Implemented] Improve the input requester

Post by Fred »

the new option just specify the parent window, it's the OS which choose the appropriate position for the requesters.
Post Reply