Hi all,
I don't understand : I'm able to hide/show a group by injecting the following payload to a ui_control node :
{ "group": { "show": [ "Tab_1_Group_1" ] } }
but I can't enable/disable the group with the message
{ "group": { "disable": [ "Tab_1_Group_1" ] } }
What's wrong ?
I think disable is only a tab function and not something you can do with a group. groups only support hide/show focus. Best regards Johannes
OK, that was not so clear in the node documentation. This could be an interesting feature for Gui, as depending on some context, groups of buttons for example can be enabled or disabled.... But there's many other ways to do this, no worries
Thx!
Most individual widgets can be enabled and disabled.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.