Login  Register

Re: TrakEM2 update

Posted by Albert Cardona on May 30, 2008; 1:39pm
URL: http://imagej.273.s1.nabble.com/TrakEM2-update-tp3696109p3696112.html

Hi Gabriel,

> Hi Albert,
> I noted that you updated it to a new version of ImageJ_3D_Viewer plugin. But
> that new version still shows a stretched image in my setup.
> Have you been able to track down what the problem is?
>  


Not really. I know a workaround: calling the following from the jython
interpreter

from java.awt import Dimension
d = Dimension(512,512)
IJ.getCurrentWindow().setMinimumSize(d)
IJ.getCurrentWindow().setPreferredSize(d)

... will at least enable you to resize the window. There is a bizarre
issue going on with java3d and the Canvas3D that I don't (yet)
understand. We'll try to tackle it over the next two weeks.

Albert

--
Albert Cardona
http://www.mcdb.ucla.edu/Research/Hartenstein/acardona