AutoHotkey Community

It is currently May 23rd, 2012, 10:55 pm

All times are UTC [ DST ]


Search found 70 matches
Search these results:

Author Message

 Forum: Scripts   Topic: PSPad Auto generate syntax

 Post subject: PSPad Auto generate syntax
Posted: March 14th, 2012, 7:08 pm 

Replies: 0
Views: 188


I've made a little script (collecting scripts I found in this forum) that automates the process of defining autohotkey's syntax highlightning for PSPad. ; Generates Syntax file for PSPad ; Last Edited: 14/03/2012 ; Tested with: Autohotkey_L v1.1.07.01 (Win 7 x64) ; Author: Kidmar, Scott Gree...

 Forum: Support   Topic: Image search with browser game ramacity

Posted: January 25th, 2012, 9:16 am 

Replies: 1
Views: 183


It does work on flash games. It just works on whatever gets displayed by your screen. Your imagesearch instruction is probably wrong: ImageSearch, OutputVarX, OutputVarY, X1, Y1, X2, Y2, ImageFile X1, Y1, X2, Y2 are the coordinates of an area to search in, not the dimensions of your image. ImageSear...

 Forum: Scripts   Topic: Vista Explorer - Backspace for parent folder (as in XP)

Posted: May 22nd, 2011, 7:48 pm 

Replies: 12
Views: 6937


Sorry for opening this post again, but I found an error and did some improvements to the code: FunBackspaceExplorer() { If WinActive, ahk_class CabinetWClass { ControlGetFocus focussed, A ; Return true only if current control isn't an edit control if (NOT InStr(focussed, &q...

 Forum: Support   Topic: Error in multiline string

Posted: May 11th, 2011, 10:51 am 

Replies: 3
Views: 212


Ooook ;)
I've never read that concatenate part....
Thanks

 Forum: Support   Topic: Error in multiline string

 Post subject: Error in multiline string
Posted: May 11th, 2011, 10:37 am 

Replies: 3
Views: 212


Hi. I'm writing a query using multiple lines for readability but the "preprocessor" gives me an error: ls_query:= "delete from controls where win_id IN ( " ."select win_id from windows where win_name like '%" . RS_WinTitle "%' and win_class = '" RS_WinClas...

 Forum: Offtopic   Topic: SQLite lib - for AHK_L unicode

Posted: May 11th, 2011, 10:15 am 

Replies: 4
Views: 1112


Thanks for the script it works good on last AHK_L (1.1) Unicode 32 under XP32.
I'll soon be able to test it on a Win7 X64.
I think that script should be posted on the english forum too :)

 Forum: Support   Topic: How to trap dot key?

Posted: April 29th, 2011, 10:40 am 

Replies: 13
Views: 458


Had the same problem and it got solved with SC034.
Maybe it's a Ahk_L "problem" caused by objects implementation...
I hope the different behaviour isn't caused by the italian keyboard (i'm italian too)

 Forum: Support   Topic: Help filling a web form

Posted: February 18th, 2011, 5:06 pm 

Replies: 1
Views: 286


I found a solution but it is a bit specific and quite complicated to explain. It involves GreaseMonkey and some JS code. The result is that I can get a JS function executed on FF current page from an autohotkey script. That function fills the form and submits data. It isn't fully tested, it is quite...

 Forum: Support   Topic: Help filling a web form

 Post subject: Help filling a web form
Posted: February 18th, 2011, 12:42 pm 

Replies: 1
Views: 286


Hi. I would like to set the text of a form field on a website from autohotkey. Let's say for example that I want to make a desktop application that helps you writing a new topic on autohotkey forum. This app would ask you the subject and the message body and then will copy and paste these informatio...

 Forum: Offtopic   Topic: GPL Licensing question

Posted: December 1st, 2010, 10:26 am 

Replies: 19
Views: 1125


Now, even if the GPL allows it (I don't know if it does) ...& even if Chris (& others) don't mind...I...still do not like it. That is my opinion. I frown on companies that do this. Converting Freeware to Payware is evil. Point 1, I'm not a company. I'm a man and I'm a programmer who does hi...

 Forum: Offtopic   Topic: GPL Licensing question

Posted: November 16th, 2010, 12:32 pm 

Replies: 19
Views: 1125


If you intended to be funny, you're not. If you've just come here to insult, next time watch your mirror and do your best. Nobody is here asking for a legal answer. I just needed to know what does AHK community think about this question. I'm not basing my decisions and I won't take any risk (for me ...

 Forum: Offtopic   Topic: GPL Licensing question

Posted: November 15th, 2010, 3:00 pm 

Replies: 19
Views: 1125


I know that, but it doesn't answer my question.
I just don't know how does the GPL license work (in this particular case).
Will I have to release my program's source code?

 Forum: Offtopic   Topic: GPL Licensing question

 Post subject: GPL Licensing question
Posted: November 15th, 2010, 9:46 am 

Replies: 19
Views: 1125


Hi. I work for a company that sells a software. What I want to do is to use Autohotkey.dll inside that software to manipulate windows. Can I use it without having to publish the source of that software or to release it for free? For what I've understood here it looks that I can, but I want to be sur...

 Forum: Support   Topic: ControlSetText and Notepad++

Posted: October 3rd, 2010, 10:34 pm 

Replies: 3
Views: 196


The SetKeyDelay works! I thought it was for Send command only.
Thank you for the help.

Anyway I'll do some more test on the ControlSetText to check if there's a bug

 Forum: Support   Topic: ControlSetText and Notepad++

Posted: October 3rd, 2010, 10:12 pm 

Replies: 3
Views: 196


I have a problem setting the text of a notepad++ window using ControlSetText. The command works, but writes only the first character: ControlSetText,Scintilla1,HelloWorld,WinName This command only writes a H on my notepad++ document. This command gives me same result: Control,EditPaste,HelloWorld,Sc...
Sort by:  
Page 1 of 5 [ Search found 70 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group