samfisherirl / Easy-Auto-GUI-for-AHK-v2

Alguimist's 'Easy AutoGUI' GUI-Designer-Builder modified for Autohotkey v2.0, using mmikeww's AHKv2 converter
Other
215 stars 15 forks source link

Toolbars aren't built properly #17

Closed Banaanae closed 1 month ago

Banaanae commented 6 months ago

Toolbars are not built properly It makes a line hToolbar := CreateToolbar() but never defines CreateToolbar()

To reproduce 1) Run script 2) Add ToolBar via Design Mode 3) Execute script, you will get image

The help button on properties also does nothing. image

Unrelated, how does this script actually run? I found the v1->v2 converter in this repo, does it convert the outputted script? Or the base script? Or some other way

samfisherirl commented 6 months ago

Toolbars are not built properly It makes a line hToolbar := CreateToolbar() but never defines CreateToolbar()

To reproduce

  1. Run script
  2. Add ToolBar via Design Mode
  3. Execute script, you will get image

The help button on properties also does nothing. image

Unrelated, how does this script actually run? I found the v1->v2 converter in this repo, does it convert the outputted script? Or the base script? Or some other way

good catch, thanks. Ill have an update in a day or two pushed.

Its a v1 script, with v2 wrapped around the autogui app, converting every time a change is made and every time you save.

edit: there won't be a toolbar fix atm. Itll likely require including https://github.com/TheArkive/IronToolbar_ahk2 which isnt unheard of, controlcolor was originally apart of any control with bg colors. I just dont have the time anytime soon. If someone else wants to tinker, this will be open.