AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Z-Order

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Tekl



Joined: 24 Sep 2004
Posts: 813
Location: Germany

PostPosted: Sun Mar 13, 2005 10:26 pm    Post subject: Z-Order Reply with quote

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
View user's profile Send private message Visit poster's website
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10467

PostPosted: Mon Mar 14, 2005 2:10 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
Tekl



Joined: 24 Sep 2004
Posts: 813
Location: Germany

PostPosted: Mon Mar 14, 2005 4:26 am    Post subject: Reply with quote

Hi Chris,

thanks, that will improve the script.

Tekl
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group