[EMAIL PROTECTED] wrote:
> Hi, Unfortunately specifying 
>   APPLICATION_SOURCE_LOG_LEVEL = off 
> in 
>   frontend\framework\tool\make\application.mk

For one thing, you don't change the application.mk, you just put the new 
settings in your skeleton Makefile (the application.mk is only for 
defaults which get overridden by local Makefile settings).

> didn't help with skeleton-helloworld tutorial 
> (http://qooxdoo.org/documentation/0.7/hello_world_tutorial)

Which version was misbehaving, was it the source or the build version of 
you skeleton?!
What was Pirlo's solution when he had the problem?

Thomas

> 
> Is there an easy way to hide debug window by switch? 
> 
> Thank you,
> 
> 
> thron7 wrote:
>> Pirlo wrote:
>>> Hi!
>>>
>>> I´m trying to disable the log pop up. But I don´t manage it.. I have
>>> searched other threads but I tried differents things like writing  
>>> qx.dev.log.Logger.ROOT_LOGGER.setMinLevel(qx.dev.log.Logger.LEVEL_OFF);
>>> or
>>> something similar and thats doesn´t work...
>>>
>>> please I need to close  log pop up!
>>>
>>> thanks!
>>>   
>> Pirlo,
>>
>> the log window should be off by default in the build version of your 
>> app. Get back if this is not the case.
>>
>> If you want to disable the log window for the source version, try 
>> setting APPLICATION_SOURCE_LOG_LEVEL = off in the Makefile and re-run 
>> make. If that doesn't work, try removing all appenders in your app using 
>> removeAllAppenders(), or setting your log appender to 
>> qx.log.appender.RingBuffer, which stores all messages internally (but 
>> this consumes memory!).
>>
>> HTH,
>> Thomas
>>
>>
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio 2008.
>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>> _______________________________________________
>> qooxdoo-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>>
>>
> Quoted from: 
> http://www.nabble.com/Disable-log-window-tp17596301p17596695.html
> 
> 
> 


-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to