Page 1 of 1

help with commands creation gui

Posted: 17 Oct 2022, 01:44
by ibieel
hey guys, could you explain to me how these works: "section", "xs", "x", "xm", "ys"
what positions does each represent?
Are there more commands from other positions?
where can i read more about it?

Code:

Code: Select all

	Gui, Edit_ListView:New
	Gui, Edit_ListView:+AlwaysOnTop
	Gui, Add, Text, section xm h20, Step: 1
	Gui, Add, Text, section xs h20, Action:
	Gui, Add, Text, xs h20, Delay:
	Gui, Add, Text, xs h20, Others:
	Gui, Add, Edit, section ys w280 h18 vEdit_Action, ACTION
	Gui, Add, Edit, section xs w280 h18 vEdit_Delay, DELAY
	Gui, Add, Edit, section xs w280 h18 vEdit_Others, OTHERS
	Gui, Add, Button, section xs , OK
	Gui, Add, Button, ys , Cancel
	Gui, Show

Re: help with commands creation gui

Posted: 17 Oct 2022, 03:01
by AHKStudent

Re: help with commands creation gui

Posted: 18 Oct 2022, 13:30
by ibieel
could you send me a code with a gui using these other commands?
thanks