<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Feb 10, 2010, at 3:35 PM, David Doria wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><br><div class="gmail_quote">On Mon, Feb 8, 2010 at 4:22 PM, Wagner Sales <span dir="ltr"><<a href="mailto:wsales@gmail.com">wsales@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto; ">
Hi David,<br>
<br>
I didn't the test with to renderers. Can you post the entirely code?<br>
Of course, if you don't have problems to do this. I'll try to test.<br>
<br>
Wagnre<br>
<div class="im"></div></blockquote></div><br><div>Wagner also took a look at this and found that the border widget does not appear. Is this a known issue? Or we doing something wrong?</div><div><br clear="all"></div></blockquote><div><br></div><div>This works for me.</div><div><br></div><div><div><br></div><div>int main(int argc, char** argv)</div><div>{</div><div> QApplication app(argc, argv);</div><div> QVTKWidget w;</div><div> w.resize(400,400);</div><div> vtkSmartPointer<vtkRenderer> ren = vtkSmartPointer<vtkRenderer>::New();</div><div> w.GetRenderWindow()->AddRenderer(ren);</div><div> vtkRenderWindowInteractor* iren = w.GetInteractor();</div><div> vtkSmartPointer<vtkBorderWidget> border = vtkSmartPointer<vtkBorderWidget>::New();</div><div> border->SetInteractor(iren);</div><div> border->SetResizable(1);</div><div> border->On();</div><div> w.show();</div><div> return app.exec();</div><div>}</div><div><br></div></div><div><br></div><div>Clint</div><div><br></div></div></body></html>