AutoHotkey Community

It is currently May 24th, 2012, 12:11 am

All times are UTC [ DST ]


Search found 39 matches
Search these results:

Author Message

 Forum: Support   Topic: "Quick Kill Switch" - Key Suggestions Appreciated

Posted: May 18th, 2010, 5:40 pm 

Replies: 3
Views: 248


Hello All I'm putting the polishing touches on a rather extensive program that I've developed in AHK. However, the most common complaint I get is that people are pushing Esc (the quick kill hotkey for my program) when they're typing in MSN messenger as that's the keyboard shortcut there to close con...

 Forum: Support   Topic: dot equal .= syntax question

Posted: March 23rd, 2010, 4:07 pm 

Replies: 1
Views: 341


So I was reading over the new CSV Library, which interestingly enough I produced some very similar functions two days earlier that week for work, and I noticed a new syntax. I've not seen this before, it's just .= and in php, which I've not hit that part of php yet either, it's a concatenate and rep...

 Forum: Scripts   Topic: Tweeter: A Twitter status updater.

Posted: February 24th, 2010, 7:54 am 

Replies: 12
Views: 3832


mrpleco wrote:
I've been browsing around and this is very useful for a tool that I'm making, but I have a question. Does anybody know how to create a similar tool to this to create direct messages?


Very straightforward, just update the status with d tousername message. =)

 Forum: Scripts   Topic: Tweeter: A Twitter status updater.

Posted: February 24th, 2010, 5:10 am 

Replies: 12
Views: 3832


I've been browsing around and this is very useful for a tool that I'm making, but I have a question. Does anybody know how to create a similar tool to this to create direct messages?

 Forum: Support   Topic: Embedding Coded Images in Compiled .exe File

Posted: January 4th, 2010, 2:00 am 

Replies: 4
Views: 705


If anybody else wants to try to interpret this with me (please please please), here's the imagesearch function source code from the AHK source: ResultType Line::ImageSearch(int aLeft, int aTop, int aRight, int aBottom, char *aImageFile) // Author: ImageSearch was created by Aurelian Maga. &#...

 Forum: Support   Topic: Embedding Coded Images in Compiled .exe File

Posted: January 4th, 2010, 1:44 am 

Replies: 4
Views: 705


*update* So far it seems that it's impossible to get imagesearch to accept anything other than an image file, so I can't add the image into memory for access rather than writing it to the drive. You could say that I can add the coded image into the script and write it to the drive, then delete later...

 Forum: Support   Topic: Embedding Coded Images in Compiled .exe File

Posted: January 3rd, 2010, 4:42 am 

Replies: 4
Views: 705


I'm actually toying with one of the scripts I host on my site for farmville http://www.kort-pleco.com/ It's the plower script, when I get that up and running I'll post the source here with an explanation of what to do for future reference. Just nobody go and sell them, I would like them to remain fr...

 Forum: Support   Topic: Embedding Coded Images in Compiled .exe File

Posted: January 1st, 2010, 10:26 pm 

Replies: 4
Views: 705


Hello All I'm working with several different scripts that I've used fileinstall and imagesearch in for a few months now. I was playing around with the MWAP (mafia wars autoplayer) when I saw that they embed their images for their GUI into their greasemonkey script. Naturally I want to do the same th...

 Forum: Support   Topic: Increasing ImageSearch Reliability

Posted: October 8th, 2009, 1:05 am 

Replies: 10
Views: 418


@sinkfaze

!errorlevel is the same as saying errorlevel = 0 correct?

 Forum: Support   Topic: Increasing ImageSearch Reliability

Posted: October 8th, 2009, 12:45 am 

Replies: 10
Views: 418


The problem occurs right after they use the hotkey, that's when the green H turns red. That means the script is paused :!: ImageSearch also sets ErrorLevel =2 if there is some other problem. Are you using this to trouble-shoot the problem? It can be used to help increase reliability by detecting th...

 Forum: Support   Topic: Increasing ImageSearch Reliability

Posted: October 7th, 2009, 8:28 pm 

Replies: 10
Views: 418


Your line(s) of code is incorrect: imagesearch StarterX, StarterY, 0, 0, A_ScreenWidth, A_ScreenHeight, *10, file1.bmp Change it/them to include the percent signs: imagesearch StarterX, StarterY, 0, 0, %A_ScreenWidth%, %A_ScreenHeight%, *10, file1.bmp Hmmm, ok. =) Also, you didn't include a CoordMo...

 Forum: Support   Topic: Increasing ImageSearch Reliability

Posted: October 7th, 2009, 5:23 pm 

Replies: 10
Views: 418


it seems that the .exe "loses" the pictures it's supposed to be looking for. If you mean the files aren't in the directory where they are supposed to be. Then I suggest looking at your usage of FileInstall, specifically the Dest parameter. Pay particular attention to the details of this p...

 Forum: Support   Topic: Increasing ImageSearch Reliability

Posted: October 7th, 2009, 3:36 am 

Replies: 10
Views: 418


Hello All, I've got another random difficult question for you... I use the fileinstall command to compile .exes that make heavy use of the imagesearch function. On my computer they work, even when I run the .exe in an entirely different folder from where I compiled it, but when other people try to u...

 Forum: Support   Topic: Creating a "Control Window" GUI

Posted: September 28th, 2009, 8:52 pm 

Replies: 2
Views: 298


sosaited wrote:
You can create multiple GUI windows. For Example, to create a second window:

Code:
Gui, 2:Add, Text, , Second GUI
Gui, 2:Show


Can you use that to send commands like pause, reload, etc to the script?

 Forum: Support   Topic: Creating a "Control Window" GUI

Posted: September 28th, 2009, 7:40 pm 

Replies: 2
Views: 298


Hiyo helpful autohotkey fans, I've been using autohotkey for a while now, but I'm just now moving heavily into creating GUIs for my scripts, mainly so other people can get them to work. What I have now is a script that loads a GUI when you start it to accept user input, then it waits for the user to...
Sort by:  
Page 1 of 3 [ Search found 39 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group