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

Opening a GUI that i have started #12

Closed rickf2 closed 11 months ago

rickf2 commented 11 months ago

The scroll window for the activate and clone is not working properly. The scroll bars do not work, and I'm not sure which window to activate. Maybe it's a training issue on my part, but I don't think it's working. It's not that easy or user friendly. Here is what I'm getting when. I hit the clone button. Also, the scroll bar is not working at all, so I cannot get to the bottom, which I believe is what I'm supposed to be activating. Anyway, could you look into it, please?

image

samfisherirl commented 11 months ago

The scroll window for the activate and clone is not working properly. The scroll bars do not work, and I'm not sure which window to activate. Maybe it's a training issue on my part, but I don't think it's working. It's not that easy or user friendly. Here is what I'm getting when. I hit the clone button. Also, the scroll bar is not working at all, so I cannot get to the bottom, which I believe is what I'm supposed to be activating. Anyway, could you look into it, please?

image

this is a part of the original program. I don't believe scripts could be modified after closing.

either way, the best method is...save the script, then if you want to modify the GUI, clone the window.

extended periods of modifying GUI's for large projects should be done with responsive variable based GUIs. this is more or less a short term, quick solution.