<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
I've done several systems like this, using different browsers. I've
found Contact the 'friendliest' so far, but I've had to do the same as
you.<br>
It's frustrating. Apparently, adding a node to a scene does not add its
DEF name to the namespace by design (the Spec). I can't imagine<br>
why. If name collision were to occur, an error would be returned, you'd
think. Anyway Contact will at least bend if you addNode (top-level),<br>
but not if you add as a child (which I'm sure you're doing). <br>
<br>
I hope x3dom does not have this restriction, and I'd like to see all
actively-developed browsers adopt a more liberal policy.<br>
<br>
I too hope someone can offer a better solution, even if it means using
a different player.<br>
<br>
Dave A.<br>
<br>
On 8/21/2010 5:54 AM, Silvia Maria Batraneanu wrote:
<blockquote cite="mid:810602.86272.qm@web65716.mail.ac4.yahoo.com"
 type="cite">
  <table border="0" cellpadding="0" cellspacing="0">
    <tbody>
      <tr>
        <td
 style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit; -x-system-font: none;"
 valign="top">Hello everybody,<br>
        <br>
     I built a pretty complex scene which is used to monitor in
real-time the status of a big network.  The majority of the nodes are
prototypes and are generated dynamically using the Java SAI. All of
them are named and have their attributes changed at a certain moment in
time.  I need to perform identical actions such as current trafic
information and plot retrieval and often the most important information
I need to pass via ROUTEs is the name of the sending node itself.<br>
   The only way I could do this is to use inside my prototypes an
additional MFString parameter in which I store the node name and a very
simple script that refreshes the value of this string and hence creates
an event which allows me to route this value to the target node.<br>
   I find my way of doing it cumbersome but I have no other idea. Am I
missing something , is there a simple way of doing this? Did anybody
else bump into this?<br>
        <br>
Any help is greatly appreciated:)<br>
        <br>
Cheers,<br>
Silvia<br>
        <br>
        <br>
        <br>
   <br>
        </td>
      </tr>
    </tbody>
  </table>
  <br>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
X3D-Public mailing list
<a class="moz-txt-link-abbreviated" href="mailto:X3D-Public@web3d.org">X3D-Public@web3d.org</a>
<a class="moz-txt-link-freetext" href="http://web3d.org/mailman/listinfo/x3d-public_web3d.org">http://web3d.org/mailman/listinfo/x3d-public_web3d.org</a>
  </pre>
</blockquote>
</body>
</html>