setBatchMode
Posted by Gabriel Landini on Jun 19, 2008; 11:52am
URL: http://imagej.273.s1.nabble.com/setBatchMode-tp3695848.html
I read some time ago that one should call setBatchMode only once in a macro.
Is is possible to overcome this?
For instance, if I run a macro with the setBatchMode true, and this calls
another macro that also uses setBatchMode, when the 2nd macro calls it false,
then this causes some problems in the calling macro.
Thanks in advance for any suggestions.
(Yes I am aware that I could embed the 2nd macro in the first one, but if
there is an alternative solution, it would be easier to maintain the macros
separately).
Regards
Gabriel