Login  Register

Re: Mac OS Lion and ImageJ

Posted by Michael Schmid on Jul 28, 2011; 3:53pm
URL: http://imagej.273.s1.nabble.com/Mac-OS-Lion-and-ImageJ-tp3683663p3683668.html

Hi Olivier,

you might try the old external Wait_For_User plugin,
   http://imagejdocu.tudor.lu/doku.php?
id=plugin:utilities:wait_for_user:start

It is similar code, but does not have the setAlwaysOnTop() feature.

I could imagine some stupid problem with the OS closing the 'always  
on top' window in case of some operation in a window behind.

Michael
________________________________________________________________

On 28 Jul 2011, at 17:11, Olivier Burri wrote:

> 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
>
> --
> View this message in context: http://imagej.588099.n2.nabble.com/ 
> Mac-OS-Lion-and-ImageJ-tp6601294p6630184.html
> Sent from the ImageJ mailing list archive at Nabble.com.