Hello,

Just read it now. Add the following after including qx.js.
                <script type="text/javascript">
                        
qx.dev.log.Logger.ROOT_LOGGER.setMinLevel(qx.dev.log.Logger.LEVEL_OFF);         
        
                </script>

This will turn off the logging and wont bring the log window either.

Regards,
Alee


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
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Table.js-Scrollbar-issues-tf2149704.html#a6053461
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
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to