Re: How does a toolbar open automatically?

Posted by Jerome Mutterer on
URL: http://imagej.273.s1.nabble.com/customizing-toolbars-tp3702282p3702285.html

With the ActionBar plugin available from the plugins page, you can  
have an ActionBar open upon startup by including an autorun macro in  
the StartupMacros.txt file. For example, to have the ABZoom ActionBar  
automatically started, include the following piece of code in the  
StartupMacros.txt file. If you already have an AutoRun macro, just add  
the run statement to it. You can start several ActionBars like this.

Jerome


macro "AutoRun" {
run("ActionBar ","/plugins/ActionBar/ABZoom.txt");
}



Quoting Klughammer GmbH <[hidden email]>:

> Hi,
>
> how can I bring a toolbar to open automatically when opening ImageJ?
>
> Anneliese
>