| Author |
Message |
Topic: Faster Mouse Clicks |
Robbo
Replies: 14
Views: 359
|
Forum: Ask for Help Posted: Mon Feb 21, 2011 10:23 am Subject: Faster Mouse Clicks |
| Thanks for all of the responses. I made an even simpler test script (not as good but less chance of it crashing) and closed all unnecessary programs to boost performance. I managed ~ 750 clicks a seco ... |
Topic: Faster Mouse Clicks |
Robbo
Replies: 14
Views: 359
|
Forum: Ask for Help Posted: Sun Feb 20, 2011 9:49 pm Subject: Faster Mouse Clicks |
| Thanks for the reply, I fortunately managed to work that out but came across another issue. -1 obviously means no wait at all, and 0 means as little wait as possible. If I set both of these to -1 my c ... |
Topic: Faster Mouse Clicks |
Robbo
Replies: 14
Views: 359
|
Forum: Ask for Help Posted: Sun Feb 20, 2011 4:13 pm Subject: Faster Mouse Clicks |
I've got a (very) simple code which makes the left mouse button click repeatedly in the same place:
S::
Loop
{
Click
}
E:: ExitApp
F:: Reload
Having teste ... |
Topic: From the beggining, a countdown clock. |
Robbo
Replies: 9
Views: 1984
|
Forum: Ask for Help Posted: Sun Sep 27, 2009 9:57 pm Subject: From the beggining, a countdown clock. |
Thanks guys, just a few small problems. I know how to do that pretty much. I want to count down the time from a certain date and time to a certain date and time.
Eg.
Right now it is 19:57 on the 1 ... |
Topic: From the beggining, a countdown clock. |
Robbo
Replies: 9
Views: 1984
|
Forum: Ask for Help Posted: Sun Sep 27, 2009 7:41 pm Subject: From the beggining, a countdown clock. |
Hi all,
This is completely beyond me, so I thought I'd ask for some help. I want a GUI window to display a countdown timer. It counts down to a selected date and time. For example, I want it to cou ... |
Topic: Fixed - An illegal expression at line 70... What? |
Robbo
Replies: 7
Views: 848
|
Forum: Ask for Help Posted: Sun Aug 09, 2009 2:14 pm Subject: Fixed - An illegal expression at line 70... What? |
Hey to you to . That can't be the problem as none of the other comments like that haven't had any problems. Nice to hear from you - haven't been on AHK Forums for a while. Any way, problem's fixed ... |
Topic: Fixed - An illegal expression at line 70... What? |
Robbo
Replies: 7
Views: 848
|
Forum: Ask for Help Posted: Sun Aug 09, 2009 9:56 am Subject: Fixed - An illegal expression at line 70... What? |
And after even more random guessing, it's this line:
;--------------------TASK MANAGER TAB--------------------;
Quite frankly I want to know why that is causing problems with the rest of the scr ... |
Topic: Fixed - An illegal expression at line 70... What? |
Robbo
Replies: 7
Views: 848
|
Forum: Ask for Help Posted: Sun Aug 09, 2009 9:48 am Subject: Fixed - An illegal expression at line 70... What? |
After process of trial and error this is the part of the script that is causing the problem.
Gui, Tab, Task Manager
Gui, Add, Picture, x25 y50 w40 h40 , C:\Program Files\R Taskbar V2\Configu ... |
Topic: Fixed - An illegal expression at line 70... What? |
Robbo
Replies: 7
Views: 848
|
Forum: Ask for Help Posted: Sat Aug 08, 2009 11:50 pm Subject: Fixed - An illegal expression at line 70... What? |
| I'm having trouble with part of a script. Error at line 70 - ";" is an illegal expression. I've cut a couple of lines of the script so you won't need the files to run it. If anyone can tell ... |
Topic: Hide GUI from Alt+Tab Menu |
Robbo
Replies: 4
Views: 369
|
Forum: Ask for Help Posted: Fri May 08, 2009 9:28 pm Subject: Hide GUI from Alt+Tab Menu |
I realised what i was doing wrong before! I must be having a dozey day:
"Gui, Show, x45 y75 +Toolwindow, Start" lol woops
Yes I know thats wrong...
Thanks for reminding me. |
Topic: Hide GUI from Alt+Tab Menu |
Robbo
Replies: 4
Views: 369
|
Forum: Ask for Help Posted: Fri May 08, 2009 9:04 pm Subject: Hide GUI from Alt+Tab Menu |
Which option enables me to hide a GUI window from the alt+tab menu without changing the GUI in any other way? Is this possible?
Thanks |
Topic: Need help writing some very simple calculator equations |
Robbo
Replies: 10
Views: 444
|
Forum: Ask for Help Posted: Thu Apr 02, 2009 11:41 pm Subject: Need help writing some very simple calculator equations |
Ok, I decided to help:
#NoEnv
#SingleInstance force
SendMode Input
Gui, Add, Text, x38 y52 w30 h15 +Right, Kills:
Gui, Add, Text, x28 y82 w40 h15 +Right, Deaths:
Gui, Add, Text, x8 ... |
Topic: Need help writing some very simple calculator equations |
Robbo
Replies: 10
Views: 444
|
Forum: Ask for Help Posted: Thu Apr 02, 2009 10:34 pm Subject: Need help writing some very simple calculator equations |
| Don't tell me, you still need some help? |
Topic: Checkbox Variable Is Blank |
Robbo
Replies: 2
Views: 639
|
Forum: Ask for Help Posted: Tue Mar 24, 2009 11:34 pm Subject: Checkbox Variable Is Blank |
God I must be slow tonight ! Of course! (I'm not usually that stupid.)
Thanks! |
Topic: MouseClickDrag with the push of a button? |
Robbo
Replies: 7
Views: 409
|
Forum: Ask for Help Posted: Tue Mar 24, 2009 11:22 pm Subject: MouseClickDrag with the push of a button? |
You may want to take a look at this page:
http://www.autohotkey.com/docs/Hotkeys.htm
As for your suggestion of the "P" button:
P::
MouseClickDrag, L, x, x, 1638, 843
Return |
| |