A widget requires an attached widget representation to work properly for all of its methods...<br><br>Is this a bug? Or an intended "it's not gonna work unless there's a representation connected to it..."?<br>
<br>Any Widgets folks want to chime in on whether this should be expected to work?<br><br><br>Thx,<br>David<br><br><br><div class="gmail_quote">On Thu, Jun 19, 2008 at 4:39 PM, Prabhu Ramachandran <<a href="mailto:prabhu@aero.iitb.ac.in">prabhu@aero.iitb.ac.in</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br>
<br>
There is a bug with vtkCompassWidget.  It is trivial to reproduce.  Here is a Python example:<br>
<br>
 import vtk<br>
 w = vtk.vtkCompassWidget()<br>
 print w.GetDistance()<br>
<br>
I get a bus error on my mac and others seem to get segmentation violations.<br>
<br>
Thanks.<br>
<br>
cheers,<br><font color="#888888">
-- <br>
Prabhu Ramachandran                 <a href="http://www.aero.iitb.ac.in/%7Eprabhu" target="_blank">http://www.aero.iitb.ac.in/~prabhu</a><br>
_______________________________________________<br>
vtk-developers mailing list<br>
<a href="mailto:vtk-developers@vtk.org" target="_blank">vtk-developers@vtk.org</a><br>
<a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
</font></blockquote></div><br>