AutoHotkey Community

It is currently May 23rd, 2012, 4:42 pm

All times are UTC [ DST ]


Search found 548 matches
Search these results:

Author Message

 Forum: Scripts   Topic: OCR.ahk - Library for recognizing text in images

Posted: March 15th, 2012, 11:29 pm 

Replies: 40
Views: 5895


burton666: Are you searching for text that will be different every time you run the script? Or are you just searching for one of two different types of text? I suspect it is the latter, and you should just use ImageSearch to determine if you are on the first or second run. That would be much easier ...

 Forum: Support   Topic: mousemove sometimes relative...?

Posted: January 6th, 2012, 7:08 pm 

Replies: 7
Views: 178


Keep it simple, take small steps, and you'll do fine ;-)

You seem to be getting everything I've thrown at you so far.

 Forum: Support   Topic: lock computer and start screensaver

Posted: January 6th, 2012, 4:57 pm 

Replies: 5
Views: 321


This is a little less elegant, but can't you do something like this?
Code:
Send, #l
;that's a lowercase L, in case you can't tell

 Forum: Support   Topic: mousemove sometimes relative...?

Posted: January 6th, 2012, 3:19 pm 

Replies: 7
Views: 178


Your proposed SetTimer method would still fail occasionally. A better method is to use WinActivate, then WinWaitActive before each mouse command that requires that window. (you could also jazz it up a little bit by using a function like this: ForceWinFocus(titleofwin, options="") &...

 Forum: Support   Topic: mousemove sometimes relative...?

Posted: January 5th, 2012, 4:12 pm 

Replies: 7
Views: 178


Quote:
but possibly the way the software that my machine are interpreting instructions


Highly unlikely. What version of AHK are you running?

 Forum: Scripts   Topic: OCR.ahk - Library for recognizing text in images

Posted: January 5th, 2012, 3:51 pm 

Replies: 40
Views: 5895


Well, it depends on the readability of the text. Not all text is readable... Even though you can read the text on the screen, that does not necessarily mean it is readable using OCR. Larger fonts do much better than smaller fonts, and same for text that has a clear difference in color from the text ...

 Forum: Support   Topic: mousemove sometimes relative...?

Posted: January 5th, 2012, 1:20 am 

Replies: 7
Views: 178


It will randomly disregard whether or not the R parameter was passed to it? Sounds bogus.

Kinda hard to diagnose the issue when you haven't posted any code...

 Forum: Support   Topic: SOLVED {space} not working

Posted: January 5th, 2012, 1:17 am 

Replies: 14
Views: 378


Sure, you can do that with AHK... have you checked out the tutorial? http://www.autohotkey.com/docs/Tutorial.htm By the way, when you're reading through the tutorial, do not just gloss over it... instead: try all of the examples, run them, tweak them, and experiment with it. After all, the purpose o...

 Forum: Suggestions   Topic: Website: Reference - Variables

Posted: January 4th, 2012, 9:47 pm 

Replies: 5
Views: 414


Screenshot perhaps?

 Forum: Support   Topic: .ICO to .DLL 2012? [For REAL Dummies!]

Posted: January 4th, 2012, 9:44 pm 

Replies: 10
Views: 505


AHK_basic is portable is you run it without installing it (so you'll have to download the zip package).

This means that you can run an AHK script using another version of AHK without messing with your registry.

 Forum: Support   Topic: .ICO to .DLL 2012? [For REAL Dummies!]

Posted: January 4th, 2012, 8:47 pm 

Replies: 10
Views: 505


BTW, you seemed to ignore what I suggested in my earlier post...

 Forum: Support   Topic: problems sending keys if MsgBox button is pressed

Posted: January 3rd, 2012, 11:10 pm 

Replies: 8
Views: 123


Yup... read: http://www.autohotkey.com/docs/commands/Send.htm

 Forum: Support   Topic: .ICO to .DLL 2012? [For REAL Dummies!]

Posted: January 3rd, 2012, 10:40 pm 

Replies: 10
Views: 505


You could try using AHK_basic instead of AHK_L ... however, I don't even know what AHK script you're talking about.

 Forum: Support   Topic: problems sending keys if MsgBox button is pressed

Posted: January 3rd, 2012, 10:28 pm 

Replies: 8
Views: 123


Code:
Send, +{F3}


Also.... read the docs:
http://www.autohotkey.com/docs/commands/Send.htm

 Forum: Support   Topic: A button to copy variable information to clipboard?

Posted: January 3rd, 2012, 7:50 pm 

Replies: 2
Views: 69


Plus, here's some reading:

http://www.autohotkey.com/docs/commands ... htm#Button
http://www.autohotkey.com/docs/misc/Clipboard.htm
Sort by:  
Page 1 of 37 [ Search found 548 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group