Page 5 of 6

Re: [AutoHotkey Programming Tools]

Posted: 15 Jan 2017, 21:40
by joedf
Thanks, I thought I added these already.. :P
Also yes, iwb was moved.
http://ahkscript.org/usertools/Jethrow/ ... earner.zip

Re: [AutoHotkey Programming Tools]

Posted: 16 Jan 2017, 00:50
by hoppfrosch
Maybe helpful for some more advanced developers:

Re: [AutoHotkey Programming Tools]

Posted: 16 Jan 2017, 09:33
by joedf
Thanks, added! :+1:

Re: [AutoHotkey Programming Tools]

Posted: 16 Jan 2017, 11:33
by Guest
joedf wrote:Also yes, iwb was moved.
http://ahkscript.org/usertools/Jethrow/ ... earner.zip
The homepage still links to a forum page full of broken links. :roll:

Re: [AutoHotkey Programming Tools]

Posted: 17 Jan 2017, 19:13
by joedf
That's because it's from the archive forum. It's been locked. And, no new topic was made here... :/

Re: [AutoHotkey Programming Tools]

Posted: 02 Feb 2017, 06:31
by jeeswg
I found what I believe to be a more up-to-date link to iWB2 Learner, which I put at:
Acc library (MSAA) and AccViewer download links - AutoHotkey Community
https://autohotkey.com/boards/viewtopic.php?f=6&t=26201

webpage:
New item: iWB2 Learner · Issue #94 · ahkscript/awesome-AutoHotkey · GitHub
https://github.com/ahkscript/awesome-Au ... /issues/94

direct download link:
https://github.com/ahkscript/awesome-Au ... PDATED.zip

Also, for the latest version of AHK,
you have to correct
TV_GetDiffCount(p1, p2))
to
TV_GetDiffCount(p1, p2)

Also, there seems to be a distinct lack of version numbers or datestamps in some of these scripts!

Cheers.

Re: [AutoHotkey Programming Tools]

Posted: 23 Feb 2017, 09:39
by jNizM
Request:
- WinSpy - Window Information Tool by Alguimist

Re: [AutoHotkey Programming Tools]

Posted: 23 Feb 2017, 16:03
by joedf
Added. :+1:

Re: [AutoHotkey Programming Tools]

Posted: 28 Feb 2017, 11:31
by SOTE
SmartGUI and Resource Hacker are a wickedly good combination. In SmartGUI, you have a "GUI Stealer". You can pull windows from dialogs in Resource Hacker and put them into the "GUI Stealer". From there, it's simpler to modify an existing design that you saw and liked, to fit your program or as a starting point. It helps to very quickly design good looking proof of concept type programs.

DrugWash's version was a nice improvement on the original, and Rajat's work was fantastic. Even as an older AutoHotkey program, still works well. Wish development had continued.
https://my.cloudme.com/#drugwash/mytool ... CreatorMod

Re: awesome-AutoHotkey list.

Posted: 18 Mar 2017, 08:22
by evilC
Oops, forgot to mention...

I added JoystickWrapper to the list the other day.
Adds full event-based stick reporting via a C# DLL and Lexikos' CLR lib - currently only supports DirectInput but XInput support is coming.

If Nefarius ever finishes HidCerberus / HidGuardian, I plan on adding support for that too, so we could do "hard" joystick remappings (Block game from seeing the joystick) like AHK can do with keyboard.

If anyone else is interested in contributing code or design ideas, now is the time to speak up, before all the API endpoint names and parameters are finalized etc.

Re: awesome-AutoHotkey list.

Posted: 18 Mar 2017, 19:17
by joedf
:+1:

Re: [AutoHotkey Programming Tools] + awesome-AutoHotkey list.

Posted: 28 Nov 2017, 18:33
by Helgef
Regarding awesome-list, unde plotting-graphs-bars-charts-and-etc, I recommend adding, Cheers.

Re: [AutoHotkey Programming Tools] + awesome-AutoHotkey list.

Posted: 01 May 2018, 10:41
by bichlepa
I recently added a games section on GitHub.

Re: [AutoHotkey Programming Tools] + awesome-AutoHotkey list.

Posted: 03 May 2018, 07:07
by mshafer1
:(
No-one mentioned http://ahkgen.com

(I'm sad because I created it almost a year ago now, and still can't seem to get the word out . . .)

Re: [AutoHotkey Programming Tools] + awesome-AutoHotkey list.

Posted: 04 May 2018, 05:59
by SL5
mshafer1 wrote::(
No-one mentioned http://ahkgen.com
(I'm sad because I created it almost a year ago now, and still can't seem to get the word out . . .)
Oops sorry. i tried first time now.
are you sure this code is working? http://ahkgen.com/?length=1&comment0=&f ... tion0=Send

Code: Select all

^+!#k::send, 5

Re: [AutoHotkey Programming Tools] + awesome-AutoHotkey list.

Posted: 19 May 2018, 08:54
by joedf
Helgef wrote:Regarding awesome-list, unde plotting-graphs-bars-charts-and-etc, I recommend adding, Cheers.
Done :+1:

what does ahkgen do? :?:

Re: [AutoHotkey Programming Tools] + awesome-AutoHotkey list.

Posted: 19 May 2018, 10:55
by Helgef
Cheers joedf :dance:.

Edit: :arrow: ahkgen

Re: [AutoHotkey Programming Tools] + awesome-AutoHotkey list.

Posted: 19 May 2018, 15:32
by joedf
Ohhh i see... Cool
So what section is this most appropriate under? :think:
Also, maybe include only the used functions in the final generated script :+1:

Re: [AutoHotkey Programming Tools] + awesome-AutoHotkey list.

Posted: 12 Jun 2018, 13:34
by mshafer1
are you sure this code is working? http://ahkgen.com/?length=1&comment0=&f ... tion0=Send

Code: Select all

^+!#k::send, 5
It does not check for valid hotkeys - (double k), I originally had it limit that field to one character, but removed that so people can put in things like LButton
Ohhh i see... Cool
So what section is this most appropriate under? :think:
Also, maybe include only the used functions in the final generated script :+1:
Well, it's a generating tool, . . . so scripts and tool?
I defaulted to including all provided functions to keep it simple when initially working on this (that also allows people to copy those function elsewhere without using them), but I would accept a pull request that makes that smarter. (Or generally any other addition to functionality: https://github.com/mshafer1/AHK-generator/issues)

Re: [AutoHotkey Programming Tools] + awesome-AutoHotkey list.

Posted: 13 Jun 2018, 10:29
by mshafer1
Ohhh i see... Cool
So what section is this most appropriate under? :think:
Also, maybe include only the used functions in the final generated script :+1:
Well, it's a generating tool, . . . so scripts and tool?
Woops - should have looked back at the original post.

Under those categories, I guess ?editor? It's not really a visual editor, it's primary purpose is to make it easy to make some of the basic scripts; with sharing those scripts as a close second purpose, joedf.