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
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