| Author |
Message |
Topic: Skrommel's AHK scripts are offline! [Breaking News] |
skrommel
Replies: 5
Views: 621
|
Forum: General Chat Posted: Fri Nov 06, 2009 11:41 am Subject: 1 Hour Software |
Try http://www.1hoursoftware.com |
Topic: [module] RaGrid 2.0.1.6-4 |
skrommel
Replies: 35
Views: 7526
|
Forum: Scripts & Functions Posted: Tue Oct 13, 2009 1:07 pm Subject: ResetColumns missing |
The ResetColumns function is missing.
Skrommel
/*
Function: ResetColumns
Reset columns of the control.
*/
RG_ResetColumns(hGrd) {
static GM_RESETCOLUMNS=0x429
... |
Topic: Invoking directly ContextMenu of Files and Folders |
skrommel
Replies: 57
Views: 10827
|
Forum: Scripts & Functions Posted: Sun Jun 21, 2009 11:24 am Subject: Multiple files |
Has anyone managed to expand on this to work with a set of files? If so, how did you mange it?How do you think Explorer does it? You can exactly do the same with the script.
I'm having the same ... |
Topic: Sparrow: AHK WebServer w/ AHK in HTML support (sources incl) |
skrommel
Replies: 94
Views: 16069
|
Forum: Scripts & Functions Posted: Mon Feb 02, 2009 7:01 pm Subject: Sparrow's variables |
No, a complete list of Sparrow's system variables:
$_System, $_Get, and other.
My script above won't route the image to the right address, and I wonder if there's a variable that will tell ... |
Topic: Paste Special - shortcuts ? |
skrommel
Replies: 5
Views: 979
|
Forum: Ask for Help Posted: Mon Feb 02, 2009 6:59 pm Subject: Paste Special - shortcuts ? |
Try PlainPaste!
Press Ctrl-V once to paste regularly, or twice fast to paste as text.
Skrommel
http://www.donationcoder.com/Software/Skrommel/PlainPaste/PlainPasteScreenP.gif
;PlainPast ... |
Topic: Sparrow: AHK WebServer w/ AHK in HTML support (sources incl) |
skrommel
Replies: 94
Views: 16069
|
Forum: Scripts & Functions Posted: Mon Feb 02, 2009 1:27 am Subject: RemoteControl |
Sorry, Lexikos!
Here's a first version of my remote control tool. I'm having all kinds of problems with paths, is there any system variables list somewhere?
It will let you control your compu ... |
Topic: Sparrow: AHK WebServer w/ AHK in HTML support (sources incl) |
skrommel
Replies: 94
Views: 16069
|
Forum: Scripts & Functions Posted: Fri Jan 30, 2009 10:43 pm Subject: Sparrow: AHK WebServer w/ AHK in HTML support (sources incl) |
I'm trying to create a simple remote control tool, so the above code would of course not work, as the javascript is running on another computer than Sparrow...
Does anyone know how Sparrow a ... |
Topic: Sparrow: AHK WebServer w/ AHK in HTML support (sources incl) |
skrommel
Replies: 94
Views: 16069
|
Forum: Scripts & Functions Posted: Fri Jan 30, 2009 6:20 pm Subject: Sparrow: AHK WebServer w/ AHK in HTML support (sources incl) |
Thanks, Lexicos, I'll have a look at it.
It could be done indirectly like any other web server, assuming a scripted Sparrow page can accept POST data or arguments in the URL.
Can it, DerRapha ... |
Topic: Sparrow: AHK WebServer w/ AHK in HTML support (sources incl) |
skrommel
Replies: 94
Views: 16069
|
Forum: Scripts & Functions Posted: Fri Jan 30, 2009 3:38 am Subject: Accessing javascript variables |
Great job, DerRaphael!
Is there any way to get the <?ahk tag to run from inside javascript?
The following code only runs when the page is refreshed...
Also, is there any way of accessing ... |
Topic: Machine code binary buffer searching regardless of NULL |
skrommel
Replies: 48
Views: 4662
|
Forum: Scripts & Functions Posted: Sun Jan 25, 2009 2:48 pm Subject: Case Insensitive |
I need a case INsensitive search function, and InFile is very fast.
Any chance of an extended version, wOxxOm?
Skrommel |
Topic: Global Message Hook-service |
skrommel
Replies: 2
Views: 1174
|
Forum: Wish List Posted: Mon Oct 20, 2008 8:34 am Subject: Global Message Hook-service |
Really? So an optimized, machine code, global message hook would still slow the system to a crawl?
Or is it the Autohotkey script's answertime thats the problem, even if it's just watching a s ... |
Topic: Global Message Hook-service |
skrommel
Replies: 2
Views: 1174
|
Forum: Wish List Posted: Wed Oct 01, 2008 12:21 am Subject: Global Message Hook-service |
I've always wanted global hooks in Autohotkey to perform some magic like catching programs before they run, or altering windows before they appear. The list is endless.
AutoHotkey is too slow to ... |
Topic: Default length of double click for renaming a file in XP ? |
skrommel
Replies: 22
Views: 1336
|
Forum: Ask for Help Posted: Thu Sep 25, 2008 2:38 am Subject: A simpler script |
Here's a somewhat simpler script.
It watches for F2 or a mouse click in folder view windows. Then a timer checks if an Edit control appears.
Skrommel
;TheEnd.ahk
; Unselect the file type ... |
Topic: GDI+ standard library 1.30 by tic |
skrommel
Replies: 347
Views: 54482
|
Forum: Scripts & Functions Posted: Wed Sep 03, 2008 12:11 am Subject: GDI+ standard library 1.30 by tic |
Thanks, tic!
I've tried similar code, and if UpdateLayeredWindow could be made to only update the area around the last stroke, it would be much faster. I couldn't make it work, however.
Skro ... |
Topic: GDI+ standard library 1.30 by tic |
skrommel
Replies: 347
Views: 54482
|
Forum: Scripts & Functions Posted: Tue Aug 26, 2008 8:12 pm Subject: GDI+ standard library 1.30 by tic |
Sorry, tic, I didn't read the source code, and I forgot what my original problem was... Is there anywhere I can research saving a HDC as a transparent PNG so you don't have to
write that e ... |
| |