Notifications
Clear all
[Closed] interface question: want user to input certain values for each layer
Jul 26, 2007 9:40 pm
i want to get the name of all the layers in a listbox (no problem here). I have defined 5 presets for each layer, say: (“LOD1”, “LOD2”, “LOD3”, “LOD4”, “LOD5”)
I want the user to be able to select one value out of five presets for each layer. How?
thought of creating a listbox and having a dropdown box or spinner as a second column beside the main list that contains layer names so for each entery in the list the user can select the value using dropdown box… <<< is it possible ???
if not then what is the suggested way to doing it… basically creating the interface in such a way that it looks presentable… i want to avoid using lot of rollout space for this as there are other options i want to add thats why thought of the spinner within listbox.