| Author |
Message |
Forum: Support Topic: Display Part of a website in an updating GUI window |
| Skippy |
|
Posted: August 5th, 2009, 11:57 am
|
|
Replies: 7 Views: 891
|
| I was looking to do the exact same thing. only with this url: http://radblast-mi.wunderground.com/cgi-bin/radar/WUNIDS_map?station=AMX&brand=wui&num=6&delay=15&type=N0R&frame=0&scale=0.222&noclutter=0&t=1249469052&lat=26.52732086&lon=-80.11067963&label=Boy... |
|
 |
Forum: Support Topic: Check text file for newer version |
| Skippy |
|
Posted: April 7th, 2009, 11:09 am
|
|
Replies: 5 Views: 645
|
| I was thinking along the lines of setting a variable if the searchstring was found then clearing it when it looks at the line again and doesn't find the searchstring Loop, read, %myfile% last_line := A_LoopReadLine ; When loop finishes, this will hold the last line. ;if the variable from below =1 th... |
|
 |
Forum: Support Topic: Check text file for newer version |
| Skippy |
|
Posted: April 2nd, 2009, 4:42 pm
|
|
Replies: 5 Views: 645
|
| I've been working on script that reads through a file. The file is appended from the main server when a new message is received. I'm looking for a specific word in the file and got that to work. However, how do I poll the file and only search when it's been updated. Once it's found the magic word, I... |
|
 |
Forum: Support Topic: process of changing applications background color |
| Skippy |
|
Posted: April 16th, 2008, 4:09 am
|
|
Replies: 1 Views: 439
|
a quick search on screen inversion here shows other people looking for the same thing, but nothing that seems to work.
May have to look for a piece of hardware that will invert the signal before the monitor gets it.
Or get yourself a Mac. Apparently there's a quick key command for it. |
|
 |
Forum: Offtopic Topic: What makes you use Autohotkey? |
| Skippy |
|
Posted: July 25th, 2007, 2:05 pm
|
|
Replies: 27 Views: 2772
|
| I use it at work to add functionality that our off the shelf programs can't do. (Like display a message on everybody's screen when a call is entered into the program). I'm a noob at AHK, but have found both the help and these forums EXTREMELY helpful in making it work for me. I also did a lot of cus... |
|
 |
Forum: Scripts Topic: HDD Activity Monitoring LED |
| Skippy |
|
Posted: March 31st, 2007, 4:44 am
|
|
Replies: 49 Views: 24522
|
Nicely done.
I'm for anything that makes blinky lights.
Thanks |
|
 |
Forum: Support Topic: sending Control-C when the input locale isn't english |
| Skippy |
|
Posted: January 19th, 2007, 3:48 pm
|
|
Replies: 12 Views: 713
|
| Would control insert (instead of control C) work? |
|
 |
Forum: Support Topic: network architecture |
| Skippy |
|
Posted: January 10th, 2007, 3:54 pm
|
|
Replies: 7 Views: 2555
|
BoBo wrote: [BGInfo] Might not cover all of your requirements, but it's worth a look.
Now that came in handy. Thank you! |
|
 |
Forum: Support Topic: Mouse Clicks |
| Skippy |
|
Posted: December 12th, 2006, 7:39 pm
|
|
Replies: 12 Views: 732
|
could you send Alt commands instead
such as
Code: #c:: send !f ;file menu send v ;choose preview sleep 1000 ; let my slow machine catchup send !p ;print_dialog sleep 500 send !g ;page _ of _
|
|
 |
Forum: Support Topic: Programming mouse clicks with keyboard |
| Skippy |
|
Posted: December 12th, 2006, 7:32 pm
|
|
Replies: 2 Views: 560
|
| You can use the window spy feature to determine the coordinates of where you want to send the click. |
|
 |
| Sort by: |