-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get a list of monitors #112
Comments
Seems that was an oversight - not having that included. I played around with the code, and it seems pretty easy to implement. Got it working under X11, and already found the API docs for the Windows implementation. Which branch of fpGUI are you using? The |
I am using the latest release 1.4.1 |
The The |
In addition to the previous post: |
Is there a way to get a list of monitors as in LCL: screen. monitors ?
I'm trying to put the form in the middle of the main monitor, because "wpScreenCenter" makes the form appear on the edge if use two monitors in the extended screen mode.
The text was updated successfully, but these errors were encountered: