Re: save summary file
Posted by Gabriel Landini on Apr 02, 2007; 4:34pm
URL: http://imagej.273.s1.nabble.com/save-summary-file-tp3699878p3699880.html
On Monday 02 April 2007 16:17:32 Colin Sturm wrote:
> This works fine for a few directories but then stops with an error:
> "This command requires a TextWindow such as the "Log" window or an "Info
> for..." window."
You could test whether the Results window is open, if so, save it and close
it, otherwise wait:
isOpen("Title")
Returns true if the window with the specified title is open.
Cheers,
G.