Hi,

It is better to start a new thread.

When you have turned off logging, a logging message must have already been
generated.
As a workaround, why don't you try to delete the creation of the window
appender in qx.js?


D. Fillpot wrote:
> 
> How do I turn off all logging? I do not want the popup window to open at 
> all, and even doing this:
> 
>     qx.dev.log.Logger.ROOT_LOGGER.removeAllAppenders();
>     var divAppender = new qx.dev.log.DivAppender("debug");  //valid div 
> element
>     qx.dev.log.Logger.ROOT_LOGGER.addAppender(divAppender);
> 
> 
> does not stop the popup. any ideas?
> 
> Thanks
> 
> Dan
> 
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Table.js-Scrollbar-issues-tf2149704.html#a5957864
Sent from the qooxdoo-devel forum at Nabble.com.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to