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 

Progressbar doesn't go back to Default color

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



Joined: 31 Jan 2005
Posts: 3842
Location: Bremen, Germany

PostPosted: Thu Feb 10, 2005 12:22 pm    Post subject: Progressbar doesn't go back to Default color Reply with quote

Please check this out:
Start Script, press Button
Progressbar doesn't go back to Default color.

Code:
Gui, 1:add, progress, vMyProg w200 Range0-100,20
Gui, 1:add, button, ,Change
Gui, 1:show
return

GuiClose:
ExitApp

ButtonChange:
GuiControl, +cRed , MyProg,
GuiControl, , MyProg, 80
sleep, 1000
GuiControl, +cDefault , MyProg,  ; this doesn't work
; GuiControl, -cRed , MyProg,  ; this doesn't work either
GuiControl, , MyProg, 40
return

_________________
Ciao
toralf
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10467

PostPosted: Thu Feb 10, 2005 10:29 pm    Post subject: Reply with quote

This has been fixed in today's release. Thanks for reporting it.
Back to top
View user's profile Send private message Send e-mail
jonny



Joined: 13 Nov 2004
Posts: 3004
Location: Minnesota

PostPosted: Thu Feb 10, 2005 10:36 pm    Post subject: Reply with quote

AHK's new slogan:

When you really need fast-acting relief against bugs! Laughing
Back to top
View user's profile Send private message
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