Thanks, now I see the problem. You have to require the part by its name not by
its variable you try to store the result in.
qx.io.PartLoader.require(["__settingsWindow"], function()
should be
qx.io.PartLoader.require(["settings"], function()
Always use the name which you have specified in the config.
Regards,
Martin
Am 17.10.2011 um 10:43 schrieb thron7:
On 10/17/2011 08:43 AM, Martin Wittemann wrote:
Hey,
seems like your code is missing. Without any code, we can't provide you any
help. :(
Martin, you have to look at Nabble directly. If a post is posted on
Nabble, some text (formatted? code?) will be omitted when copying the
message to the mailing list. I've seen these cases before...
T.
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel