Login  Register

Re: Scroll bar in macro

Posted by Rasband, Wayne (NIH/NIMH) [E] on Apr 21, 2011; 6:44pm
URL: http://imagej.273.s1.nabble.com/Scroll-bar-in-macro-tp3684878p3684879.html

On Apr 20, 2011, at 6:16 AM, Andrew French wrote:

> Good morning everybody.
>
> I presume its impossible to add a scroll bar to a macro Dialog, for user
> input. Is this likely to be added in the future, or is this beyond the
> scope of macros, and into plugin territory?

The ImageJ 1.45f daily build adds a Dialog.addSlider() macro function. There is an example at

    http://imagej.nih.gov/ij/macros/examples/SliderDemo.txt

-wayne