AutoHotkey Community

It is currently May 27th, 2012, 8:21 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: January 28th, 2012, 3:04 pm 
Offline

Joined: January 10th, 2009, 2:57 pm
Posts: 19
I want a button that can be toggled on and off. In other words: click it once and it goes down and stays down. Click it again and it pops back up.

Right now I'm using a graphic button:
http://www.autohotkey.com/forum/topic4047.html

Which works.

But since the appearance of the button is a .bmp image, it looks wrong when the user has a different Windows color scheme.

Thanx


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 28th, 2012, 3:28 pm 
Offline
User avatar

Joined: September 5th, 2009, 2:06 pm
Posts: 1713
Location: Somewhere near you
Maybe you will want to take a look at Gui -Theme

_________________
Image
The quick onyx goblin jumps over the lazy dwarf


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 28th, 2012, 5:43 pm 
Offline

Joined: October 7th, 2006, 4:50 pm
Posts: 3157
Location: MN, USA
A checkbox can be used for that.
Code:
Gui, Add, Button  ,                 , Button
Gui, Add, Checkbox, hp 0x1000       , Checkbox
Gui, Add, Button  ,           -Theme, Button
Gui, Add, Checkbox, hp 0x1000 -Theme, Checkbox

Gui, Show, w200
return
GuiClose:
 ExitApp


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 28th, 2012, 11:06 pm 
Offline

Joined: January 10th, 2009, 2:57 pm
Posts: 19
jaco0646 wrote:
A checkbox can be used for that.

Beautiful, Thank you


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: BrandonHotkey, hyper_, immunity, migz99, sjc1000 and 73 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group