Login  Register

macro - command with default options

Posted by Nicola B. on Jun 12, 2008; 2:26pm
URL: http://imagej.273.s1.nabble.com/macro-command-with-default-options-tp3695943.html

Hi all,
a simple question.. I want to insert a command into a macro with default
values, how can I do?
In instance I'm trying to insert the command
..
run("Make Binary");
..
but when it is executed it displays a dialog with three checkbox (that I
always want cheked).
I try with
run("Make Binary",1,1,1);
and with
run("Make Binary",true,true,true);
but it does not work...
Thank a lot, best regards,

   -nicola