<div dir="ltr">Memory extra settings currently only appears to support RadioSettingValueBoolean and RadioSettingValueList; the behaviour when any other type is provided is to simply ignore it.  It probably wouldn&#39;t be difficult to add support for additional types such as RadioSettingValueInteger given that the IntChoiceEditor is already defined (although never instantiated).  I have no context as to the history as to why this is the case, but should be easy to implement and test.<div><div><br></div><div><a href="https://chirp.danplanet.com/projects/chirp/repository/entry/chirp/ui/memdetail.py#L272">https://chirp.danplanet.com/projects/chirp/repository/entry/chirp/ui/memdetail.py#L272</a><br></div><div><br></div><div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jul 28, 2021 at 3:06 PM Jim Unroe via chirp_devel &lt;<a href="mailto:chirp_devel@intrepid.danplanet.com">chirp_devel@intrepid.danplanet.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Group,<br>
<br>
For some reason, I cannot get RadioSettingValueInteger() to work for<br>
setting values in a &quot;mem.extra&quot; RadioSettingsGroup(). When I use it<br>
here (the same as I would in &quot;_get_settings(self)&quot;, I get no errors<br>
but the setting does not display in the CHIRP Memory Properties<br>
Editor.<br>
<br>
Only one driver currently attempts to use RadioSettingValueInteger()<br>
this way (tk760G.py). But like I am experiencing, the settings (there<br>
are 2: &quot;Bank it belongs&quot; and &quot;Ch number in the bank&quot;) are not visible<br>
in the CHIRP Memory Properties Editor.<br>
<br>
I have no problems using RadioSettingValueBoolean() or<br>
RadioSettingValueList() for providing settings in the &quot;mem.extra&quot;<br>
RadioSettingsGroup() (even tricky ones where the Boolean values are<br>
inverted).<br>
<br>
So for years I have just been creating a list of integers and using<br>
RadioSettingValueList() to get around this issue (and apparently<br>
everyone else, except one, has been too).<br>
<br>
What I am trying to find out is; is this a CHIRP bug, or, am I doing<br>
something wrong, or, am I not doing something that needs to be done<br>
differently for the &quot;mem.extra&quot; RadioSettingsGroup()? Do any of you<br>
have any ideas about this?<br>
<br>
Thanks,<br>
Jim KC9HI<br>
_______________________________________________<br>
chirp_devel mailing list<br>
<a href="mailto:chirp_devel@intrepid.danplanet.com" target="_blank">chirp_devel@intrepid.danplanet.com</a><br>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_devel" rel="noreferrer" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_devel</a><br>
Developer docs: <a href="http://chirp.danplanet.com/projects/chirp/wiki/Developers" rel="noreferrer" target="_blank">http://chirp.danplanet.com/projects/chirp/wiki/Developers</a><br>
</blockquote></div>