| Author |
Message |
Topic: Run Command |
sinkfaze
Replies: 15
Views: 169
|
Forum: Ask for Help Posted: Sun Jul 27, 2008 10:43 pm Subject: Run Command |
| What is your code for this? |
Topic: GUI Button Error |
sinkfaze
Replies: 6
Views: 116
|
Forum: Ask for Help Posted: Sun Jul 27, 2008 3:31 pm Subject: GUI Button Error |
| You code is a little messy but I'm pretty sure I can see where the problem is. Your RuneScape button is part of GUI 2 but you have it labeled as if it's part of GUI 1. You were also missing a GUI Su ... |
Topic: clipboard copy problem |
sinkfaze
Replies: 4
Views: 199
|
Forum: Ask for Help Posted: Sat Jun 28, 2008 10:08 pm Subject: clipboard copy problem |
| It may not be the most optimal solution, but have you tried the Deluxe Clipboard? |
Topic: clicking selected link |
sinkfaze
Replies: 15
Views: 344
|
Forum: Ask for Help Posted: Sat Jun 28, 2008 2:38 pm Subject: clicking selected link |
When I search text in firefox, it highlights the match, which is a link. And, I want the ability to fire a shortcut key at this point to open the highlighted link.
If I press "Enter", it' ... |
Topic: change text in textbox while typing |
sinkfaze
Replies: 1
Views: 146
|
Forum: Ask for Help Posted: Sat Jun 28, 2008 2:15 pm Subject: change text in textbox while typing |
| Not to dissuade you from Total Commander or anything but have you tried using nDroid? It may be better suited to your task. |
Topic: Mouse Click and Drag Help |
sinkfaze
Replies: 3
Views: 145
|
Forum: Ask for Help Posted: Sat Jun 28, 2008 2:07 pm Subject: Mouse Click and Drag Help |
| Are you unable to use WinMove to accomplish this? Not that that solves the other issues with your mouse, but I was just curious if you had tried it. |
Topic: Autohotkey and Citrix |
sinkfaze
Replies: 3
Views: 172
|
Forum: Ask for Help Posted: Sat Jun 28, 2008 1:57 pm Subject: Autohotkey and Citrix |
| AHK is pretty tricky to run on a program operating via Citrix client since you're not per se using the program so much as you're using a reflection of the program. Virtually all of the typical " ... |
Topic: Variables not working, Plz Help |
sinkfaze
Replies: 2
Views: 220
|
Forum: Ask for Help Posted: Fri May 30, 2008 6:26 am Subject: Variables not working, Plz Help |
| It would be helpful if you would decipher your script a little for us by telling us what it's supposed to do. Also, adding some comments so we know what a portion of the script should be doing and wh ... |
Topic: Paste blocking |
sinkfaze
Replies: 7
Views: 238
|
Forum: Ask for Help Posted: Wed May 28, 2008 4:22 am Subject: Re: Paste blocking |
How can I make an edit box so that you can't past anything into it but you can edit it?
and
How can I make a script do something if text is pasted into an edit field? ... |
Topic: Run command no longer works |
sinkfaze
Replies: 10
Views: 258
|
Forum: Ask for Help Posted: Tue May 27, 2008 7:34 pm Subject: Run command no longer works |
Does changing it to this help?
Run "%Pathway%"
Also, this post from last year might be helpful:
"Failed attempt to launch" error |
Topic: AutoClicker |
sinkfaze
Replies: 3
Views: 598
|
Forum: Ask for Help Posted: Sun May 25, 2008 7:14 pm Subject: AutoClicker |
In the future try using the code tags around your script, makes it easier to read:
WinWait, Program Manager, FolderView
IfWinNotActive, Program Manager, FolderView, WinActivate, Program Manager, F ... |
Topic: WinDeactivate? |
sinkfaze
Replies: 4
Views: 335
|
Forum: Ask for Help Posted: Fri May 23, 2008 1:42 am Subject: WinDeactivate? |
| As an actual code title, WinDeactivate does not exist. The purpose of WinActivate is to bring a window to the front, you can't really push a window to the back per se. This article may be of interes ... |
Topic: WinDeactivate? |
sinkfaze
Replies: 4
Views: 335
|
Forum: Ask for Help Posted: Thu May 22, 2008 7:18 pm Subject: WinDeactivate? |
| Why (or when) would you need an opposite of WinActivate, for example? |
Topic: Run&Reload |
sinkfaze
Replies: 6
Views: 222
|
Forum: Ask for Help Posted: Wed May 21, 2008 2:47 pm Subject: Run&Reload |
| Post your script, please? |
Topic: Slowing down typing speed |
sinkfaze
Replies: 3
Views: 177
|
Forum: Ask for Help Posted: Wed May 21, 2008 4:23 am Subject: Slowing down typing speed |
| SetKeyDelay |
| |