<div dir="ltr">Hello. <div>Sorry for the delayed answer.<div>In fact, I hadn't thought about that. I could use Qt as you suggested and that's all!</div><div>Everything works as expected, thank you!</div><div><br></div><div>Fernando.<br><div class="gmail_extra"><br><div class="gmail_quote">2016-03-07 15:54 GMT+01:00 Cory Quammen <span dir="ltr"><<a href="mailto:cory.quammen@kitware.com" target="_blank">cory.quammen@kitware.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">While there is some timer support in VTK, since you are using Qt, you<br>
are likely better of firing off a one-shot timer event in Qt after you<br>
save your screen shot. See <a href="http://doc.qt.io/qt-4.8/qtimer.html" rel="noreferrer" target="_blank">http://doc.qt.io/qt-4.8/qtimer.html</a> for<br>
details. In the slot you connect the timer to, you'll take care of<br>
hiding/removing the vtkTextActor.<br>
<br>
HTH,<br>
Cory<br>
<div><div class="h5"><br>
On Mon, Mar 7, 2016 at 4:54 AM, Fernando Nellmeldin<br>
<<a href="mailto:f.nellmeldin@open-engineering.com">f.nellmeldin@open-engineering.com</a>> wrote:<br>
> Hello,<br>
> does anyone know if this is possible with VTK?<br>
><br>
> Thank you.<br>
> Fernando.<br>
><br>
> 2016-03-01 10:08 GMT+01:00 Fernando Nellmeldin<br>
> <<a href="mailto:f.nellmeldin@open-engineering.com">f.nellmeldin@open-engineering.com</a>>:<br>
>><br>
>> Hello all.<br>
>><br>
>> I would like to show a text in screen and this text should disappear after<br>
>> a few seconds (3~4). For example, the text should say: "Screenshot saved"<br>
>> and then disappear. For me, doesn't matter if the vtkTextActor gets deleted<br>
>> or its visibility gets turned off.<br>
>><br>
>> How can this be achieved with VTK? Please note that my VTK window is<br>
>> embedded in a Qt application window.<br>
>><br>
>> I've done this before with pure OpenGL, but in that case I had access to<br>
>> the "while (true)" loop of the application and I could ask each frame how<br>
>> many seconds have passed. I am completely lost on this subject when using<br>
>> VTK.<br>
>><br>
>> Thank you!<br>
>><br>
>> Fernando.<br>
><br>
><br>
</div></div>> _______________________________________________<br>
> Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at<br>
> <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
><br>
> Please keep messages on-topic and check the VTK FAQ at:<br>
> <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
><br>
> Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
><br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
--<br>
Cory Quammen<br>
R&D Engineer<br>
Kitware, Inc.</font></span></blockquote></div>
</div></div></div></div>