
Hi Dan, Thanks for the feed back. I was looking at what was available in settingsedit.py and settings.py and did not see any existing infrastructure for what I wanted to do , but wanted to be sure I did not miss anything.
For now this display will just be a long list like other settings. I don’t think I want to hold up an initial cut at the h9800 that Jens and I have been working on to build a new setting class.
Thanks,
James
On Dec 30, 2014, at 2:18 PM, Dan Smith dsmith@danplanet.com wrote:
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
chirp_devel mailing list chirp_devel@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_devel Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers