[qooxdoo-devel] Disable-Debug with SDK-Make

2007-07-21 Thread Jared Broad
Hello Qooxdoo'rs Ive searched the other disable messages in maillist and all seem to be using the quick start "qx.js". When using a make application file if I put: qx.dev.log.Logger.ROOT_LOGGER.setMinLevel(qx.dev.log.Logger.LEVEL_OFF); Then it understandably replies that "qx.dev.log has no pr

Re: [qooxdoo-devel] internal window minimize

2007-07-21 Thread JaredBroad
Hi Qooxdooers, For others who stumble on this and are struggling with window minimization, here is a routine I am using to handle my window states. Setup in Main function: var newsWindow = null; Call: //Generate News * function _createNews() { //Ch