Re: [qooxdoo-devel] Namespaces branch and IE 6.0.29

2006-07-18 Thread Jim Hunter
When you mentioned the StackTrace it lit up a light bulb. I am using the debug logger that was created for .5.x that uses the code below (modified for Namespaces):qx.core.Object.prototype.debug = function(m, c) {    var clz = this.classname;    var hc = this._hashCode;    debugCollect.push(c+":"+cl

Re: [qooxdoo-devel] Namespaces branch and IE 6.0.29

2006-07-18 Thread Derrell . Lipman
"Jim Hunter" <[EMAIL PROTECTED]> writes: > When you mentioned the StackTrace it lit up a light bulb. I am using the > debug logger that was created for .5.x that uses the code below (modified > for Namespaces): > > qx.core.Object.prototype.debug = function(m, c) > { >var clz = this.classname;

Re: [qooxdoo-devel] Namespaces branch and IE 6.0.29

2006-07-18 Thread Derrell . Lipman
"Jim Hunter" <[EMAIL PROTECTED]> writes: > 1. (*) text/plain ( ) text/html > > Is anyone having problems running the Namespaces branch in IE 6.0.29? I am > testing my app, which runs well in FireFox, but in IE I get nothing in the > browser and the log window only shows: > > 0

[qooxdoo-devel] Namespaces branch and IE 6.0.29

2006-07-18 Thread Jim Hunter
Is anyone having problems running the Namespaces branch in IE 6.0.29? I am testing my app, which runs well in FireFox, but in IE I get nothing in the browser and the log window only shows: 002031 INFO:  qx.component.InitUiComponent(55): initialize runtime: 15ms002047 ERROR: qx.component.InitUiCompo