Re: [qooxdoo-devel] Disable/Enable Debug PopUp Window

2007-02-19 Thread Fabian Jakobs
Hi Hugh, >> To do these optimizations we have added a new concept >> we call variants. If the code above should be removed from the build >> you have to use: >> > > Neat. > > I look forward to including lots of this sort of code in our app to tighten > up on debug testing. > > Nice to he

Re: [qooxdoo-devel] Disable/Enable Debug PopUp Window

2007-02-16 Thread Hugh Gibson
> To do these optimizations we have added a new concept > we call variants. If the code above should be removed from the build > you have to use: Neat. I look forward to including lots of this sort of code in our app to tighten up on debug testing. Is there a simple "ASSERT" method in qooxdoo

Re: [qooxdoo-devel] Disable/Enable Debug PopUp Window

2007-02-15 Thread Fabian Jakobs
Nick Glencross schrieb: > Hugh Gibson wrote: > >>> Yes, you an control it in the HTML itself, so for instance, I have: >>> >> For 0.6.5 this is: >> >>// >>// Set up logging as appropriate >>// >>if (qx.IS_SOURCE) >> { >> qx.log.Logger.ROOT_LOGGER.setMinLevel(qx

Re: [qooxdoo-devel] Disable/Enable Debug PopUp Window

2007-02-15 Thread Nick Glencross
Hugh Gibson wrote: >> Yes, you an control it in the HTML itself, so for instance, I have: > > For 0.6.5 this is: > >// >// Set up logging as appropriate >// >if (qx.IS_SOURCE) > { > qx.log.Logger.ROOT_LOGGER.setMinLevel(qx.log.Logger.LEVEL_DEBUG); > } >else >

Re: [qooxdoo-devel] Disable/Enable Debug PopUp Window

2007-02-15 Thread Hugh Gibson
> Yes, you an control it in the HTML itself, so for instance, I have: For 0.6.5 this is: // // Set up logging as appropriate // if (qx.IS_SOURCE) { qx.log.Logger.ROOT_LOGGER.setMinLevel(qx.log.Logger.LEVEL_DEBUG); } else { qx.log.Logger.ROOT_LOGGER.set

Re: [qooxdoo-devel] Disable/Enable Debug PopUp Window

2007-01-12 Thread Nick Glencross
Agustin Almonte F. wrote: > Hi, is there a way to simple disable/enable debug popup window without > recompile? Hi Augustin, Yes, you an control it in the HTML itself, so for instance, I have: if (!qx.SOURCE_BUILD) qx.dev.log.Logger.ROOT_LOGGER.setMinLevel(qx.dev.log.Logger.LEVEL_OFF); Thi

[qooxdoo-devel] Disable/Enable Debug PopUp Window

2007-01-11 Thread Agustin Almonte F.
Hi, is there a way to simple disable/enable debug popup window without recompile? Thanks in Advance -- Agustín Almonte - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll ge