01-30-2020 10:10 AM
Hello everyone,
I have a 1d array of different parameter names. I would want to make my program user friendly. The parameters in the array should be shown as a table and whatsoever parameter the user selects. The program should run for that
01-30-2020 10:35 AM
01-30-2020 10:39 AM
I want to offer ease to the user like there will be a list of parameters in the table. If the user ticks a certain parameter then the data relating to that parameter will be written to the word file. For now I have a 1d array.
01-30-2020 10:46 AM
(A "tick table" is not a common expression and e.g. google search autocompletes it as "tick tablets for dogs" :o. Its all about blood sucking parasites, possibly carrying lyme disease. It would help if you could e.g. show a picture of what you are looking for.)
I sometimes use a listbox where you can double-click items and select one or multiple items if so configured. You can even show symbols such as a checked or unchecked checkbox for each item.
01-30-2020 10:47 AM
Then perhaps you want a Listbox.
This one is set to multiple inputs (0..N) via right click menu.
You could set up an Event Structure or similar to handle selections via single clicking (and also toggle symbols between ticked and blank, for example) but here I just held Ctrl whilst clicking to select 3 options.