Re: Problem Dragging ROIs
Posted by
GDC on
Jul 20, 2009; 8:18pm
URL: http://imagej.273.s1.nabble.com/Problem-Dragging-ROIs-tp3691692p3691695.html
Aaron
Were you able to get this problem sorted out? I'm having the exact same issue. I have several hundred images and 25 ROI's per image. Having to use the update function to shift the ROIs for each of these images will be a nightmare. I'm considering uninstalling the latest version and going back to one of the older builds.if i can't get this problem sorted out.
Thanks
Greg
Aaron Schiffman wrote
Michael Schmid-3 wrote
Hi Aaron,
the yellow outline is the ROI.
The turquoise outlines are the rois stored in the Roi Manager,
visible with 'show all'. By clicking on the turquoise label you can
select a roi. Then you can modify it, but this won't change the roi
stored in the Roi Manager.
A way out would be to add each roi to the Roi Manager after it has
been modified by the user, not after the initial click where the user
specifies the roi position.
Michael
Hi Michael,
Confusion about terminology aside, it used to be possible to click directly on the turqoise outlines and move them with the cursor. This is what I am no longer able to do. It is unfortunately necessary to move different turquoise ROIs at different times, often more than once. I understand it is easy to work around this problem by using 'roiManager("Update")'. If I adopt this solution, however, the user is required to drag the yellow ROIs and press an additional button to record the change. Given the enormous number of ROIs involved, additional steps like this are a problem. Another, better workaround would involve coupling the 'roiManager("Update")' function to left clicks of the mouse, but it seems the macro language does not support mouse hotkeys. Do you have any idea what might have caused this change?
Thanks,
Aaron