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 

Gui Option 'AlwaysOnTop'

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports
View previous topic :: View next topic  
Author Message
kmel



Joined: 02 Feb 2005
Posts: 8

PostPosted: Fri Feb 04, 2005 10:20 am    Post subject: Gui Option 'AlwaysOnTop' Reply with quote

the Gui Option 'AlwaysOnTop' doesn't work for me (AHK 1.0.25.13)

Code:
Gui, add, text, x16 y0 cLime AutoSize, %OSDText%
Gui, +LastFound +AlwaysOnTop
WinSet, TransColor, 008000
;WinSet, AlwaysOnTop, On

Gui, -Caption
Gui, Show, y%ypos% h100 NoActivate


The windows isn't on top, I have to use 'WinSet, AlwaysOnTop, On'.
Back to top
View user's profile Send private message
kmel



Joined: 02 Feb 2005
Posts: 8

PostPosted: Fri Feb 04, 2005 10:42 am    Post subject: Reply with quote

if you set '+AlwaysOnTop' after the TransColor, the color isn't transparent anymore

Code:
Gui, Add, text, x16 y0 cLime AutoSize, %OSDText%
Gui, +LastFound +Disabled
WinSet, TransColor, 008000
;WinSet, AlwaysOnTop, On

Gui, -Caption +AlwaysOnTop
Gui, Show, y%ypos% h100 NoActivate
Back to top
View user's profile Send private message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10467

PostPosted: Fri Feb 04, 2005 2:44 pm    Post subject: Reply with quote

Thanks, I see how to fix that. In the meantime, specify +AlwaysOnTop before the window is created; that is, before the use of "Gui Add" and similar commands.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports 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