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 

Search found 10 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Duplicate file finder / Shortcut replacement
gargoyle888

Replies: 4
Views: 106

PostForum: Ask for Help   Posted: Fri Mar 19, 2010 1: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: 37
Views: 2736

PostForum: Scripts & Functions   Posted: Sat Jan 16, 2010 2: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: 21
Views: 2249

PostForum: Scripts & Functions   Posted: Tue Dec 22, 2009 5: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: 350

PostForum: General Chat   Posted: Fri Dec 18, 2009 6: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: 487

PostForum: General Chat   Posted: Thu Nov 26, 2009 12:26 am   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: 196

PostForum: Ask for Help   Posted: Wed Oct 28, 2009 4: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: 151

PostForum: Ask for Help   Posted: Wed Sep 16, 2009 6: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: 123

PostForum: Ask for Help   Posted: Fri Mar 20, 2009 6: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: 123

PostForum: Ask for Help   Posted: Fri Mar 20, 2009 4: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 ...
  Topic: RegexMatch
gargoyle888

Replies: 2
Views: 156

PostForum: Ask for Help   Posted: Sat Jan 10, 2009 2:59 pm   Subject: RegexMatch
Selects the whole line for any line that contains "0.124999" (without the quotes):

.+0\.124999.+


HayStack = <input type="hidden" id="price_2-Something+Random+things ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group