I am creating a tool that needs to be as dynamic as possible since options will change regularly. The scenario calls for the user to select one of, say, five options from an available ArgLayout (a set of RadioButtons, for instance). Is there a way to populate other ArgLayout options based on the user's selection? I need a way to present the user with a specific set of choices based on his/her first selection. I can create text files that hold the corresponding information, but how do I use this information to dynamically update what is presented to the user?
For example:
If the user selects option 1: A = apples, oranges, pears
If the user selects option 2: A = oranges, grapes, berries
Thanks in advance.
For example:
If the user selects option 1: A = apples, oranges, pears
If the user selects option 2: A = oranges, grapes, berries
Thanks in advance.