Re: [qooxdoo-devel] someObject.self(arguments).staticVar does not work

2007-06-26 Thread Dioc
Unfortunately winService.self.IMAGE_NAME does not work too. It has "undefined" value. Firebug shows that winService.self references to the function that has the attached "self" function. Latter self function has the attached "classname" variable and its value is "qx.core.Object". Fabian Jakobs-

Re: [qooxdoo-devel] someObject.self(arguments).staticVar does not work

2007-06-26 Thread Fabian Jakobs
Hi Dioc, > Hello, > > I have written a class that subclasses qx.ui.window.Window and has static > variable IMAGE_NAME. I pass an instance of the class in the constructor of > the other class and would like to access static variable IMAGE_NAME by using > the instance reference. The code looks like:

[qooxdoo-devel] someObject.self(arguments).staticVar does not work

2007-06-26 Thread Dioc
Hello, I have written a class that subclasses qx.ui.window.Window and has static variable IMAGE_NAME. I pass an instance of the class in the constructor of the other class and would like to access static variable IMAGE_NAME by using the instance reference. The code looks like: qx.Class.define("m