<html>
    <head>
        <title></title>
        <style type="text/css" media="screen">
body {font-family: verdana, arial, helvetica, sans-serif;font-size: 12px;padding: 5px;margin: 0;background-color: #FFF;}
p, ul, li {margin-top: 0;margin-bottom: 0;}
blockquote {margin-left: 5px;}
div.signature {color: #666;font-family: monospace; font-size: 0.9em;}
</style>
    </head>
    <body>
        Hi all<br /><br />I'm quite new to X3D and facing a problem, that you might have solved long ago.<br /><br />I work with &lt;Script&gt; nodes and embedded JavaScript (CDATA) in the scene.<br /><br />I make use of the Browser.createVrmlFromURL(url,node,field) function and add some content dynamically.<br /><br />To render the content, I add the content with .addChildren to a &lt;Group&gt; node.<br /><br />Now I want to get rid of parts of the content and use .removeChildren of the &lt;Group&gt; node.<br /><br />As expected, the content is invisible now, but it is still active.<br /><br />I see in the debug output of the content (Browser.println()), tha of the content (Browser.println()), that still timers are runni...<br /><br />What would be your first assumption? What could be wrong?<br /><br />Thanks<br />Christoph
    <div class="signature"><br /><br /><br />-- <br />Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 -<br />sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser</div></body>
</html>