Tagged Questions
6
votes
2answers
93 views
Group of controls depending on value of combo box
In a UI, I get the user to make a selection from a combo box. This selection influences what other controls will need to be shown. There are also other controls that need to be shown, independently of ...
1
vote
2answers
82 views
Which input layout for choosing between Option1, Option2 and (Option1 or Option2, dynamically)
One setting in our app has to be as follows:
For a certain scenario, the user select whether he wants:
Always use option X
Or always use option Y
Or, depending on a dynamic flag, use X or Y (he ...