Petr Kobalíček wrote:
> To be more clear, I posted some generated code I think that is
> important. Everything seems to be ok, but 'qxet' theme things are not
> loaded, because resulting path is wrong. But look at libinfo, it seems
> to be correct. Resources also seems to be correct.
>
> Code:
>
> if (!qx.$$libraries) qx.$$libraries = {};
> var libinfo = {"qx": {"resourceUri": qxsettings["qx.path"] +
> "/resource", "version": "trunk", "sourceUri": qxsettings["qx.path"] +
> "/script"}, "qxet": {"resourceUri": qxsettings["qx.path"] +
> "/resource", "version": "trunk", "sourceUri": qxsettings["qx.path"] +
> "/script"}};
> for (var k in libinfo) qx.$$libraries[k] = libinfo[k];
>
> qx.$$resources =
> {"qx/decoration/Classic/arrows/down-small-invert.gif": [5, 3, "gif",
> "qx", "qx/decoration/Classic/arrows-combined.gif", -82, 0],
> "qx/decoration/Classic/menu/checkbox-invert.gif": [16, 7, "gif", "qx",
> "qx/decoration/Classic/menu-combined.gif", 0, 0],
> ... [spurious more entries from qx.$$resources]
>   

What do you mean? The code you posted only shows that the 'qxet' lib is 
registered, and that various images from that lib are registered. I 
don't see any wrong paths. What do you mean with "theme things are not 
loaded"? It would be more interesting to know whether your theme classes 
are loaded.

T.


------------------------------------------------------------------------------
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

Reply via email to