[ImageJ-bugs] [Bug 1030] long pauses when launching macro script on virtual stack

bugzilla at fiji.sc bugzilla at fiji.sc
Thu Mar 19 14:09:00 CDT 2015


http://fiji.sc/bugzilla/show_bug.cgi?id=1030

--- Comment #2 from Curtis Rueden <ctrueden at wisc.edu> ---
Vytas wrote via private mail:
> I did NOT enable those options AND they are not checked on in the GUI
> on looking just now. Could the GUI be broken and ON by default? --
> strange!

The GUI is very unlikely to be broken, though you could confirm for certain by
running this BeanShell script in the Script Editor:

// @ImageJ ij
// @OptionsService options
ij2opts = ij.options().getOptions(net.imagej.legacy.ImageJ2Options.class);
ij.ui().showDialog(
    "Enable ImageJ2 data structures? " + ij2opts.isSyncEnabled() + "\n" +
    "Use SCIFIO when opening files? " + ij2opts.isSciJavaIO());

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-bugs/attachments/20150319/45c5e92e/attachment.html>


More information about the Imagej-bugs mailing list