Point mode and Point Tool Dialog and WaitforUser
Posted by nstifani on Dec 16, 2016; 9:16pm
URL: http://imagej.273.s1.nabble.com/Point-mode-and-Point-Tool-Dialog-and-WaitforUser-tp5017791.html
Hi there,
I have read that the Point Tool dialog was non-modal. Awesome !
1.50d 25 October 2015
The Edit>Options>Point Tool dialog, in multi-point mode, is now non-modal and has a "Counter" drop down menu. As a shortcut for opening this dialog, double click on the multi-point tool icon.
So I was trying to run something like:
run("Point Tool...");
waitForUser("The Point Tool Dialog prevents the waitforUser...");
Yet the waitforUser wont appear unless the Point Tool Dialog is closed... Is there a walk-around?