Tool bar button script that activates preset tabset

Discuss and share scripts and script files...
Post Reply
Bart
Posts: 96
Joined: 05 Feb 2017 14:29

Tool bar button script that activates preset tabset

Post by Bart »

Hi,

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

Thanks.

Bart
Highend outside this forum

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: Tool bar button script that activates preset tabset

Post 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");
One of my scripts helped you out? Please donate via Paypal

Bart
Posts: 96
Joined: 05 Feb 2017 14:29

Re: Tool bar button script that activates preset tabset

Post by Bart »

Thanks, I got it working.
Highend outside this forum

Post Reply