NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.
To learn about what's going on, see About the Archive Site.
Hi Keith, > I'm trying to limit user interaction in my > collaborative displays. Is there a way to disable the > default mouse-Display interactions (zoom, pan rotate > functions)? The best way currently is to define your own extension of MouseHelper that overrides processEvent(AWTEvent) with an implementation that does nothing. See: http://www.unidata.ucar.edu/glimpse/visad-list/2255 For a description of how to include your MouseHelper extension in a Display (note the description is for DisplayImplJ2D but the analog works for DisplayImplJ3D). Good luck, Bill
visad
archives: