| Author |
Message |
Topic: Command Line Switch/Parameter? |
geekdude
Replies: 8
Views: 466
|
Forum: Ask for Help Posted: Tue Nov 29, 2011 2:00 pm Subject: Command Line Switch/Parameter? |
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_Scr ... |
Topic: OCR.ahk - Library for recognizing text in images |
geekdude
Replies: 38
Views: 4263
|
Forum: Scripts & Functions Posted: Fri Nov 18, 2011 4:48 pm Subject: OCR.ahk - Library for recognizing text in images |
| The way the OCR function works, you put in the x coordinate, then the y coordinate, then the WIDTH of the area you are searching in, then the HEIGHT of the area you are searching in. To find the widt ... |
Topic: OCR.ahk - Library for recognizing text in images |
geekdude
Replies: 38
Views: 4263
|
Forum: Scripts & Functions Posted: Tue Nov 15, 2011 3:41 am Subject: OCR.ahk - Library for recognizing text in images |
My take on it, I call it OCRDrag
#SingleInstance Force
#Include OCR.ahk
CoordMode, Mouse, Screen
^Rbutton::
Gui, Color, blue
Gui, +LastFound -caption +border +AlwaysOnTop
WinSet, ... |
Topic: WinActivate InputBox |
geekdude
Replies: 2
Views: 73
|
Forum: Ask for Help Posted: Fri Sep 23, 2011 4:18 pm Subject: WinActivate InputBox |
| Thanks! Works like a charm! |
Topic: WinActivate InputBox |
geekdude
Replies: 2
Views: 73
|
Forum: Ask for Help Posted: Fri Sep 23, 2011 3:42 pm Subject: WinActivate InputBox |
| Hello! I was using some code and though, hey it would be nice for my input box to come to the front of the screen when I hit the hotkey that makes it. I tried the code and then remembered that when ... |
Topic: Othello |
geekdude
Replies: 4
Views: 819
|
Forum: Scripts & Functions Posted: Tue Sep 20, 2011 12:50 pm Subject: Othello |
Bump for version 4!
Changes made:
Added Board Maker
Added pass, end, and save buttons
Added Saving
Added Boards
Added loading menu
Added load board and load save submenus
Added board and sav ... |
Topic: IronAHK (alpha): cross platform .NET rewrite of AutoHotkey |
geekdude
Replies: 538
Views: 93618
|
Forum: Scripts & Functions Posted: Thu Sep 15, 2011 12:39 pm Subject: IronAHK (alpha): cross platform .NET rewrite of AutoHotkey |
Hey! I was testing my script on IronAHK, and it gave me the error that the array was out of bounds. Do you need to do anything to port the script to IronAHK?
I was running my othello game which y ... |
Topic: Othello |
geekdude
Replies: 4
Views: 819
|
Forum: Scripts & Functions Posted: Wed Sep 14, 2011 12:30 pm Subject: Othello |
Bump for version 3!
Changes made:
Added larger board settings
Added smart passing (checks to see if your pass is legal) |
Topic: Othello |
geekdude
Replies: 4
Views: 819
|
Forum: Scripts & Functions Posted: Tue Sep 13, 2011 2:46 am Subject: Othello |
Bump for Version 2!
Changes made:
Added passing
Added "you beat the game" popup
Added quickly end
Added better turn indicator in the score bar
Fixed bug involving scores |
Topic: Infection [Game] |
geekdude
Replies: 24
Views: 6746
|
Forum: Scripts & Functions Posted: Sun Sep 11, 2011 1:34 pm Subject: Infection [Game] |
I finished my othello, but it still needs a few basic featurs such as seeing if you can make a move, and passing if you cant.
http://www.autohotkey.com/forum/viewtopic.php?t=76451 |
Topic: Othello |
geekdude
Replies: 4
Views: 819
|
Forum: Scripts & Functions Posted: Sun Sep 11, 2011 1:16 pm Subject: Othello |
Welcome to my work in progress Othello game!
Now in version 4!
Screenshots:
V4
http://i123.photobucket.com/albums/o281/philipt97/Menu.jpg
V3 (sorry for bad quality, I'm not sure what happ ... |
Topic: ahkcmd -- AutoHotkey from the command line |
geekdude
Replies: 30
Views: 1975
|
Forum: Scripts & Functions Posted: Sun Sep 04, 2011 11:48 am Subject: ahkcmd -- AutoHotkey from the command line |
Downloading and testing now
Edit: Tested and it works great! one strange thing I encountered is that when I type a certain phrase, it gives me a pop-up error message instead of a text one
http:/ ... |
Topic: ahkcmd -- AutoHotkey from the command line |
geekdude
Replies: 30
Views: 1975
|
Forum: Scripts & Functions Posted: Sun Sep 04, 2011 4:54 am Subject: ahkcmd -- AutoHotkey from the command line |
Yes,
http://i123.photobucket.com/albums/o281/philipt97/AhkDir.png
I honestly am not sure what to do... maybe go back to using scratch.ahk?
Edit: I will go back to using ahkcmd basic |
Topic: ahkcmd -- AutoHotkey from the command line |
geekdude
Replies: 30
Views: 1975
|
Forum: Scripts & Functions Posted: Sun Sep 04, 2011 4:21 am Subject: ahkcmd -- AutoHotkey from the command line |
Another post for the video:
var1 = 2
var2 = 1
it crashes it every time for me |
Topic: ahkcmd -- AutoHotkey from the command line |
geekdude
Replies: 30
Views: 1975
|
Forum: Scripts & Functions Posted: Sun Sep 04, 2011 3:22 am Subject: ahkcmd -- AutoHotkey from the command line |
I tried WinA, but it just gave me an error to start with.
So then I tried WinW, and it worked... until it crashed.
So then I tried WinW mini, and it worked... until it crashed again.
So I went back ... |
| |