Issue after remove settings-Scheme__Default.xml and containers.xml

Hi Team,

I am experiencing an issue when loading my plugin in Rhino 8 (Mac). The problem is that if I delete the files settings-Scheme__Default.xml and containers.xml, as shown in the image below, the next time I open Rhino the tab defined in my plugin does not load. I close Rhino and open it again, and only then does it load.

It seems like Rhino does not auto-create the two files (Scheme__Default.xml and containers.xml) in time for the UI to load. Is there a way to programmatically force the creation of those XML files so that my tab appears in the UI in the first load?

Thank you.

Yep. This is exactly how it works. Why are you deleting them?

I’m just trying to simplify the scenario. The real problem is I was installing my plugin copying it in MacPlugins folder, but next time I open Rhino the tab doesn’t appear in Rhino UI. I open and close Rhino and only the second time, the tab appears.

Ah, you want the plugin’s panel tab to appear when Rhino opens and loads the plugin for the first time?

Sorry Callum, nevermind. It worked. Thanks for your help.