Hello,
I’m C++ developer of Rhino plug-ins.
In some cases I need ability to manage visibility of toolbars directly from my code.
It was easy to implement in Rhino 7 with the C++ SDK function:
static bool CRhinoUiFile::GroupShow(UUID idFile, UUID idGroup, bool bShow);
But Rhino 8 use the new UI system and old method doesn’t work anymore.
Without this feature I lost some of the functionality of plugins.
Has anyone encountered this problem before?.. and maybe you already found a solution to this problem?
I will be grateful for any tips.
Thank you.