<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p>In render some things in the constructor of my GUI.<br>
<br>
Now I try to add some spheres and update/redraw the radius of the spheres every second.<br>
I have a text file containing the new radius of each sphere and a timer to generate the events.<br>
<br>
When I am changing a radius in the .txt file (while my program is executed) to a higher value, the sphere grows in real time.<br>
But when I <b>decrease</b> the radius, the sphere isn't decreasing. <br>
<br>
I think that my program doesn't update everything.<br>
<span></span></p>
<p><span><br>
</span></p>
<p><span>I use:<br>
<span>ui.qvtkWidget->update();</span></span><br>
<span><span></span></span><br>
</p>
<p>In my timer function everything (expect the renderer and renderwindow) is created each time.<br>
<br>
So I can't figure out whats the problem.<br>
<br>
</p>
</div>
</body>
</html>