Hi, 

I have a problem with custom resources:

The qx.core.Setting.__settings map does contain the "custom.resourceUri" key
but there is no defaultValue assigned but only a value => Error Setting
"custom.resourceUri" is not supported by API.

The documentation says, that the window.qxsettings map is imported at
application start. This happens in the qx.core.Setting.__init() method, but
here only the value is set.

How to set the defaultValue?

The error is thrown, when the custom Widget-/IconTheme is loaded:

qx.Theme.define("custom.MyIconTheme",
{
   title : "My Icon Theme",

   icons :
   {
      uri : qx.core.Setting.get("custom.resourceUri") + "/icon_path" // This
line causes the error
   }
});



Regards,
Markus

-- 
View this message in context: 
http://www.nabble.com/Setting-%22custom.resourceUri%22-is-not-supported-by-API-tf4691612.html#a13409186
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to