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