[Implemented] DesktopX and DesktopY missing
Posted: Sat Jul 22, 2006 1:29 pm
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.
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
Code: Select all
+---+---+
| 1 | 2 |
+---+---+
or
+---+
| 1 +---+
+---+ 2 |
+---+
or
+---+---+
| 2 | 1 |
+---+---+
or
+---+
| 1 |
+---+
| 2 |
+---+
and much more
Is there any possibility to get this coordinates yet?
Sven