| Author |
Message |
Topic: Can one script execute a hotkey in another script? |
hardcider09
Replies: 1
Views: 77
|
Forum: Ask for Help Posted: Sat Jan 02, 2010 12:13 am Subject: Can one script execute a hotkey in another script? |
I'm trying to have script #2 execute a hotkey found in script #1.
I tried having #2 "SendInput" the hotkey (!>b) but it didn't work.
Can someone tell me how to do this? Thanks1 |
Topic: if(FirefoxIsDoneWithLoadingWebsite) |
hardcider09
Replies: 4
Views: 150
|
Forum: Ask for Help Posted: Fri Jan 01, 2010 4:27 pm Subject: Re: if(FirefoxIsDoneWithLoadingWebsite) |
i that i can make it wth a imagesearch but thats not good when the solution changes..
i'am searching for a solution with a pseudocode like that:
1. run, google.de
2. wait until firefox "WM ... |
Topic: Waiting until long string has FINISHED pasting |
hardcider09
Replies: 7
Views: 128
|
Forum: Ask for Help Posted: Thu Dec 17, 2009 7:40 pm Subject: Waiting until long string has FINISHED pasting |
| If the target control responds to ControlGetText, then why bother with either SendInput or the clipboard? Just use ControlSetText or Control, EditPaste, either of which are as fast as pasting the clip ... |
Topic: Waiting until long string has FINISHED pasting |
hardcider09
Replies: 7
Views: 128
|
Forum: Ask for Help Posted: Thu Dec 17, 2009 2:52 pm Subject: Waiting until long string has FINISHED pasting |
That's what I ended up doing. I found that pasting the clipboard, i.e. {Control down}v{Control up} is much faster than SendInput, %MyVar%.
Still curious how I could use ControlGetText to figure ou ... |
Topic: Waiting until long string has FINISHED pasting |
hardcider09
Replies: 7
Views: 128
|
Forum: Ask for Help Posted: Thu Dec 17, 2009 2:34 pm Subject: Waiting until long string has FINISHED pasting |
| Would I use ControlGetText to compare the text of the control to the variable I'm pasting and when they both are the same, I know the variable was finished being pasted? |
Topic: How to exclude firefox from mouse gestures script |
hardcider09
Replies: 4
Views: 199
|
Forum: Ask for Help Posted: Thu Dec 17, 2009 1:36 pm Subject: How to exclude firefox from mouse gestures script |
I too want to exclude Firefox from deguix's mouse gestures script for the exact same reason.
I'm familiar with the #IfWinActive command but I believe deguix's gestures script does not use hotkeys ... |
Topic: Waiting until long string has FINISHED pasting |
hardcider09
Replies: 7
Views: 128
|
Forum: Ask for Help Posted: Thu Dec 17, 2009 3:43 am Subject: Waiting until long string has FINISHED pasting |
I'm pasting a variable (using SendInput) into the field of a program, and sometimes the variable is long and the field takes awhile before all the text is accepted.
Is there a way AHK can figure ... |
Topic: Search for Link Address in Firefox and then select it |
hardcider09
Replies: 2
Views: 156
|
Forum: Ask for Help Posted: Mon Aug 03, 2009 8:24 pm Subject: Search for Link Address in Firefox and then select it |
I appreciate the suggestion, but I'm looking for the actual text of the HYPERLINK, not the text displayed on the webpage. I ended up using line of javascript that someone wrote for me.
javascript: ... |
Topic: Search for Link Address in Firefox and then select it |
hardcider09
Replies: 2
Views: 156
|
Forum: Ask for Help Posted: Fri Jul 24, 2009 3:33 am Subject: Search for Link Address in Firefox and then select it |
Hi...
I'm trying to have AHK search for a link address on a webpage (in Firefox) that has a particular word in it, and then select that link. Anybody know how I could do this? (I'm a relative ... |
Topic: Extract Informations about TrayIcons |
hardcider09
Replies: 83
Views: 21871
|
Forum: Scripts & Functions Posted: Mon Jun 15, 2009 1:37 am Subject: Extract Informations about TrayIcons |
I think I figured it out. I didn't want to waste anybody's time. I will write back if I run into any problems. Thanks!  |
Topic: Extract Informations about TrayIcons |
hardcider09
Replies: 83
Views: 21871
|
Forum: Scripts & Functions Posted: Mon Jun 15, 2009 1:15 am Subject: Extract Informations about TrayIcons |
Hi, I'm a newbie trying to write a script that, at a certain point, will click on an icon in the notification tray of the taskbar.
Someone said I could use TrayIcon.ahk to do that but I'm lost.
... |
Topic: Help! Can't get imagesearch to find simple icon. |
hardcider09
Replies: 1
Views: 115
|
Forum: Ask for Help Posted: Sun Jun 14, 2009 9:57 am Subject: Help! Can't get imagesearch to find simple icon. |
| I’ve been trying to write a script to click on a tray icon for weeks and can’t get the imagesearch function to work. So I decided to try something more basic and I extracted the “H” icon in the autoh ... |
Topic: Click a tray icon |
hardcider09
Replies: 4
Views: 2572
|
Forum: Scripts & Functions Posted: Tue Jun 02, 2009 10:57 am Subject: Click a tray icon |
Hi, I'm a newbie trying to use this script.
When I ran beardboys Icon Browser on the .exe file with the icon, I got: IconFileName = C:\Program Files\TeamScope\Linker for Windows\Linker for Windows. ... |
Topic: How to determine the NUMBER of tray icon? |
hardcider09
Replies: 2
Views: 138
|
Forum: Ask for Help Posted: Tue Jun 02, 2009 5:18 am Subject: How to determine the NUMBER of tray icon? |
Both excellent suggestions, thank you.
I'd done the latter and couldn't seem to get find a meaningful number but I will try again.
I will post the question to the original thread now.  |
Topic: How to determine the NUMBER of tray icon? |
hardcider09
Replies: 2
Views: 138
|
Forum: Ask for Help Posted: Tue Jun 02, 2009 2:57 am Subject: How to determine the NUMBER of tray icon? |
Can someone help? I'm a newbie trying to use a script to click on a tray icon. I got the script from this post: http://www.autohotkey.com/forum/topic23148.html
The instructions say to enter &quo ... |
| |