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