Login  Register

Re: Mac OS Lion and ImageJ

Posted by Olivier Burri on Jul 28, 2011; 3:11pm
URL: http://imagej.273.s1.nabble.com/Mac-OS-Lion-and-ImageJ-tp3683663p3683666.html

Hello,

I've experienced the missing arrows issue and would like to potentially report another one involving the mouse listener.

Run the following macro
macro "Test Wait" {
newImage("Untitled", "8-bit White", 400, 400, 1);
waitForUser;
// Try to draw something using the pencil tool before clicking on OK
IJ.log("I'm done");
}

In my case, drawing with the pencil causes the waitForUser to complete, which is rather troublesome. Anyone able to replicate that and eventually offer a way to solve this?

Thanks!

Oli