Page 1 of 1

My abandoned GUI creator

Posted: 06 Mar 2016, 14:25
by cmann
I haven't actually used AHK in a long time, but today I came across this old script that I was busy with (almost two years ago). Although incomplete, I think it's still quite interesting so I thought I'd put it up here.
I think I got bored of it because I found it frustrating trying to make something larger with AHK, both because the language itself was difficult to use, and because the "IDE" was not very user friendly.

At the time I had tried the other GUI editors and, just for fun, the idea was to make something a bit more user friendly, ie. undo/redo, multiple selection, etc.
I can't vouch for how well it's written though, and I also tried to make it easier to work on by breaking the script into many smaller files.
To start it, run Gui-Editor.ahk.

Re: My abandoned GUI creator

Posted: 06 Mar 2016, 14:53
by kunkel321
Impressive! Thanks for sharing.

Re: My abandoned GUI creator

Posted: 07 Mar 2016, 02:11
by cmann
kunkel321 wrote:Impressive! Thanks for sharing.
No problem.

Re: My abandoned GUI creator

Posted: 02 May 2017, 11:08
by Lic
Very nice piece of code !
:bravo: :bravo: :bravo:

Re: My abandoned GUI creator

Posted: 04 May 2017, 03:39
by aaffe
Very cool, thanks for sharing!

Re: My abandoned GUI creator

Posted: 04 May 2017, 17:42
by gwarble
very well done, thanks for sharing