Login  Register

Re: Mac OS Lion and ImageJ

Posted by ayo raheem on Jul 28, 2011; 8:33pm
URL: http://imagej.273.s1.nabble.com/Mac-OS-Lion-and-ImageJ-tp3683663p3683669.html

DearAll,
Can someone teach me the protocol of setting the positive and the negative colouration on image j for the purpose of  digitally quantification of  IHC staining
Thanks
Ayo


________________________________
From: Michael Schmid <[hidden email]>
To: [hidden email]
Sent: Thursday, July 28, 2011 4:53 PM
Subject: Re: Mac OS Lion and ImageJ

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.