Page 1 of 1

Autogui and Autohotkey v 2.02 support

Posted: 13 Apr 2023, 05:53
by Janusz
Dear Autogui and Adventure IDe developers,
Autohotkey v 2.02 is officially available as The stable Autohotkey version.
Please could someone of you demonstrate how I coulc convert GUi which have been created by Autogui latest version to be compatible with Autohotkey 2.02?
Simple example, GUi with title and some control and text.
Or unfortunately, Autohotkey 2.02 syntax is very very much different to simply convert The GUI?

Re: Autogui and Autohotkey v 2.02 support  Topic is solved

Posted: 13 Apr 2023, 14:11
by AHK_user
I have created a v2 version of the autoGUI script, as it did not existed.

This was made from scratch, and I have not used it a lot, but you can build guis with it.

- Adding controls
- Moving controls
- Setting the properties of the controls
- Generate code from existing windows

The script is not perfect, and probably a lot of features of AUTOGui are not present, but it is already a good start, and can help you to build guis.

https://github.com/dmtr99/V2GuiCreator

Re: Autogui and Autohotkey v 2.02 support

Posted: 14 Apr 2023, 03:47
by Janusz
Dear AHK_user,
Thank you for yours very useful script. It is even NVDA screen reader friendly. As I can analyse, V 2 Autohotkey syntax for GUI creation is really different than V 1 X Autohotkey version. And really, I can create GUi thanks to your script.
Very well done.
And thank you for your programmers work and for your fast answer.