Prevent updating of the progess bar in a plugin

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

Prevent updating of the progess bar in a plugin

Ingo Bartholomaeus
Dear all,

in my plugins I would like to use the progress bar. However, some IJ functions seem to interfere by showing their own progress (e.g. ImageProcessor.copyBits()).
Is there a way to avoid updating of the progress bar while these methods are executed?

Thanks and best regards,
Ingo

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

Re: Prevent updating of the progess bar in a plugin

Rasband, Wayne (NIH/NIMH) [E]
On May 17, 2013, at 9:11 AM, Ingo Bartholomaeus wrote:

> Dear all,
>
> in my plugins I would like to use the progress bar. However, some IJ functions seem to interfere by showing their own progress (e.g. ImageProcessor.copyBits()).
> Is there a way to avoid updating of the progress bar while these methods are executed?

Starting with the ImageJ 1.47r daily build, copyBits() never shows a progress bar. It is not needed since computers are a *lot* faster than they were 14 years ago when this method was created.

-wayne

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