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.
From: Micha B. <kri...@us...> - 2003-12-20 01:22:37
Friday, December 19, 2003, 16:13:00, Sta...@el... wrote:
SLec> but I think it would be preferable to assign mouse_input_enabled = true in
SLec> the constructor of Plot3D.
I think, that should be correct :-) - it it fixed in the CVS.
Thanks,
Micha
--