Cabbage Logo
Back to Cabbage Site

Just a brainstorm on radio groups

So, I know we have discussed using radio groups before and the difficulty in getting cabbageChanged to return a proper value.

Now mind you, I’ve no real idea how it is implemented underneath, but would it be possible to promote a radio group to taking on the value of its group of widgets? The radio group is now the widget that gets addressed when accessing the group for a value, not the individual members of that group. That is, after all, kind of the point of a group widget.

Mike

I’m writing from my phone at the moment. But haven’t we already shared solutions to this issue? I feel like I’ve posted code that returns the current active widget from a group? Let me check…

Actually, after working with this a bit, I figured it would work easily using an opcode… Just trying to find a simple way of handling this.

Mike