"Jim Hunter" <[EMAIL PROTECTED]> writes:

> Is it me, or does every exception in the namespaces branch return the same
> message? Regardless of the reason the program doesn't execute, I get the
> following in the debug window:
>
> Modification of property "state" failed with exception: TypeError -
> this._applyInitialAppearance is not a function

Jim, if you're using the debug console (div, extra window, whatever) -- which
you must be to be getting the above message -- you should get a complete
backtrace showing what's being called and from where.  If you post a small
snippet of code and the backtrace, we should be able to help you find the
problem.

OTOH, this looks like something wrong internally.  The function
_applyInitialAppearance() is a method of Widget, and is called only from the
Widget constructor.  It looks to me like that function has to be defined if
it's being called.  Before anything else, you should do the following:

  svn update (from the top-level)
  tools/make-realclean.sh
  tools/generate-dev/make.sh

Please let us know whether that eliminates the problem.  If not, then posting
the backtrace would be useful.

Cheers,

Derrell

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