ActionBar | update your ActionBar.txt

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

ActionBar | update your ActionBar.txt

Rainer M. Engel
Hello everyone,

I came across the need to update an ActionBar in a comfortable way,
since I had several makros which are "work in progress".
The attached script can be integrated in your ActionBar and used for
this task.

What it does: ...............................
- it looks for all connected makros (ijm-files) which are listed in your
ActionBar.txt-file
- if a makro ends with (i.e. *_v01.ijm), these files are checked for updates
- if a new version is found (i.e. *_v03.ijm) these updates will
overwrite your ActionBar
- after a restart you're up to date


USAGE: ......................................
- change line 13 (you got lucky) with the name of your ActionBar
- Run the makro, suggested from your ActionBar itself


Download: ...................................
http://dl.dropbox.com/u/414433/imagej/ActionBar_Updater_v02.ijm


I tested it on Win and it should work on other architectures as well.

Feel free to use and modify it on your own risk.

Regards,
Rainer


--
Rainer M. Engel, Dipl. Digital Artist
scientific|Media GbR
Pichelsdorferstr. 143
D-13595 Berlin
Reply | Threaded
Open this post in threaded view
|

Re: ActionBar | update your ActionBar.txt

Rainer M. Engel
There is an update of this makro:

http://imagejdocu.tudor.lu/doku.php?id=howto:working:easily_update_your_actionbar


Am 22.05.2012 17:54, schrieb Rainer M. Engel:

> Hello everyone,
>
> I came across the need to update an ActionBar in a comfortable way,
> since I had several makros which are "work in progress".
> The attached script can be integrated in your ActionBar and used for
> this task.
>
> What it does: ...............................
> - it looks for all connected makros (ijm-files) which are listed in your
> ActionBar.txt-file
> - if a makro ends with (i.e. *_v01.ijm), these files are checked for updates
> - if a new version is found (i.e. *_v03.ijm) these updates will
> overwrite your ActionBar
> - after a restart you're up to date
>
>
> USAGE: ......................................
> - change line 13 (you got lucky) with the name of your ActionBar
> - Run the makro, suggested from your ActionBar itself
>
>
> Download: ...................................
> http://dl.dropbox.com/u/414433/imagej/ActionBar_Updater_v02.ijm
>
>
> I tested it on Win and it should work on other architectures as well.
>
> Feel free to use and modify it on your own risk.
>
> Regards,
> Rainer