Thank you Jim! This is very helpful! I just found out about and installed qooxdoo today, and the step by step howto doesn't work for 0.7.3 (I think Cygwin install is different - I mean, the Python referenced in the makefile is under /usr/lib and the makefile for qooxdoo seems to be /lib (I tried copying Python2.5 to /usr/lib still no dice. Now I am almost done doing a 100% Cygwin install...
Retgardless if I can get the sdk to work or not - I'm starting to make a little progress using the build download, and cut-n-pasting demo stuff to a copy of the "quickstart"... and you little reply here got rid of the pesky log window :) Thankx Again! --Jason P Sage Jim Hunter wrote: > > I do two things to disable the log window: > > qx.log.Logger.ROOT_LOGGER.removeAllAppenders(); > qx.log.Logger.ROOT_LOGGER.setMinLevel(qx.log.Logger.LEVEL_ERROR); > > The first one disables the log window popup and the second reduces the > error > level. I'm not sure if you need the second if you have the first line, but > I > do them both anyway for my release software. For debugging I use FireFox > with FireBug and all my log entries go to the FireBug console. > > Jim > -- View this message in context: http://n2.nabble.com/Re%3A-Disable-log-window-tp526945p729899.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
