Well I can tell you that I don't have this problem in my widgets.  Perhaps you could post a larger snippet, including your docFactory?

C


On 10/11/06, Fabio Forno <[EMAIL PROTECTED]> wrote:
Let's forget about event handlers. The basic problem I'm facing at
present is this one:

MyNS.MyWidget.methods(
  function __init__(self, node) {
        MyNS.MyWidget.upcall(self, '__init__', node);
        alert( self.myMethod);
},

function myMethod (self) {
}

)

in Firefox the alert displays the body of the function (actually the
stub calling it), instead in IE I get undefined. This makes it
impossible to pass any method to an external method...

--
Fabio Forno, PhD
Istituto Superiore Mario Boella
Jabber ID: xmpp:[EMAIL PROTECTED]
** Try Jabber http://www.jabber.org

_______________________________________________
Twisted-web mailing list
[email protected]
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web

_______________________________________________
Twisted-web mailing list
[email protected]
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web

Reply via email to