| Author |
Message |
Topic: Is there a way to make GUI button that toggles or is sticky? |
gargoyle888
Replies: 3
Views: 99
|
Forum: Ask for Help Posted: Sat Jan 28, 2012 10:06 pm Subject: Is there a way to make GUI button that toggles or is sticky? |
A checkbox can be used for that.
Beautiful, Thank you |
Topic: Is there a way to make GUI button that toggles or is sticky? |
gargoyle888
Replies: 3
Views: 99
|
Forum: Ask for Help Posted: Sat Jan 28, 2012 2:04 pm Subject: Is there a way to make GUI button that toggles or is sticky? |
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. ... |
Topic: stop talking about ahk over here |
gargoyle888
Replies: 14
Views: 634
|
Forum: General Chat Posted: Thu Nov 17, 2011 4:05 am Subject: stop talking about ahk over here |
No .theres no flare or anything in the boat just the cup
Dip the cup in the ocean to fill it.
Pour half the water back making the cup lighter.
Use the lighter to light the cigarette.
How do yo ... |
Topic: Quantum Entanglement disproving God? |
gargoyle888
Replies: 43
Views: 1061
|
Forum: General Chat Posted: Wed Jun 29, 2011 7:31 pm Subject: Quantum Entanglement disproving God? |
Directed at the OP.
On a more mundane scale perhaps but a somewhat similar thought experiment:
Assume that your parents moved when you were an infant. The food that you ate as a child, that was ... |
Topic: [v2] Script Converter |
gargoyle888
Replies: 21
Views: 2698
|
Forum: Scripts & Functions Posted: Sun Apr 03, 2011 11:38 am Subject: [v2] Script Converter |
Great work Frankie.
I can see that this is going to get a lot of use.
Since I've got about a thousand scripts, I can see the need for a bulk convert feature. |
Topic: Crackers always decode the serial numbers of SW apps, why ? |
gargoyle888
Replies: 28
Views: 1900
|
Forum: General Chat Posted: Mon Dec 27, 2010 3:21 pm Subject: Crackers always decode the serial numbers of SW apps, why ? |
| Philho's description is good. Especially the part about the thrill that crackers get in defeating protection. If code is too easy to crack, they hold the programmer in disdain. If cracking the protect ... |
Topic: Duplicate file finder / Shortcut replacement |
gargoyle888
Replies: 5
Views: 865
|
Forum: Ask for Help Posted: Fri Mar 19, 2010 12:51 am Subject: Re: Duplicate file finder / Shortcut replacement |
Can anybody recommend a good duplicate file finder with the ability to replace the copy with a shortcut? Otherwise I will have to have a go at writing something.
I don't know about replacing a dupl ... |
Topic: Vic - A free text editor based on HiEdit control |
gargoyle888
Replies: 80
Views: 9729
|
Forum: Scripts & Functions Posted: Sat Jan 16, 2010 1:55 pm Subject: Vic - A free text editor based on HiEdit control |
Nice work I particularly like the regex search ability.
Couple of observations and things that I'd like to see:
1) The right click context menu opens at some random fixed offset from the curren ... |
Topic: Accelerated Scrolling Script |
gargoyle888
Replies: 82
Views: 14310
|
Forum: Scripts & Functions Posted: Tue Dec 22, 2009 4:28 pm Subject: Re: Accelerated Scrolling Script |
The ZIP file is password-protected so the archive can get through proxies, such as company firewalls, that scan files for executables.
Unfortunately, the password protected zip is exactly what aler ... |
Topic: It's over 9000! |
gargoyle888
Replies: 3
Views: 699
|
Forum: General Chat Posted: Fri Dec 18, 2009 5:59 pm Subject: It's over 9000! |
| Somebody's been hanging around 4chan too long. |
Topic: AutoHotKey being used with games that have a TOS agains it |
gargoyle888
Replies: 8
Views: 1043
|
Forum: General Chat Posted: Wed Nov 25, 2009 11:26 pm Subject: AutoHotKey being used with games that have a TOS agains it |
2. It causes loss of revenue of the company who puts out the game
I'm not a gamer, so pardon my ignorance, but how does this reduce the revenue of the company? I would have thought that if anythin ... |
Topic: How to retrieve menu item status WITHOUT mouse? |
gargoyle888
Replies: 7
Views: 378
|
Forum: Ask for Help Posted: Wed Oct 28, 2009 3:43 pm Subject: How to retrieve menu item status WITHOUT mouse? |
| I don't know what software you are using and the behavior may be software dependent. But, after highlighting the entry, the enter key usually forces it to be checked. Whether it was originally or not. |
Topic: Create my own functions and call them from inside a script. |
gargoyle888
Replies: 4
Views: 354
|
Forum: Ask for Help Posted: Wed Sep 16, 2009 5:51 pm Subject: Create my own functions and call them from inside a script. |
script excuting blah blah blah
gosub, pfp
more script excuting blah blah blah
; FUNCTIONS
PFP: ; Pause For Program
Loop
{
Sleep, 1000
If A_Cursor not contains AppStarting,Wa ... |
Topic: Buttons on second GUI don't work |
gargoyle888
Replies: 2
Views: 308
|
Forum: Ask for Help Posted: Fri Mar 20, 2009 5:00 pm Subject: Buttons on second GUI don't work |
Thank you.
So simple, yet so effective. |
Topic: Buttons on second GUI don't work |
gargoyle888
Replies: 2
Views: 308
|
Forum: Ask for Help Posted: Fri Mar 20, 2009 3:01 pm Subject: Buttons on second GUI don't work |
I have GUI #1 launching GUI #2, but none of the buttons on GUI #2 seem to work.
I've stripped my code down to what follows but the "Done" button does nothing. I think I'm missing somethin ... |
| |