Invisible GroupBox possible?

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
clarkj0388
Posts: 13
Joined: 11 Aug 2022, 18:50

Invisible GroupBox possible?

Post by clarkj0388 » 13 Dec 2022, 16:00

I'm trying to group elements of a Gui so that I can animate them sliding in from off-screen, display for 10 seconds then slide back off screen.

In an effort to keep things simple, I'd rather just slide the entire GroupBox, instead of each element inside of it simultaneously, but I don't really want that GroupBox outline box to show.

Any way to make an "invisible" GroupBox either natively or some sort of simulated way to group GuiControls?

Thoughts, advice?

clarkj0388
Posts: 13
Joined: 11 Aug 2022, 18:50

Re: Invisible GroupBox possible?

Post by clarkj0388 » 13 Dec 2022, 16:21

I suppose I should just use separate GUIs... That always gets confusing for me, trying to keep track with Gui2, Gui3, etc. when updating via GuiControl.

Any advice?

Post Reply

Return to “Ask for Help (v1)”