Login  Register

how to hide the "Results" window during batch mode?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

how to hide the "Results" window during batch mode?

Martin Schlueter
1 post
Hi,

how to hide the "Results" window during batch mode (as it works so fine for
all the images)?

Background:
I use a macro like:

  run("Import Results Table", "openasstring...=[" + dir + "MyResults.txt]");
  setBatchMode(true);
  ...
  setBatchMode("exit & display");
  saveAs("Measurements", dir + list[i] + "MyNewResults.txt");

The "Results" window is changed by using Class ResultsTable within my
plugin.java.

Thanks, Martin