But,

independend which log level I use, I get no fatal error in qooxdoo log
window, if I'm writing code who results in fatal errors eg: var x = new
qx.ui.basic.Labelx("Hallo");

I only get the error in Firefox javascript console:

Fehler: qx.ui.basic.Labelx is not a constructor
Quelldatei:
http://www.wellness-4all.local/address/source/class/address/Application.js
Zeile: 170

but often I can't see the line, where the error occures. In version 0.6.6. I
had good error messages with a line number of the mispelled code in the
debug window.
What is to do to have the same behaviour in 0.7?



Dietrich Streifert wrote:
> 
> 
>> Thanks for pointing at this. This documentation is outdated. Now you 
>> have to use:
>>
>> if (qx.Setting.get("qx.isSource")) {...}
>>   
> Sorry Fabian, but this does not work:
> 
> qx.Setting has no properties
> 
> 
> It must be something like:
> 
> qx.core.Setting.get("qx.isSource")
> 
>> I have updated the documentation of this.
>>
>> Best Fabian
>>   
> -- 
> Mit freundlichen Grüßen
> Dietrich Streifert
> --
> Visionet GmbH
> Firmensitz: Am Weichselgarten 7, 91058 Erlangen
> Registergericht: Handelsregister Fürth, HRB 6573
> Geschäftsführer: Stefan Lindner
> 
> 
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> 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/logging-problem-tf3999386.html#a11391615
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to