
30 Dec
2014
30 Dec
'14
7:18 p.m.
Is there a way of controlling the positioning of settings? Can I make the display like: Setting A Setting B Setting C Setting D
vs the vertical default of Setting A Setting B Setting C Setting D?
No, not currently. Feel free to take a shot at changing the code to generate that box. Since the radio settings are free-form and totally radio-dependent, it's just easier to keep that dialog simple.
If you wanted, maybe a multi-setting class could be created that would contain multiple primitive setting elements, and then the UI could be taught to lay those out in an HBox? Then you could have your driver create one multi-setting for each band, which would have four elements. That would probably be how I'd go about it...
--Dan