WIP toolbars revisited

Hi guys, we need to talk more about toolbars.
IMO all of the new stuff needs to be built into one GUI for the command TOOLBARS. Currently it is still all over the place and difficult to navigate and understand.

To create a new toolbar we need to open settings and find it hidden under Appearance, then click on “+” and make a rui file somewhere of choise.

Then we need to know that we need to type Toolbar in the command line to open the settings for the Toolbar file that is here called a Library. (Maybe “Toolbar.rui file” would make more sense? Or maybe “Options Appearance ToolbarLibrary” would make more sence) At least make some consistency in the naming.

But if you don’t make a macro first then you can’t make a toolbar in the new library:

So we need to type Macros and make some macros, but make sure you make it to the correct Library.

And now we can pop them over:

I save the Toolbar from Options and close Rhino. Open it and all good.
Then I add a new button by rightclicking the toolbar and choose New toolbar button and make a new macro there. Save toolbar, reopen Rhino and taadaa… the saving still messes up the old macros…

image

Come on guys, at LEAST let us save the toolbar with out messing up previous work.

What happens to the old svg’s?

OK, so now I test making the macros from the macros command and make two new svg’s for them:

And I want to quickly add these to the toolbar, so I hoped to pop up the dialog we got when we made the new toolbar, to quickly add many new macros, you know, this one:
image
But that one seems to only exist for making new toolbars.
So I add them one by one instead. Save toolbar and restart Rhino…

And… tadaa… previous stuff is lost again.
image

The commands, sorry Macros, are there but the previous svg’s are purged:

I am stressing this because we can not migrate to V8 unless we can customize it.

9 Likes

@pascal and @wim we can not let this pass with out a fight.

I know we can be demanding and that we want a whole bunch of shiny new things we don’t really NEED, but this is one of those things many of us actually depend upon.

In v8 we can make a new toolbar, add macros and svg’s and save the .rui file. We know that this works, so saving a NEW file is OK. So why not save a new file every time, delete the old and rename the new? It should be a walk in the park fixing this so it is usable for us. (And then you can spend all the time in the world finetuning an advanced new save function and roll it out when it’s stable)

We need the ability to save .rui files, fix that first!
It’s been two months already!

1 Like

I added a new command to a button today, and wanted to replace another one with a new macro, but I can’t find a way to do that, is it not possible to choose another macro for a given button?

And I see I can edit the button content like in v7, but does that affect the macro or just the content of that given button?

Personally I liked the macro way of organizing commands.