Move if space busy

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
dellarocco88
Posts: 35
Joined: 07 Apr 2022, 01:34

Move if space busy

Post by dellarocco88 » 26 May 2022, 14:18

Okej so if i want to check if a space in my GUI is busy with other text, and if the space is busy, then place the text or what ever I wanna place on this spot.

How would I do that?

Rohwedder
Posts: 7624
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: Move if space busy

Post by Rohwedder » 27 May 2022, 00:22

Hallo,
https://www.autohotkey.com/docs/commands/Gui.htm#ControlOptions
x+n, y+n (where n is any number): An optional plus sign can be included to position a control relative to the right or bottom edge (respectively) of the control that was previously added. …

Post Reply

Return to “Ask for Help (v1)”