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
245 stars 17 forks source link

When creating a Tray Menu it does not add the menu item, only the icon #27

Closed LaserMade closed 4 days ago

LaserMade commented 2 months ago

I was here to add a different Tray menu issue and when trying to recreate that issue I came across this one:

Adding a menu item to the tray menu does not always create the Tray.add(...) line to the script. When it isnt working it only adds Tray.setIcon(...) Picture attached as an example. None of the code in the picture has been modified in any way; it was all autoproduced.

The only thing I've done differently from the last time this was working is this time I created a button first.

AutoGui Issue 27

samfisherirl commented 2 months ago

I was here to add a different Tray menu issue and when trying to recreate that issue I came across this one:

Adding a menu item to the tray menu does not always create the Tray.add(...) line to the script. When it isnt working it only adds Tray.setIcon(...) Picture attached as an example. None of the code in the picture has been modified in any way; it was all autoproduced.

The only thing I've done differently from the last time this was working is this time I created a button first.

AutoGui Issue 27

ill work on this