The following is added in qx.application.Standalone class (the include key):
qx.Class.define("qx.application.Standalone",
{
extend : qx.application.AbstractGui,
include : qx.application.MDecoration,
the MDecoration is in the correct directory and is a valid Mixin class:
qx.Mixin.define("qx.application.MDecoration",
{
/*
*****************************************************************************
MEMBERS
*****************************************************************************
*/
members :
{
when the demobrowser is run the following error message is printed:
Invalid key "include" in class "qx.application.Standalone"! The value is
undefined/null! throw new Error('Invalid k...+ '"! The value is
undefined/null!');
Class....4653521 (line 780)Invalid key "extend" in class
"demobrowser.Application"! The value is undefined/null! throw new
Error('Invalid k...+ '"! The value is undefined/null!');
Class....4653521 (line 780)
The question: Is the key "include" blocked for the qx.application namespace? Or
is this a bug we see here?
Stefan
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel