Hi T,

in my source-version I never got any error or warning-message (I found that 
strange too ;) ).
I checked this and found out that my debugger was disabled.
So I enabled it 5 minutes ago and  no I get a lot of warnings in my 
source-version.
          if (qx.core.Environment.get("qx.debug")) {
              qx.log.appender.Native;
              qx.log.appender.Console;
          }


That answered my question and I can now fix all warnings and errors.

Thanks a lot!

Tobi

Von: thron7 [mailto:[email protected]]
Gesendet: Freitag, 19. April 2013 09:03
An: qooxdoo Development
Betreff: Re: [qooxdoo-devel] resolved: TypeError: bp is null


On 04/19/2013 08:29 AM, Tobias Koller (GERMO GmbH) wrote:
Ok I will keep this in mind .

But is it possible to get error-messages, such as accessing a private member 
outside the class, during "generate.py build"-Process?

Due to the dynamic nature of JavaScript many things cannot be detected 
statically. Issues like accessing private members outside the class are 
therefore warned about in the source version, during run time. You should have 
gotten those (Strangely, you never replied to questions regarding this).

Reference types in map members (like your __iframe member) might be intentional 
so there is no strict "yes" or "no", but are warned about when running the 
'lint' job.

T.
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to