From: <Sta...@el...> - 2003-12-19 15:13:17
|
First of all - thanks to whoever is working on this package! Second - I would like to pass along an experience I had building a test case application with two SurfacePlots. The mouse handler on the second plot would only sometimes work. Tracked problem down to fact that I don't think the mouse_input_enabled member of Plot3D is ever assigned a default value. Callilng enableMouse(true) in my application solved the problem, but I think it would be preferable to assign mouse_input_enabled = true in the constructor of Plot3D. Stacy. *******************Internet Email Confidentiality Footer******************* The contents of this e-mail message (including any attachments hereto) are confidential to and are intended to be conveyed for the use of the recipient to whom it is addressed only. If you receive this transmission in error, please notify the sender of this immediately and delete the message from your system. Any distribution, reproduction or use of this message by someone other than recipient is not authorized and may be unlawful. |