Mhh, crazy stuff. As "_applyInitialAppearance" is a typical property of QxWidget and is only called in the constructor of QxWidget this basically means that the QxWidget prototype doesn't have any property "_applyInitialAppearance" at the time of instance creation. Another way to produce the error is to do something like "QxWidget()" without the "new" operator. In my opinion this is normally a consecutive fault of the error displayed before (hopefully). Maybe some parsing problem for example.
Sebastian Lothar Kaiser schrieb: > Hi Jim, > > we are having similar problems and appearently they only exist with IE. > Firefox (1.5) handles the same code flawlessly. > > We couldn't yet figure out what causes these errors, but we are guessing > that it has something to do with property-modifiers. > > cheers, > Lothar > > > > Am Donnerstag, den 06.07.2006, 16:26 -0700 schrieb Jim Hunter: >> 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 >> >> >> >> and this has nothing to do with my code. We used to get log entries >> that could help us determine what went wrong and kind of where to >> look. Now I feel I am back to hunting for errors. I am trying to >> convert a .5x project to namespaces and having just a little >> frustration with the log entries. >> >> Has anyone else noticed this? >> >> Thanks, >> Jim >> 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 > > > 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 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
