Daniel Haferkorn schrieb:
> Hello,
>
> I have now put some time into migrating my application to qooxdoo 0.7.
> The source version seems to run ok.
> However, when I compile the build version and try to run it, I always 
> get this error in Firebug:
> clazz is not a constructor
> [Break on this error] this.setApplication(new clazz(this));
>
> I have no idea how this can happen. I have compared my files and their 
> structure to the structure of the skeleton application, and I have found 
> no differences that would explain this behaviour.
> Any ideas what this could be about?
>   
Hello Daniel,

This error can have two reasons:

1. The setting "qx.Application" does not point to your applications class.
2. Your Application class is not loaded or included in the wrong order.


To check the setting "qx.Application" please add the following code to 
qx.core.Init at line 190:

        this.debug("Loading main application class: '" + 
qx.core.Setting.get("qx.application") + "'");

If you have problems with the dependency resolution it is sometimes 
helpful to do a "make distclean" and try again.

Best Fabian


-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to