<div class="gmail_quote">On Mon, Feb 15, 2010 at 8:13 AM, circass <span dir="ltr">&lt;<a href="mailto:circass@gmail.com">circass@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Now my widget&#39;s arrow part is not showing itself. it is in a different<br>
dimension or something like that. when i zoomout i can see the arrow part<br>
and the line but when i want to see it closer it s disappearing.<br>
Is there any body who knows what is the problem or what can be the<br>
problem...<br>
here is my code.<br>
<br>
vtkCaptionWidget *m_capWidget = vtkCaptionWidget::New();<br>
vtkCaptionActor2D *Dactor = vtkCaptionActor2D::New();<br>
Dactor-&gt;SetCaption(&quot;!!!Test Warning!!!&quot;);<br>
m_capWidget-&gt;SetCaptionActor2D(Dactor);<br>
m_capWidget-&gt;SetSelectable(321);<br>
//m_capWidget-&gt;PlaceWidget<br>
m_absWidget = m_capWidget;<br>
<br>
m_absWidget-&gt;CreateDefaultRepresentation();<br>
m_absWidget-&gt;AddObserver(vtkCommand::StartInteractionEvent,<br>
StartInteractionCallBack::New());<br>
m_absWidget-&gt;AddObserver(vtkCommand::EndInteractionEvent,<br>
EndInteractionCallBack::New());<br>
<br>
<br>
widget is turning on when mouse enters the renderwindow.<br>
<br>
so the &quot;m_absWidget-&gt;On();&quot; part is in the mouse enter event function.<br>
<br>
Thanx<br>
Circass<br><br></blockquote><div class="gmail_quote"><br></div>Here is a demo of the captionWidget. The only thing I couldn&#39;t get to change properly was the font size.</div><div class="gmail_quote"><br></div><div class="gmail_quote">
<a href="http://www.vtk.org/Wiki/VTK/Examples/Widgets/Cxx/Caption">http://www.vtk.org/Wiki/VTK/Examples/Widgets/Cxx/Caption</a></div><div class="gmail_quote"><br></div><div class="gmail_quote">Does this help? The arrow seems always visible to me?</div>
<div class="gmail_quote"><br></div><div class="gmail_quote">Thanks,<br><br><div>David </div></div>