2013/6/30 Isaac Perez <
[hidden email]>:
> I wanted to know if there is a way (a function, etc.) in which from a
> macro (from the code) you can get the information shown in the status
> bar of ImageJ. Example, when you apply a filter (say 'Process>
> Filters> Minimum') in the status bar displays some information, my
> question is whether it is possible from the macro code to obtain that
> information shown.
Use the showStatus("message") function.
Example:
showStatus("This is a test message in the status bar");
Best,
José M. Mateos.
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html