Problem passing options to my plugin from macros
Posted by Mike Myerburg on May 20, 2008; 8:58am
URL: http://imagej.273.s1.nabble.com/Problem-passing-options-to-my-plugin-from-macros-tp3696169.html
Hi-
There is a generic dialog at the beginning of my plugin filter that
allows me to set various options. This works fine when I run the plugin
directly or run("FFT 1D") from a macro.
However, if I record the macro along with the arguments, nothing happens
when I run the macro - i.e. run("FFT 1D", "mode=[Stack Process] fft=256
sampling=50 time=20 show").
I imagine that I am missing something in my plugin filter that will
allow for this to work. I have looked through other plugins that work
this way, yet I still cant figure out what I am missing.
Any suggestions?
Thanks, Mike