Re: [qooxdoo-devel] a solution

2007-06-28 Thread Sebastian Werner
Yes, but only if the instance is a direct instance of this class. If you have a deeper inheritance and want to access a static variable of a superclass this do not work. Sebastian Dioc schrieb: > Hello, > > I found a solution. someObject.constructor.staticVar expression can be used > to acces

Re: [qooxdoo-devel] a solution

2007-06-27 Thread Dioc
Hello, I found a solution. someObject.constructor.staticVar expression can be used to access static variable. In my case it is winService.constructor.IMAGE_NAME. Best regards, Dioc -- View this message in context: http://www.nabble.com/someObject.self%28arguments%29.staticVar-does-not-work-tf