| Author |
Message |
Topic: Random Number Range |
hay
Replies: 3
Views: 167
|
Forum: Ask for Help Posted: Wed Jul 16, 2008 1:36 am Subject: Random Number Range |
| thanks I will take a look. |
Topic: Random Number Range |
hay
Replies: 3
Views: 167
|
Forum: Ask for Help Posted: Tue Jul 15, 2008 7:29 pm Subject: Random Number Range |
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 alw ... |
Topic: How can I exit a running script |
hay
Replies: 8
Views: 214
|
Forum: Ask for Help Posted: Wed Jul 09, 2008 4:35 pm Subject: How can I exit a running script |
| thank you Skan it worked. |
Topic: Loop does not break |
hay
Replies: 3
Views: 137
|
Forum: Ask for Help Posted: Wed Jul 09, 2008 1:46 pm Subject: Loop does not break |
| thanks [VxE] it worked. |
Topic: How can I exit a running script |
hay
Replies: 8
Views: 214
|
Forum: Ask for Help Posted: Wed Jul 09, 2008 1:37 pm Subject: How can I exit a running script |
Where can I add
esc::
ExitApp
return
i have
#n::
some code here
return |
Topic: How can I exit a running script |
hay
Replies: 8
Views: 214
|
Forum: Ask for Help Posted: Wed Jul 09, 2008 12:20 pm Subject: How can I exit a running script |
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 w ... |
Topic: Loop does not break |
hay
Replies: 3
Views: 137
|
Forum: Ask for Help Posted: Wed Jul 09, 2008 12:14 pm Subject: Loop does not break |
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 max ... |
Topic: How can I exit a running script |
hay
Replies: 8
Views: 214
|
Forum: Ask for Help Posted: Wed Jul 09, 2008 3:08 am Subject: How can I exit a running script |
| Is there any key like Esc where I can exit a running script? |
Topic: Loop does not break |
hay
Replies: 3
Views: 137
|
Forum: Ask for Help Posted: Wed Jul 09, 2008 2:48 am Subject: Loop does not break |
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
{ ... |
Topic: Break loop when url is clicked |
hay
Replies: 8
Views: 186
|
Forum: Ask for Help Posted: Thu Jul 03, 2008 6:24 pm Subject: Break loop when url is clicked |
| thank you guys i am new in AHK i have to do some digging. |
Topic: get wiered char in file |
hay
Replies: 2
Views: 79
|
Forum: Ask for Help Posted: Thu Jul 03, 2008 5:41 pm Subject: get wiered char in file |
| thanks |
Topic: get wiered char in file |
hay
Replies: 2
Views: 79
|
Forum: Ask for Help Posted: Thu Jul 03, 2008 4:11 pm Subject: get wiered char in file |
i am getting this weird char in my file which prevents me to run.I did try notepad no use this character comes up.
Sleep 5000
Click %clx% , %cly% ;close the open tab
}
}
... |
Topic: Break loop when url is clicked |
hay
Replies: 8
Views: 186
|
Forum: Ask for Help Posted: Thu Jul 03, 2008 1:06 pm Subject: Break loop when url is clicked |
| no this does not work.i want to click from the page and not save in a file and click,any hint? |
Topic: Break loop when url is clicked |
hay
Replies: 8
Views: 186
|
Forum: Ask for Help Posted: Thu Jul 03, 2008 12:53 pm Subject: Break loop when url is clicked |
the url changes it is never the same.
Beach Vacation
Discover the White Sand Beaches of Florida’s Emerald Coast.
www.royalbeachrentals.com
Family Vacation
Cruise as a Family! Stress-Free Vacation ... |
Topic: Break loop when url is clicked |
hay
Replies: 8
Views: 186
|
Forum: Ask for Help Posted: Thu Jul 03, 2008 12:31 pm Subject: Break loop when url is clicked |
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 & ... |
| |