ImageJ Macro Recorder and Generic Dialog
Posted by
jumpfunky on
Jul 12, 2014; 11:39am
URL: http://imagej.273.s1.nabble.com/ImageJ-Macro-Recorder-and-Generic-Dialog-tp5008693.html
Hi,
I'm developing a plugin including a generic dialog with parameter labels
which contain spaces. If you use the macro recorder, it recognizes only
the word up to the first space. This could lead to problems if the first
word is the same in both labels, e.g.:
"Area Min. Enclosing Rectangle"
"Area Max. Enclosing Rectangle"
The recorder will only record run("my plugin", "area=x area=y") and the
value x / y doesn't have any effect.
Maybe a bug?
Cheers,
Thorsten
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html