| Author |
Message |
Forum: Support Topic: Checking for Audio |
| Seatbelt99 |
|
Posted: January 10th, 2012, 3:47 pm
|
|
Replies: 3 Views: 100
|
Excellent. This seems to be exactly what I need! Thanks!
There's a lot of documentation to ready through on this but I'm confident I'll find what I need. |
|
 |
Forum: Support Topic: Checking for Audio |
| Seatbelt99 |
|
Posted: January 10th, 2012, 2:16 pm
|
|
Replies: 3 Views: 100
|
| I've been given a new (and very tedious) task at work of going through about 250 .wav files each day and checking if there is any audio in them. They are just recordings of another department's calls and the point is to make sure the call recording system is working properly. (I work for a bank so a... |
|
 |
Forum: Support Topic: Help creating a specific poker related AHK, willing to pay $ |
| Seatbelt99 |
|
Posted: March 8th, 2011, 1:41 am
|
|
Replies: 10 Views: 620
|
How much are you willing to pay (roughly)?
Also, is the poker table in flash? If not you could likely get the name of your opponent from the source and go from there? |
|
 |
Forum: Support Topic: Simple Gui Button Pause Question |
| Seatbelt99 |
|
Posted: January 13th, 2011, 6:26 pm
|
|
Replies: 4 Views: 113
|
| Perfect! Thank you very much |
|
 |
Forum: Support Topic: Simple Gui Button Pause Question |
| Seatbelt99 |
|
Posted: January 13th, 2011, 5:40 pm
|
|
Replies: 4 Views: 113
|
| There has to be a way to use a gui button to pause and unpause a script. Maybe pause is not the correct command or something but I don't want to have to force my users to press some keyboard shortcut in order to pause/unpause. *the users of the app I'm trying to make are mostly going to be the very ... |
|
 |
Forum: Support Topic: How to trigger an AutoHotKey script from a website |
| Seatbelt99 |
|
Posted: January 13th, 2011, 5:00 pm
|
|
Replies: 3 Views: 378
|
| I'm sure what you are looking for is possible, however, it would be helpful to know what the web page needs to do to trigger it. For example, do you want a script to trigger when a page has finished loading? If so, you might want to look at StatusBarWait as that's a simple way to monitor it. If you'... |
|
 |
Forum: Support Topic: Simple Gui Button Pause Question |
| Seatbelt99 |
|
Posted: January 13th, 2011, 4:57 pm
|
|
Replies: 4 Views: 113
|
| I have no idea why I can't seem to figure this out, I'm sure its something stupid on my part. Feel free to make fun of me.... I need a button to pause and unpause a script. here's what I have: Gui, Add, Button, w100, Pause Gui, Show loop { msgbox testing1234 sleep, 5000 } return buttonPaus... |
|
 |
Forum: Support Topic: COM making noise |
| Seatbelt99 |
|
Posted: September 11th, 2010, 11:45 pm
|
|
Replies: 7 Views: 283
|
| ok - obviously off topic but since I don't want to read the entire 54 pages of the AHK_L thread... First off, how do I download and install AHK_L? Am I correct in my understanding that AHK_L has all features/functionality as regular AHK but with quite a few additional things? and finally, is there a... |
|
 |
Forum: Support Topic: COM making noise |
| Seatbelt99 |
|
Posted: September 11th, 2010, 11:17 pm
|
|
Replies: 7 Views: 283
|
Is this part of the regular COM library or is this an entirely different function? I'll have to do some searching but if this works the way I'm hoping it does then it will solve not only this problem but improve the way my script runs overall!
Thanks!
*puts my fourm searching boots* |
|
 |
Forum: Support Topic: COM making noise |
| Seatbelt99 |
|
Posted: September 11th, 2010, 9:52 pm
|
|
Replies: 7 Views: 283
|
| I've got a script that browses to a page via COM then parses through the source of the page looking for specific things. If they are not there it refreshes and does the same thing. It keeps doing this until it finds what it wants. THe issue I have is on each refresh there is a little clicking noise.... |
|
 |
Forum: Support Topic: Simple Question (I hope) |
| Seatbelt99 |
|
Posted: September 11th, 2010, 9:36 pm
|
|
Replies: 9 Views: 253
|
What game is it?
It should still be possible to do.
Maybe you will need to use SendPlay rather than Send or Click.
If you write out exactly what you are attempting to do we may be better able to assist. |
|
 |
Forum: Support Topic: on combining scripts |
| Seatbelt99 |
|
Posted: September 11th, 2010, 9:26 pm
|
|
Replies: 4 Views: 223
|
| hello if i combine two ahk scripts in one, i will save memory resources, since each needs 5k to run but will combining make the script detect controls, send mouse clicks, etc, less faster? thanks I'm no expert on the inner workings of AHK but I don't think combining them would make each command run... |
|
 |
Forum: Support Topic: Simple Question (I hope) |
| Seatbelt99 |
|
Posted: September 11th, 2010, 9:22 pm
|
|
Replies: 9 Views: 253
|
| That should work I think That would work if AutoHotkey understood BBCode :D LMAO. Nice. I was sitting here getting shift turnover at work while posting. That will teach me to try to multi-task. :-) Just to avoid confusion, what I put up there should have been: loop { Click right sleep, 500 ... |
|
 |
Forum: Support Topic: Simple Question (I hope) |
| Seatbelt99 |
|
Posted: September 11th, 2010, 9:20 pm
|
|
Replies: 9 Views: 253
|
[loop]
Click right
sleep, 500
[/loop]
That should work I think |
|
 |
Forum: Support Topic: Simple Question (I hope) |
| Seatbelt99 |
|
Posted: September 11th, 2010, 9:01 pm
|
|
Replies: 9 Views: 253
|
| Yes, that's very possible. The easiest thing would be if the window is the active window you would just do this: loop { Send, F sleep, 500 } That will send a capital F every half a second to the active window. If you want to send it to an inactive window you can use the ControlSend command... |
|
 |
| Sort by: |