Scroll bar in macro

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

Scroll bar in macro

IJperson
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?

Best,
Andrew
Reply | Threaded
Open this post in threaded view
|

Re: Scroll bar in macro

Rasband, Wayne (NIH/NIMH) [E]
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