Agustin Almonte F. <aalmonte <at> gmail.com> writes:

> 
> Hi, im trying to build a new application with skeleton makefile. I changed the
default namespace for my app and everything works great using source, but when i
built the app javascript errors apears:
> "this.getComponent() has no
properties""qx.OO.classes[this.getSetting("component")] is not a constructor"
> does anyone has this problem? is there a step by step app build
tutorial?thanks in advance.Agustín Almonte
> 

Hi Agustín,
funny thing, I had exactly the same problem this morning. :)

Have you only changed the namespace or have you also changed the name of the
Application.js file and the Application class?

Please have a look at the Makefile, there should be a setting under the basic
settings similar to this one:
APPLICATION_NAMESPACE = custom

It has to be changed to the new namespace.

If you have also changed the class name, then you have to add another setting to
the file, making it look like this:
APPLICATION_NAMESPACE = newnamespace
APPLICATION_CLASSNAME = newnamespace.Newclassname

,filled with the correct values.
All values are case-sensitive!

I hope this helps.
Regards,
Daniel Haferkorn




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to