Get the information shown in the status bar

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

Get the information shown in the status bar

Isaac Perez
Greetings.

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.

Thanks in advance for any help and / or sugrenecia.

--
Isaac Perez

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Get the information shown in the status bar

José María Mateos
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
Reply | Threaded
Open this post in threaded view
|

Re: Get the information shown in the status bar

Herbie-3
In reply to this post by Isaac Perez
Good day Isaac Perez,

there is no IJ-macro routine dedicated to access the text displayed in
status bar. Just do a search of the routine listing at

        <http://rsb.info.nih.gov/ij/developer/macro/functions.html>

Best

Herbie

____________________________________
On 30.06.13 13:07, Isaac Perez wrote:

> Greetings.
>
> 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.
>
> Thanks in advance for any help and / or sugrenecia.
>

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Get the information shown in the status bar

José María Mateos
In reply to this post by Isaac Perez
Sorry, I misread your message. As Herbie says, there is no function to
get the text shown in the status bar.

Best,

José M. Mateos.

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html