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

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

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

Martin Schlueter
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