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] |
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] |
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. |
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] |
In reply to this post by leo durosemont
Hi,
how can I bring a toolbar to open automatically when opening ImageJ? Anneliese |
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 > |
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 >> > |
Free forum by Nabble | Edit this page |