In a fit of idiocy I had extended "qx.Core.Object" instead of
"qx.core.Object", now that error is gone.
What remains is the "theme to use is not available" which I still can't
explain.
thanks ...
-deech
On Thu, Sep 24, 2009 at 1:44 PM, aditya siram <[email protected]>wrote:
> In my config.json, I commented out ${QXTHEME}, I guess this over-rides the
> ${QXTHEME} in application.json. Now I don't get that the "theme to use is
> not available" error anymore, but I still get the "qx.Core is undefined".
>
> This may point to a larger problem but I don't know what that is.
>
> Any help is appreciated.
>
> -deech
>
>
> On Thu, Sep 24, 2009 at 12:22 PM, aditya siram <[email protected]>wrote:
>
>> 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