AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 12 matches
AutoHotkey Community Forum Index
Author Message
  Topic: number 2 key
hassoun

Replies: 4
Views: 244

PostForum: Ask for Help   Posted: Mon Nov 17, 2008 5: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: 457

PostForum: Ask for Help   Posted: Mon Nov 17, 2008 4: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: 457

PostForum: Ask for Help   Posted: Wed Nov 05, 2008 2: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: 457

PostForum: Ask for Help   Posted: Wed Nov 05, 2008 12:54 am   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: 457

PostForum: Ask for Help   Posted: Wed Nov 05, 2008 12:33 am   Subject: Macro Help
preferably IE7
  Topic: Macro Help
hassoun

Replies: 9
Views: 457

PostForum: Ask for Help   Posted: Wed Nov 05, 2008 12:15 am   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: 457

PostForum: Ask for Help   Posted: Tue Nov 04, 2008 11: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: 286

PostForum: Ask for Help   Posted: Wed Apr 02, 2008 5: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: 286

PostForum: Ask for Help   Posted: Wed Apr 02, 2008 5: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: 286

PostForum: Ask for Help   Posted: Wed Apr 02, 2008 2: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: 286

PostForum: Ask for Help   Posted: Wed Apr 02, 2008 12:11 am   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: 286

PostForum: Ask for Help   Posted: Tue Apr 01, 2008 6:33 am   Subject: Loop until text is found
I'd really appreciate if someone could answer.
It's a simple one, really.
Thanks
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group