| Author |
Message |
Forum: Support Topic: Could not open script. |
| Compumyst |
|
Posted: September 30th, 2010, 4:56 pm
|
|
Replies: 2 Views: 132
|
| I don't have this problem on any other computers. Just this one. I've even tried setting Notepad as the default action when opening the .ahk file type. Still get the same error message. |
|
 |
Forum: Support Topic: Could not open script. |
| Compumyst |
|
Posted: September 30th, 2010, 3:21 pm
|
|
Replies: 2 Views: 132
|
| When attempting to use the "Edit Script" function within the right click menu of my script, I get a popup saying, "Could not open script." I'm using the latest version, zip download. Script is the autohotkey.ahk contained in the My Documents folder. Autohotkey executable is locat... |
|
 |
Forum: Support Topic: Cancel script if button up... |
| Compumyst |
|
Posted: November 27th, 2008, 3:38 am
|
|
Replies: 6 Views: 369
|
| When I use this code it spits out Looks Good... Good luck, Have fun. None of the countdown iterations are there... Well, I had tested my code. I'm not good enough to do otherwise. And, I don't think it'll make any difference, but I am running Vista x64 (w/ latest AHK). Make sure that the cd_max var... |
|
 |
Forum: Support Topic: Cancel script if button up... |
| Compumyst |
|
Posted: November 26th, 2008, 6:33 am
|
|
Replies: 6 Views: 369
|
| Here is some code for you. Code might not be the cleanest, and using loops was the quickest way I could do it, but it works. I did, however, put some of the settings into variables at the top for easy changes. cd_max = 10 ; Starting count ptime = 500 ; Pause time between cycles cd_i = 0 return F4:: ... |
|
 |
Forum: Support Topic: Greetings, need help with looping |
| Compumyst |
|
Posted: November 11th, 2008, 11:19 pm
|
|
Replies: 1 Views: 853
|
| Here's some code that will wait for the initial hotkey to be released before starting the script. It will then send itself, check if the key is physically pressed, and, if not, loop. Note: Only tested in Notepad. $e:: KeyWait,e Loop, { Send e If(GetKeyState("e","P"... |
|
 |
Forum: Support Topic: Single click vs Double click on tray icon |
| Compumyst |
|
Posted: October 21st, 2008, 9:56 pm
|
|
Replies: 4 Views: 1140
|
| @Serenity: That is exactly what I was looking for. Thank you. I was figuring that I would need to use timers somewhere in there, but I wasn't quite sure how to impliment them properly. |
|
 |
Forum: Support Topic: Single click vs Double click on tray icon |
| Compumyst |
|
Posted: October 21st, 2008, 7:04 pm
|
|
Replies: 4 Views: 1140
|
| Is there a method to differentiate between a single click and double click, and possibly somethink like a shift-click, on the tray icon, so that I could perform different functions depending on which click type was received? If you want a good example of the effect I'm going for, take a look at the ... |
|
 |
Forum: Support Topic: Trying to make single color translucent on existing windows |
| Compumyst |
|
Posted: October 14th, 2007, 8:29 am
|
|
Replies: 2 Views: 309
|
| I am attempting to make a single color of a specified window translucent. I have found the WinSet, Transparency option which will make an entire window translucent, and I have also found the WinSet, TransColor option that will set a single color transparent. What I am looking for is a mix. This is j... |
|
 |
| Sort by: |