Login  Register

Re: run("Duplicate...") in a macro records 'selectWindow'

Posted by David Webster on Sep 27, 2009; 6:20pm
URL: http://imagej.273.s1.nabble.com/run-Duplicate-in-a-macro-records-selectWindow-tp3690927p3690930.html

Do you mean that the recorder somehow gets started on its own or that this
happens when you have started the recorder yourself. I get this behavior
when I run the macro when I hae also turned on the recorder. I am using
windows xp and imageJ 1.43f

David Webster

On Sun, Sep 27, 2009 at 9:05 AM, Jan Eglinger <[hidden email]> wrote:

> Dear all,
>
> when I run:
>
>  run("Duplicate...", "title");
>
> in an ImageJ macro, the recorder records:
>
>  selectWindow("title");
>
> whereas nothing should be recorded when the command is started from a
> macro. I tried to spot the bug in ij.plugin.filter.Duplicater.java , but
> couldn't find it there.
>
> Anyone else observed this behavior?
>
> Jan
>