[Implemented] DesktopX and DesktopY missing

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Sven
User
User
Posts: 20
Joined: Sat Mar 11, 2006 6:46 pm

[Implemented] DesktopX and DesktopY missing

Post by Sven »

In the desktop library the commands DesktopX and DesktopY are missing. You may ask, what are they used for? With more than one windows desktop you can place the 2nd... desktops anywhere around the 1st one.

Code: Select all

+---+---+
| 1 | 2 |
+---+---+
or
+---+
| 1 +---+
+---+ 2 |
    +---+
or
+---+---+
| 2 | 1 |
+---+---+
or
+---+
| 1 |
+---+
| 2 |
+---+
and much more
If you want to place a window on the 2nd... desktops, you need an information about the upper left coordinates of the desktop to get it placed right.

Is there any possibility to get this coordinates yet?

Sven
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

yep, i've asked for this as well quote quite some time back

if you do a little search, you'll find some winapi stuff i wrote to handle multiple screens
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
Post Reply