Hi all,
I am having trouble adding a class to my Qooxdoo project. I have my initial
file Application.js generated by the Python script :
/* *********************
#asset(projectname/*)
********************** */
qx.Class.define ("projectname.Application",
{
extend : qx.application.StandAlone,
members : { ... }
});
This works fine. Then I added a second class in the file 'SecondClass.js':
qx.Class.define("projectname.SecondClass",
{
extend : qx.Core.Object
members : { ... }
});
I then did a ' generate.py source-all', but when I tried to pull up the web
page I get the following errors:
The theme to use is not available: projectname.theme.Theme
throw new Error("The theme to use is not available: " + theme);
Meta.js (line 108)
qx.Core is undefined
extend : qx.Core.Object
I have changed nothing else. Any idea what is going on here?
thanks ...
-deech
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel