Page 1 of 1

Add a new toolbar ?

Posted: 16 Feb 2018 17:36
by abplus
Hi, sorry for the newbie question. I want to add a new toolbar that I can populate with custom buttons. I am finding the single toolbar way too cluttered. Is this possible please ?

Thanks.

Re: Add a new toolbar ?

Posted: 16 Feb 2018 17:46
by jupe
You can't have more than 1 toolbar active at one time AFAIK, but what you can do is script it so that only the buttons you want are shown and then switch back to another set for different tasks etc, if you look around the script exchange someone has probably written a toolbar manager, or you can do it yourself.

You can paste the following into the XY address bar for more information if you are interested:

Code: Select all

help "idh_scripting_comref.htm#idh_sc_toolbar";
Below is one Toolbar Manager option I just found quickly, it's a few years old but should still work, or feel free to find/write your own.

viewtopic.php?f=7&t=6538#p60295

Re: Add a new toolbar ?

Posted: 16 Feb 2018 20:09
by Filehero
I‘m using the excellent Expandable Toolbar Button script to keep my standard Toolbar uncluttered.

Re: Add a new toolbar ?

Posted: 19 Feb 2018 12:33
by abplus
Thanks very much jupe & filehero, I'll do some experimenting.

Cheers.