Macro: Switch between interactive and batch mode
Posted by karo03 on Jun 27, 2007; 7:40am
URL: http://imagej.273.s1.nabble.com/Macro-Switch-between-interactive-and-batch-mode-tp3698989.html
Hi, I have a possibly minor problem:
Inside a macro I would like to switch over into interactive mode e.g.
to correct manually a mask automatically generated by "setThreshold
()" and "Convert to Mask" and than after finishing corrections to
proceed with the macro. As far as I see "setBatchMode(false)" does
not allow to interrupt macro processing.
Thanks in advance
KArsten