Hi Pascal,
So here is the result of my attempt…
Note I’m going from a laptop with a 4K screen to a desktop with 2x 4K screens - but I run Rhino on one of those. They both have the same 3840 x 2160 resolution and the icon size is set to 24 on both, but the laptop is 15.4" at 225% scaling and the desktop screens are 27" at 150%. So the icons you see in the images below take up more relative space in the laptop window than they do in the desktop window, but that is a secondary point.
This is what the laptop looks like:
Left side is a modified default toolbar, top and bottom are custom toolbars that reside in an .rui. In the top and bottom toolbars there are a lot of custom flyouts (not shown flown out) that are either text or image+text.
First, I exported the current window layout from the laptop as an .rhw
and also the custom .rui
using the ExportRuiFile command. I also copied the Scheme_Default
folder as well as the settings-Scheme__Default.xml
and window_positions-Scheme__Default.xml
files.
With Rhino closed, I replaced the original settings folders in the desktop with the ones copied from the laptop, and added the exported .rui to the UI folder. I then opened Rhino on the desktop and first restored the .rhw. That did not open the custom .rui though, so I got this:
It’s missing all the custom toolbars top and bottom of course, because they are in the .rui.
(That pesky RPC toolbar you see keeps coming back occasionally, don’t know how to get rid of it - the plug-in is disabled in Options. But that’s a minor detail)
So next, I went to Window>Toolbars and File>Open and opened the custom .rui.
That in fact populated my custom upper and lower toolbars, so I was hopeful. But the good news unfortunately did not last long… In most of of the custom flyouts (all located in the .rui) that are set to both images and text have lost their icons. And one or two the macros themselves have gone missing.
On top of that, three toolbars (upper right) that were specifically redone with new V8 vector icons on the laptop have their old fuzzy bitmap icons back again.
A good half day’s work to fix all that I think.
This all points back to the horrible mess that the macro libraries are still in, and the fact that saving an .rui is a currently very broken (including ExportRuiFile). I’m sure one of my “mistakes” early on was to import a V7 .rui and then try to use/fix some of those elements in V8. With 20/20 hindsight I would not recommend doing that to anyone currently, the only “safe” procedure is to recreate everything from scratch.