Login  Register

Re: Macro run problem?

Posted by Amelie Marzin on Jun 22, 2011; 8:21am
URL: http://imagej.273.s1.nabble.com/Re-Macro-run-problem-tp3684172p3684173.html

I have something you can try.

I recreated my problem with Mouse_Listener.java :
I just added the following :
new WaitForUserDialog("Do something, then click OK").show();
at differents places.

Just add this line first in run(), then in mousePressed(MouseEvent e).
Please tell me if you have the same problem as me : in the first case, it's ok ; in the second, everything freezes.

And if you have any idea ... ;)

Thanks,

Amélie