Well I can tell you that I don't have this problem in my widgets.&nbsp; Perhaps you could post a larger snippet, including your docFactory?<br><br>C<br><br><br><div><span class="gmail_quote">On 10/11/06, <b class="gmail_sendername">
Fabio Forno</b> &lt;<a href="mailto:fabio.forno@gmail.com">fabio.forno@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Let's forget about event handlers. The basic problem I'm facing at<br>present is this one:<br><br>MyNS.MyWidget.methods(<br>&nbsp;&nbsp;function __init__(self, node) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MyNS.MyWidget.upcall(self, '__init__', node);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;alert(
self.myMethod);<br>},<br><br>function myMethod (self) {<br>}<br><br>)<br><br>in Firefox the alert displays the body of the function (actually the<br>stub calling it), instead in IE I get undefined. This makes it<br>impossible to pass any method to an external method...
<br><br>--<br>Fabio Forno, PhD<br>Istituto Superiore Mario Boella<br>Jabber ID: <a href="mailto:xmpp:ff@kamin.polito.it">xmpp:ff@kamin.polito.it</a><br>** Try Jabber <a href="http://www.jabber.org">http://www.jabber.org</a>
<br><br>_______________________________________________<br>Twisted-web mailing list<br><a href="mailto:Twisted-web@twistedmatrix.com">Twisted-web@twistedmatrix.com</a><br><a href="http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web">
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web</a><br></blockquote></div><br>