Re: Setting "Data changed flag" from plugin/macro?
Posted by Gabriel Landini on Oct 24, 2006; 4:03pm
URL: http://imagej.273.s1.nabble.com/can-i-draw-cylinders-tp3701211p3701221.html
On Tuesday 24 October 2006 14:53, Joachim Wesner wrote:
> How can I force Imagej to consider data processed by a macro or plugin to
> be considered "changed" and in need of saving when one tries to close the
> resp. window/stack ?
Would this work?
imp.chages=true;
so, when trying to close you get the dialog?
Cheers,
G.