|
macro passing BOOLEAN arguments problem: msg#00318java.imagej
Hi, Fisrt of all sorry for english.. i write a java plugin for imagej, and i have many problem to pass boolean argument in a macro. plugin work correctly with a Generic Dialog with many controls. When i try to call it with a macro, arguments are set correctly, but NOT BOOLEAN ARGUMENTS.. I note (after spend MANY time..) that arguments in macro MUST be write completely in LOWER-CASE, but since i add boolean argument, his value is always set to false (default value..) Here is my macro: (only attention to boolean "waitanswer" value) ------------------- cmd = "?acc x"; cmd = "'" + cmd + "'"; run("eSlideLStepCtr plugin", "movement=Exec waitanswer=true genericcmd=" + cmd); -------------------------- probably is wrong "true" value (but i also try with "True" and "1") Any Ideas?? Thanks Nicola
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Antwort: watermark, Joachim Wesner |
|---|---|
| Next by Date: | Re: Antwort: watermark, CHAMOT Christophe |
| Previous by Thread: | watermark, Justin Kennedy |
| Next by Thread: | Re: macro passing BOOLEAN arguments problem, Curtis Rueden |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |