Page 1 of 1

Tool bar button script that activates preset tabset

Posted: 05 Feb 2017 14:46
by Bart
Hi,

I am looking for a script for a custom tool bar button that activates preset tabset.

Thanks.

Bart

Re: Tool bar button script that activates preset tabset

Posted: 05 Feb 2017 14:54
by highend
What is (the) "preset tabset"?

The help file lists a few examples of how to load a specific tabset:
Load the active pane's default tabset:

tabset("load");

Load "Bat" into the active pane:

tabset("load", "Bat");

Re: Tool bar button script that activates preset tabset

Posted: 06 Feb 2017 13:25
by Bart
Thanks, I got it working.