Re: ImageJ applet parameters - (auto)run commands
Posted by wjbeaver on Jul 18, 2010; 8:39pm
URL: http://imagej.273.s1.nabble.com/ImageJ-applet-parameters-auto-run-commands-tp3687594p3687595.html
hey David,
Autorun of macros does not work with images on an applet. There seems to be a focus problem, the macro is run but even though you see the image it does not have focus until it is selected. So the macro fails. One reason is that the image is placed in the applet ImageCanvas instead of in an imageWindow like the non-applet version. The current ImageJA project does not seem to doing anything but wrapping the applet class around each new version of ImageJ. There are lots of other issues with ImageJ being an applet. Always test your macro on a non-applet version, if it works on that and not the applet then there is a problem with the applet.