[vtkusers] Still can't get vtkInteractorStyle to work!
Nikhil Sharma
pingnikhil at yahoo.com
Sat Oct 14 00:19:03 EDT 2006
Hi Anja,
Thanks for taking the time to reply. I tried your suggestion, still no luck. As can be seen in the (fully functional) Java code in my earlier post, I'm already printing out messages from my overrides, including now the new ones which you suggested.
Are any Java users listening?
VTK Development Team? Could this be a bug in the Java binding of VTK?
Or, is this problem to trivial to rouse anybody's interest?
:-(
-Nikhil.
-----Original Message-----
From: vtkusers-bounces+pingnikhil=yahoo.com at vtk.org [mailto:vtkusers-bounces+pingnikhil=yahoo.com at vtk.org]On Behalf Of Anja Ende
Sent: Friday, October 13, 2006 8:07 p
To: vtkusers
Subject: Re: [vtkusers] Still can't get vtkInteractorStyle to work!
Hi there,
To get complete control, you will need to at least override all these methods and replace it with your handlers:
virtual void OnMouseMove();
virtual void OnLeftButtonDown();
virtual void OnLeftButtonUp();
virtual void OnRightButtonDown();
virtual void OnRightButtonUp();
virtual void OnChar();
So try overriding these values as well. Also, output something in your overrides so that you have an indication that the correct interactor style has registered with the interactor.
I have unfortunately not used VTK with Java, but it should not be anything more complicated.
Cheers and good luck,
Anja
---------------------------------
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20061013/85e2e996/attachment.htm>
More information about the vtkusers
mailing list