Login  Register

Updating displayed images in a virtual hyperstack window

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Updating displayed images in a virtual hyperstack window

Bill Mohler
147 posts
I have a PluginFrame that adjusts the ImageProcessor(s) being
displayed in a virtual hyperstack window.  All the adjustments are
working fine, but I do not see the changes appear in my hyperstack
window until after I do a manual adjustment of one of the sliders for
C,Z,or T.

Right now my itemStateChanged and adjustmentValueChanged methods of
my PluginFrame finish all their work with the lines:

ci.updateAllChannelsAndDraw();
imp.updateAndRepaintWindow();

to address the ImagePlus in the window.  But they don't seem to give
any response within the window.

Any hints on the best way to do this?

Thanks,
Bill