| Author |
Message |
Topic: IRC Bot example |
kimbledon
Replies: 1
Views: 665
|
Forum: Scripts & Functions Posted: Sun Nov 11, 2007 2:58 am Subject: IRC Bot example |
The 99 % of the code is copied from Zed Gecko. Credits to him
http://www.autohotkey.com/forum/viewtopic.php?t=13829
The bot just connects to server, joins a channel and says some text in the ... |
Topic: Why is my script only running once? |
kimbledon
Replies: 3
Views: 214
|
Forum: Ask for Help Posted: Mon Nov 05, 2007 8:06 pm Subject: Why is my script only running once? |
You can replace
Send {Down}{Down}{Down}{Down}{Down}{Down}{Down}
with
Send {Down 7}
 |
Topic: How to Include files in to the EXE ? |
kimbledon
Replies: 9
Views: 348
|
Forum: Ask for Help Posted: Sun Nov 04, 2007 5:09 pm Subject: How to Include files in to the EXE ? |
| Could It be possible to use FileInstall but as soon as it extracts the files the script would read them into variables? |
Topic: MsgBox function |
kimbledon
Replies: 4
Views: 184
|
Forum: Ask for Help Posted: Sat Nov 03, 2007 2:38 pm Subject: MsgBox function |
I just replaced the built-in msgbox command in the function with this:
DllCall("MessageBox", "int", "0", "str", message, "str", title , " ... |
Topic: MsgBox function |
kimbledon
Replies: 4
Views: 184
|
Forum: Ask for Help Posted: Sat Nov 03, 2007 2:32 pm Subject: MsgBox function |
Thanks for your fast replies!
garry:
Thanks for the script, it's great but I would need to create msgbox
without creating another .ahk file and running it
RGF:
I didn't see that in the help ... |
Topic: MsgBox function |
kimbledon
Replies: 4
Views: 184
|
Forum: Ask for Help Posted: Sat Nov 03, 2007 2:11 pm Subject: MsgBox function |
Test the code and you will notice the difference
The script should create 2 same msgboxes but my own function doesn't work.
Does someone know why?
MsgBox("Hello!", "Som ... |
Topic: Gravity testing |
kimbledon
Replies: 6
Views: 909
|
Forum: Scripts & Functions Posted: Wed Oct 31, 2007 11:39 pm Subject: Gravity testing |
I was wrong.. It isn't 10 pixels I have to figure it out
Edit: It's about 50 pixels
And the improved code:
SetBatchLines -1
GuiHeight = 750
MaxHeight := GuiHeight-30
... |
Topic: Gravity testing |
kimbledon
Replies: 6
Views: 909
|
Forum: Scripts & Functions Posted: Wed Oct 31, 2007 11:05 pm Subject: Gravity testing |
Wow. that's nice
I calculated some extra things on my script. Something like distance from startingpoint, speed in km/h and m/s (I live in Europe)
I post the code tomorrow.
Am I right that ... |
Topic: Gravity testing |
kimbledon
Replies: 6
Views: 909
|
Forum: Scripts & Functions Posted: Wed Oct 31, 2007 3:25 pm Subject: Gravity testing |
I made an example to simulate gravity in a program.
Maybe this could be used in some useful script
SetBatchLines -1
Gui, Add, Text, x96 y20 w23 h15 vBalltext, Ball
Gui, Add, Button, x16 y ... |
Topic: ISense 1.5.4 |
kimbledon
Replies: 266
Views: 25537
|
Forum: Scripts & Functions Posted: Wed Oct 31, 2007 2:23 pm Subject: ISense 1.5.4 |
Thank you.  |
Topic: Problem with parsing a command |
kimbledon
Replies: 4
Views: 175
|
Forum: Ask for Help Posted: Sun Oct 28, 2007 11:43 pm Subject: Problem with parsing a command |
That's true
Maybe I should too  |
Topic: Problem with parsing a command |
kimbledon
Replies: 4
Views: 175
|
Forum: Ask for Help Posted: Sun Oct 28, 2007 11:13 pm Subject: Problem with parsing a command |
In that case I shold use " marks in every parameter :/
If it could be somehow combined with the parsing with %A_Space% |
Topic: Problem with parsing a command |
kimbledon
Replies: 4
Views: 175
|
Forum: Ask for Help Posted: Sun Oct 28, 2007 10:10 pm Subject: Problem with parsing a command |
When I have a command like this:
command = WindowHide "My Documents" 7 9
How could I make the program to realize that "My Documents" is the first parameter
If I use:
Stri ... |
Topic: Gui, add, text, 50% variable is missing its end |
kimbledon
Replies: 3
Views: 151
|
Forum: Ask for Help Posted: Sun Oct 28, 2007 9:54 pm Subject: Gui, add, text, 50% variable is missing its end |
Use ` mark before percentmark.
like this: `%
Edit: Skan's post wasn't there when I started to write  |
Topic: ISense 1.5.4 |
kimbledon
Replies: 266
Views: 25537
|
Forum: Scripts & Functions Posted: Sat Oct 27, 2007 4:19 pm Subject: ISense 1.5.4 |
| Then the whole help window and the small bar which contains the command syntax disappears |
| |