More GenericDialog fun
Posted by Michael Doube on May 11, 2010; 11:12am
URL: http://imagej.273.s1.nabble.com/More-GenericDialog-fun-tp3688333.html
Hi all
Thanks for your very useful comments regarding layout.
While messing around with layout, I noticed that GenericDialogs with a
dialog listener, added with:
gd.addDialogListener(this);
just before:
gd.showDialog();
Do not have their options recorded by the Macro Recorder.
Commenting out gd.addDialogListener(this); restores macro recordability.
Is this a known issue, and if so, how can I have dialog listeners while
maintaining macro recordability?
Michael