customizing toolbars

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

customizing toolbars

F Javier Díez Guerra
Hi,

In order to increase productivity and reduce the number of "clicks" to get
common tasks done:

How can one build and customize his/her own toolbar?
How the toolbar is set to load at ImageJ startup?
Is it possible to assign a mixture of  plugins, macro, commands, etc to the
buttons of a toolbar?
How many buttons (max) can be assigned to a toolbar?

Thanks


F Javier Diez-Guerra, PhD
Profesor Titular
Centro de Biologia Molecular Severo Ochoa
Facultad de Ciencias, Universidad Autónoma
Ctra Colmenar Viejo Km 15
Cantoblanco, 28049 Madrid
SPAIN

phone:  +34 91 4978051
Fax:      +34 91 4978087
e-mail: [hidden email]
Reply | Threaded
Open this post in threaded view
|

Re: customizing toolbars

Greg Joss
Have you tried Plugins>Utilities>Control Panel ...
see docs re dragging of subpanels. saved preferences make this very useful for your purpose.

>>> [hidden email]  >>>
Hi,

In order to increase productivity and reduce the number of "clicks" to get
common tasks done:

How can one build and customize his/her own toolbar?
How the toolbar is set to load at ImageJ startup?
Is it possible to assign a mixture of  plugins, macro, commands, etc to the
buttons of a toolbar?
How many buttons (max) can be assigned to a toolbar?

Thanks


F Javier Diez-Guerra, PhD
Profesor Titular
Centro de Biologia Molecular Severo Ochoa
Facultad de Ciencias, Universidad Autónoma
Ctra Colmenar Viejo Km 15
Cantoblanco, 28049 Madrid
SPAIN

phone:  +34 91 4978051
Fax:      +34 91 4978087
e-mail: [hidden email]
Reply | Threaded
Open this post in threaded view
|

Re: customizing toolbars

leo durosemont
In reply to this post by F Javier Díez Guerra
Javier,

You should have a look at the great Action Bar plugin at
http://rsb.info.nih.gov/ij/plugins/action-bar/

> mixture of  plugins, macro, commands, etc
are possible with action bars.

There is no fixed limit to the number of buttons in a single action bar, but you can also have different action bars started to categorize your actions.

Leo.

 
---------------------------------
Do you Yahoo!?
 Next-gen email? Have it all with the  all-new Yahoo! Mail Beta.
Reply | Threaded
Open this post in threaded view
|

Re: customizing toolbars

F Javier Díez Guerra
At 08:23 06/07/2006, you wrote:

>Javier,
>
>You should have a look at the great Action Bar plugin at
>http://rsb.info.nih.gov/ij/plugins/action-bar/
>
> > mixture of  plugins, macro, commands, etc
>are possible with action bars.
>
>There is no fixed limit to the number of buttons in a single action bar,
>but you can also have different action bars started to categorize your actions.
>
>Leo.
>
>
>---------------------------------
>Do you Yahoo!?
>  Next-gen email? Have it all with the  all-new Yahoo! Mail Beta.


Thanks, Leo. That's what I was looking for.


F Javier Diez-Guerra, PhD
Profesor Titular
Centro de Biologia Molecular Severo Ochoa
Facultad de Ciencias, Universidad Autónoma
Ctra Colmenar Viejo Km 15
Cantoblanco, 28049 Madrid
SPAIN

phone:  +34 91 4978051
Fax:      +34 91 4978087
e-mail: [hidden email]
Reply | Threaded
Open this post in threaded view
|

How does a toolbar open automatically?

Klughammer GmbH
In reply to this post by leo durosemont
Hi,

how can I bring a toolbar to open automatically when opening ImageJ?

Anneliese
Reply | Threaded
Open this post in threaded view
|

Re: How does a toolbar open automatically?

Jerome Mutterer
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
>
Reply | Threaded
Open this post in threaded view
|

Re: How does a toolbar open automatically?

Klughammer GmbH
Thank you for the help. That's exactly what I need.

Anneliese


Jerome Mutterer schrieb:

> 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
>>
>