| Author |
Message |
Forum: Support Topic: Random Number Range |
| hay |
|
Posted: July 16th, 2008, 2:36 am
|
|
Replies: 3 Views: 430
|
| thanks I will take a look. |
|
 |
Forum: Support Topic: Random Number Range |
| hay |
|
Posted: July 15th, 2008, 8:29 pm
|
|
Replies: 3 Views: 430
|
| I have a range of numbers in seconds 60000 to 70000 in which random number generates in these range.sometimes I get the same number twice. How can I make that it generates unique number(if not always at least in second pass). Loop, read, C:\Database.txt { Loop, parse, A_LoopReadLine, %A_Tab% ;-... |
|
 |
Forum: Support Topic: How can I exit a running script |
| hay |
|
Posted: July 9th, 2008, 5:35 pm
|
|
Replies: 8 Views: 488
|
| thank you Skan it worked. |
|
 |
Forum: Support Topic: Loop does not break |
| hay |
|
Posted: July 9th, 2008, 2:46 pm
|
|
Replies: 3 Views: 452
|
|
 |
Forum: Support Topic: How can I exit a running script |
| hay |
|
Posted: July 9th, 2008, 2:37 pm
|
|
Replies: 8 Views: 488
|
Where can I add
Code: esc:: ExitApp return
i have
#n::
some code here
return |
|
 |
Forum: Support Topic: How can I exit a running script |
| hay |
|
Posted: July 9th, 2008, 1:20 pm
|
|
Replies: 8 Views: 488
|
| what I meant was a key like Escape, F3 or F10. I know you can write inside the code but wondering if there is a shortcut without coding. the reason I ask is I had an infinite loop every second it was clicking,I tried to go to right click exit the script did not let me because it was positioning some... |
|
 |
Forum: Support Topic: Loop does not break |
| hay |
|
Posted: July 9th, 2008, 1:14 pm
|
|
Replies: 3 Views: 452
|
Code: click %entlinkx% ,%linky%
entlinkx user will key in is the x-coordinate and linky is y-coordinate,user will enter a number as an starting point example 480 and the loop will start clicking till maxy > 555 (480+75) and break. |
|
 |
Forum: Support Topic: How can I exit a running script |
| hay |
|
Posted: July 9th, 2008, 4:08 am
|
|
Replies: 8 Views: 488
|
| Is there any key like Esc where I can exit a running script? |
|
 |
Forum: Support Topic: Loop does not break |
| hay |
|
Posted: July 9th, 2008, 3:48 am
|
|
Replies: 3 Views: 452
|
| I have this loop I am entering entlinky=480.somehow the loop does not break keeps on clicking,...any idea why?thanks entlinky=480 addme:=20 linky:=0 maxy:=entlinky+75 Loop { if linky > maxy break ; Terminate the loop linky := entlinky + addme click %entlinkx% ,%linky% Sleep 2000 addme:=addme + ... |
|
 |
Forum: Support Topic: Break loop when url is clicked |
| hay |
|
Posted: July 3rd, 2008, 7:24 pm
|
|
Replies: 8 Views: 486
|
| thank you guys i am new in AHK i have to do some digging. |
|
 |
Forum: Support Topic: get wiered char in file |
| hay |
|
Posted: July 3rd, 2008, 6:41 pm
|
|
Replies: 2 Views: 297
|
|
 |
Forum: Support Topic: get wiered char in file |
| hay |
|
Posted: July 3rd, 2008, 5:11 pm
|
|
Replies: 2 Views: 297
|
i am getting this weird char in my file which prevents me to run.I did try notepad no use this character comes up.
Code: Sleep 5000 Click %clx% , %cly% ;close the open tab } } [b]Ø èxlV[/b] |
|
 |
Forum: Support Topic: Break loop when url is clicked |
| hay |
|
Posted: July 3rd, 2008, 2:06 pm
|
|
Replies: 8 Views: 486
|
| no this does not work.i want to click from the page and not save in a file and click,any hint? |
|
 |
Forum: Support Topic: Break loop when url is clicked |
| hay |
|
Posted: July 3rd, 2008, 1:53 pm
|
|
Replies: 8 Views: 486
|
| the url changes it is never the same. Beach Vacation Discover the White Sand Beaches of Florida’s Emerald Coast. http://www.royalbeachrentals.com Family Vacation Cruise as a Family! Stress-Free Vacations On Norwegian Cruise Line. http://www.NCL.com Discount Travel Packages Save Big on Travel by Book... |
|
 |
Forum: Support Topic: Break loop when url is clicked |
| hay |
|
Posted: July 3rd, 2008, 1:31 pm
|
|
Replies: 8 Views: 486
|
| I would like to click on a link on a website. the problem is the link position is not fix it moves sometimes up or down. right now this works addme:=15 linky:=0 Loop { if linky > 530 break ; Terminate the loop linky := 460 + addme click 444 ,%linky% Sleep 1000 addme:=addme + 15 } the probl... |
|
 |
| Sort by: |