| Author |
Message |
Forum: Support Topic: Using variable as Click coordinate? |
| peter47 |
|
Posted: July 14th, 2010, 3:00 pm
|
|
Replies: 3 Views: 160
|
| Alright, thanks. Apparently that one does allow expressions so I was able to make it work easily. Still no idea why Click didn't work though. It says "Since click does not support expressions, variables should be enclosed in percent signs.". So OK, instead of using expression coordy+150, I... |
|
 |
Forum: Support Topic: Using variable as Click coordinate? |
| peter47 |
|
Posted: July 14th, 2010, 2:51 pm
|
|
Replies: 3 Views: 160
|
| Hello, I need to make a mouse click drag to select something, it was no problem with fixed coordinates, but I just can't get it to work with variables. I figured since according to the info page on Click I can't use mathematical operations I'll just add the coordinates into a new variable and then u... |
|
 |
Forum: Support Topic: Do a while loop only a limited number of times? |
| peter47 |
|
Posted: June 9th, 2009, 10:55 pm
|
|
Replies: 4 Views: 1106
|
| Nice, thank you! Just one more quick question, will this work fine if the While loop is enclosed in an infinite Loop? I've read that "If an inner loop is enclosed by an outer loop, the inner loop takes precedence" so as far as I understand it means inside While A_Index will count how many ... |
|
 |
Forum: Offtopic Topic: Reducing Internet Usage Data |
| peter47 |
|
Posted: June 9th, 2009, 9:56 pm
|
|
Replies: 1 Views: 1024
|
| Surf using Firefox with disabled images by default. Enable images (Tools > Options > Content > Load Images Automatically (Exceptions)) only for sites where you need them. Install a Firefox add-on called "NoScript" that blocks all plugins and scripts and only enable sites where you need the... |
|
 |
Forum: Support Topic: Do a while loop only a limited number of times? |
| peter47 |
|
Posted: June 9th, 2009, 9:55 pm
|
|
Replies: 4 Views: 1106
|
| Hello, I ran into a bit of trouble... I use While with PixelGet to check if the page is loaded by checking the status bar (with the loading bar on the right). The problem is it sometimes get stuck if various problems occur (not worth mentioning here) and since while is infinite it just keeps trying.... |
|
 |
Forum: Offtopic Topic: "Virtual desktop" for AHK? |
| peter47 |
|
Posted: June 8th, 2009, 10:05 pm
|
|
Replies: 3 Views: 1492
|
| Hello, I was wondering if there was a way to run AHK in a virtual machine (I believe this is the right term?) so it could perform various automated manipulations in background while I'd be able to use my PC as usual. The script I'm talking about needs focus, activation of windows, clicking and so on... |
|
 |
Forum: Support Topic: autohotkey.exe only opens one .ahk file |
| peter47 |
|
Posted: June 6th, 2009, 4:00 pm
|
|
Replies: 15 Views: 1586
|
| when I double click test.ahk, it only opens notepad and lets me see my script... Right click on test.ahk. Click Properties. See "Opens with:", press Change and navigate to your autohotkey.exe. That's on Vista. On WinXP if I remember correctly it's shift+right click, choose Open With in th... |
|
 |
Forum: Support Topic: SetTimer or Sleep? |
| peter47 |
|
Posted: June 6th, 2009, 3:58 pm
|
|
Replies: 1 Views: 633
|
| I've made a bit complicated (maybe unnecessary so, since I'm very new to this) AHK script that opens a bunch of browser windows, performs certain manipulations, loads another AHK script and then goes to sleep for an hour or so (while the other script does it's work). After that time it kills both th... |
|
 |
| Sort by: |