| Author |
Message |
Topic: number 2 key |
hassoun
Replies: 4
Views: 363
|
Forum: Ask for Help Posted: Mon Nov 17, 2008 4:12 am Subject: number 2 key |
$F2::
loop
{
ifwinactive, AutoHotkey - Notepad
send {2}
if #F2
break
}
How do I make F2 toggle the function? |
Topic: Macro Help |
hassoun
Replies: 9
Views: 613
|
Forum: Ask for Help Posted: Mon Nov 17, 2008 3:36 am Subject: Macro Help |
I don't think this is working. I want the script to work for whole words and not just single letters.
If there is the word "apple", then "1apple" will be clicked
"banana ... |
Topic: Macro Help |
hassoun
Replies: 9
Views: 613
|
Forum: Ask for Help Posted: Wed Nov 05, 2008 1:55 am Subject: Macro Help |
That is wonderful! Where is the field to put in the text to search? Also, why does it require involving COM? Anyway, that is not a problem.
So, say I want 5 different clicks depending on 5 differen ... |
Topic: Macro Help |
hassoun
Replies: 9
Views: 613
|
Forum: Ask for Help Posted: Tue Nov 04, 2008 11:54 pm Subject: Macro Help |
| I would love to at least know the code for the 'search "word" command', please. |
Topic: Macro Help |
hassoun
Replies: 9
Views: 613
|
Forum: Ask for Help Posted: Tue Nov 04, 2008 11:33 pm Subject: Macro Help |
| preferably IE7 |
Topic: Macro Help |
hassoun
Replies: 9
Views: 613
|
Forum: Ask for Help Posted: Tue Nov 04, 2008 11:15 pm Subject: Macro Help |
any browser is fine with me. IE7 or FF.
does this, InStr(Haystack, Needle [, CaseSensitive = false, StartingPos = 1]):, have anything to do with it? |
Topic: Macro Help |
hassoun
Replies: 9
Views: 613
|
Forum: Ask for Help Posted: Tue Nov 04, 2008 10:55 pm Subject: Macro Help |
Can I please get sample codes for the following:
-if "word" is detected on a page, then click "link"
(if click "link" doesn't work, then click [coordinates])
Also, ... |
Topic: Loop until text is found |
hassoun
Replies: 8
Views: 417
|
Forum: Ask for Help Posted: Wed Apr 02, 2008 4:16 am Subject: Loop until text is found |
"routine" text doesn't work
it doesn't break the loop when "routine" is there |
Topic: Loop until text is found |
hassoun
Replies: 8
Views: 417
|
Forum: Ask for Help Posted: Wed Apr 02, 2008 4:00 am Subject: Loop until text is found |
wow no1readthese!!
thank you for your help!!
now i'll just have to check for the "routine" eventually. i'm sure it'll work though.
thanks again! (both) |
Topic: Loop until text is found |
hassoun
Replies: 8
Views: 417
|
Forum: Ask for Help Posted: Wed Apr 02, 2008 1:59 am Subject: Loop until text is found |
all that i need left is incorporating 1-second delays into the above code.
when i tried putting "sleep 1000" under click, it started going crazy and kept clicking wildly and didn't stop u ... |
Topic: Loop until text is found |
hassoun
Replies: 8
Views: 417
|
Forum: Ask for Help Posted: Tue Apr 01, 2008 11:11 pm Subject: Loop until text is found |
Thank you Irish.
Here's what I made of it. But I'm still having error messages when I enter delay times. I tried putting "Sleep, 1000" under Click but it didn't work. Also, I want it to bre ... |
Topic: Loop until text is found |
hassoun
Replies: 8
Views: 417
|
Forum: Ask for Help Posted: Tue Apr 01, 2008 5:33 am Subject: Loop until text is found |
I'd really appreciate if someone could answer.
It's a simple one, really.
Thanks |
| |