Bug in 1.37j ?
Posted by lechristophe on Feb 20, 2007; 11:23am
URL: http://imagej.273.s1.nabble.com/Bug-in-1-37j-tp3700284.html
I use the getDirectory("image") macro command a lot. However, this
command stopped working with stacks. If you run the below test macro
with a stack, it's not printing the path, although it does it for a
single image :
RepertoireSource=getDirectory("image");
print(RepertoireSource);
Several of my macros stopped working, so I assume something has been
modified in the latest version of ImageJ (1.37j).
On a related topic, I use java 1.6 developper preview on OS X 10.4, and
I noticed that since maybe one or two IJ updates, the open and save
dialogs stopped using default OS X display (with the nice arborescence
navigation) and now display a fugly single-folder java dialog.
Christophe Leterrier