In Rhino 6 I’m trying to move the command prompt in my skin to the bottom part of the window but it does not work, I’m using: AppearanceSettings.CommandPromptPosition = CommandPromptPosition.Bottom;
I tried calling it from this skin methods:
OnEndLoadAtStartPlugIns
RhinoApp.Initialized event
I also tried to call it from my plugin with same results:
OnLoad
RhinoApp.Initialized event
In Rhino 5 it works if i use the RhinoApp.Initialized event. Do you know how to solve this in Rhino 6?
Can you try deleting your %appdata%\McNeel\Rhinoceros\6.0\settings\settings-Scheme_[skin scheme name]* files and tell me if it works then? I think I understand what is going on and am able to make it work on my local machine after deleting these files.