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

Posted by Martin Schlueter on
URL: http://imagej.273.s1.nabble.com/how-to-hide-the-Results-window-during-batch-mode-tp3698082.html

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