when I define my QxCommand (for menu) outside window.application.main = function () { }
body, then my whole application cannot run and in my FIrefox error console I get
Error: window.application.getClientWindow () has no properties
Source file: http://localhost/phpfbadmin/libs/qooxdoo/script/qooxdoo.js
Line: 19
and when I move with mouse I get many error messages in qooxdoo demoDebug div:
QxImagePreloader[HASHCODE:351]
QxImagePreloader[HASHCODE:355]
QxImagePreloader[HASHCODE:356]
etc...
etc...
If I define QxCommand in window.application.main body, then everything is ok.
Is the way I define QxCommand (outside) wrong or is it bug in qooxdoo?
Best regards,
Petr
