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.
I am using the jython scripts set up by Tom W. I would like to close the display windows within the .py script. I did this by modifying the subs.py: def showDisplay(display, width=300, height=300, title="VisAD Display", bottom=None, top=None, panel=None): mf=myFrame(display, width, height, title, bottom, top, panel) return mf class myFrame: def desty(self, event): self.display.destroy() self.frame.dispose() def kill(self): self.display.destroy() self.frame.dispose() .. then I can do mf.kill() This simulates the user clicking the window close icon. Is there a better way without modifying the semi standard routines in subs.py and graph.py? G. Garrett Campbell Ph. D. Cooperative Institute for Research in the Atmosphere Colorado State University Ft. Collins, CO, USA 970 491 8497 campbell@xxxxxxxxxxxxxxxxxx
visad
archives: