| View previous topic :: View next topic |
| Author |
Message |
Tekl
Joined: 24 Sep 2004 Posts: 813 Location: Germany
|
Posted: Sun Mar 13, 2005 10:26 pm Post subject: Z-Order |
|
|
Hi,
ist there a way to alter the Z-Order of a window without activating it? I want to restore the z-order of a bunch of windows and with winactivate its very slow. WinShow in the right order will not set the Z-Order, but it is much faster.
Tekl |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Mon Mar 14, 2005 2:10 am Post subject: |
|
|
Currently, the only other z-order related command is "WinSet, Bottom", which sends a window to the bottom of the stack. Repeated calls to this might allow you to set the z-order the way you want.
Also, you might be able to speed up window operations such as these by decreasing SetWinDelay (its default is 100 ms). |
|
| Back to top |
|
 |
Tekl
Joined: 24 Sep 2004 Posts: 813 Location: Germany
|
Posted: Mon Mar 14, 2005 4:26 am Post subject: |
|
|
Hi Chris,
thanks, that will improve the script.
Tekl |
|
| Back to top |
|
 |
|