<html><body>
<p><tt>xotcl-bounces@alice.wu-wien.ac.at wrote on 03/19/2006 05:32:31 AM:<br>
<br>
&gt; <br>
&gt; On 19 Mar 2006, at 14:09, Scott Gargash wrote:<br>
&gt; <br>
&gt; &gt; xotcl-bounces@alice.wu-wien.ac.at wrote on 03/19/2006 04:08:40 AM:<br>
&gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; On 19 Mar 2006, at 00:12, Scott Gargash wrote:<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; When would you need the namespace of the object?<br>
&gt; &gt; &gt; I have only ever needed the namespace of an object which attaching<br>
&gt; &gt; &gt; traces to variables (f.ex. with Tk), but for that it is,<br>
&gt; &gt; &gt; unfortunately quite necessary.<br>
&gt; &gt;<br>
&gt; &gt; I haven't used it yet, but doesn't the &quot;trace&quot; method handle this?<br>
&gt; <br>
&gt; No. Some tk widgets map their values to Tcl variables. Other similar &nbsp;<br>
&gt; interfaces exist. It is handy to map them to an instance variable but &nbsp;<br>
&gt; for that it is necessary to have the namespaced version available.</tt><br>
<br>
<tt>Snit has a &quot;myvar&quot; method that returns the fully qualified name of a snit member variable. &nbsp;Perhaps something similiar (a method that returned a &quot;reference&quot; to an instance variable) would be useful in XOTcl? &nbsp; </tt><br>
<br>
<tt>        Scott</tt></body></html>