Login  Register

Re: Data from summary window

Posted by davek604 on Nov 27, 2014; 4:18pm
URL: http://imagej.273.s1.nabble.com/Data-from-summary-window-tp5010658p5010663.html

Hello Tiago
Thanks for replying but unfortunately it doesn't work

I changed the following code
TextWindow tw = (TextWindow)WindowManager.getFrame("Summary");
to
TextWindow tw = (TextWindow)WindowManager.getFrame("Summary of "+GreenZ.getTitle());
this gets the correct name of the summary window and prevents tw from being null.
 When I debug it, st always comes out as null so it doesn't appear to be picking up anything from the summary window or the results window. I'm wondering if its actually possible to access the data in the summary window via a plugin as the API has no commands that I can find for it.

Regards

David