GUI with auto-populated checkboxes from Ini file

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
dammtools
Posts: 12
Joined: 11 Oct 2015, 18:02

GUI with auto-populated checkboxes from Ini file

04 Nov 2019, 08:52

I'm in need of some more experienced help in here.

I'm trying to figure out how can I show a Gui and populate it with some checkboxes with info from an .Ini file. There are some characteristics I want to keep, like "no more than 9 or 10 checkboxes per column". Plus, the info stored in the .Ini file are going like this:

Code: Select all

[Something]
SomethingVar
SomethingElse
SomethingCommand1
SomethingCommand2
SomethingCommand3
[Something2]
Something2Var
Something2Else
Something2Command1
Something2Command2
Something2Command3
Basically I'm trying to make an unattended installer that uses a variable for the item checkbox, a name for the checkbox itself (which can be what is enclosed in the brackets or "SomethingElse") and some other lines for commands I'll eventually use with the installers.

I have read something about .Ini files and haven't found a way to translate it into a script for this. The closest thing I've found is in the old board (HERE).

Any ideas, please?

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: mikeyww, peter_ahk, Spawnova and 341 guests