GUI with scroll bars

Get help with using AutoHotkey (v2 or newer) and its commands and hotkeys
User avatar
Smile_
Posts: 859
Joined: 03 May 2020, 00:51

GUI with scroll bars

Post by Smile_ » 17 Mar 2024, 11:28

Hi everyone!
I have found this class which does add a scroll bars to a gui, which is running perfect when I first tested it.
But the issue appeared when I tried to apply the same on another GUI in same script which seems to have some conflicts between each other, it is like when I scroll the first GUI the second is also gets scrolled, sometimes the controls disappear.

I do a call to the ScrollBar class each time I want to apply it, maybe the class instance is not created correctly.
Any easy way to fix it?

User avatar
WarlordAkamu67
Posts: 232
Joined: 21 Mar 2023, 06:52

Re: GUI with scroll bars

Post by WarlordAkamu67 » 20 Mar 2024, 05:53

There are a few posts about GUI scrolls bars, but I don't know about multiple GUIs. I have used the functions from this post with a GUI.

Post Reply

Return to “Ask for Help (v2)”