Hello,

thanks for you reply, but this didn''t help me much...
With Custom.js you mean my qx.js? There is only this line with the word 
"resourceUri":
   }}return window.qxlibraries[f].resourceUri+a+d;

When I write in my qx-Class JS File
        alert (qxlibraries["spagobi"].resourceUri);
I get the JS Error:
   qxlibraries is not defined

...And I don't use the generate.py script.

Any ideas to solve that problem?

regards
Jonas

> -----Ursprüngliche Nachricht-----
> Von: "Amit Rana" <[email protected]>
> Gesendet: 12.12.08 10:03:33
> An: qooxdoo Development <[email protected]>
> Betreff: Re: [qooxdoo-devel] How to set the resourceUri


> Hi Jonas,
> 
> In your Custom..js file, you will have a line like : 
> qxlibraries["spagobi"]={"resourceUri":"<your path>"}
> 
> Now, in your Application.js, you can refer to this path as : 
> qxlibraries.spagobi.resourceUri
> 
> Also, for images, you need to add #asset() in your code and do 
> generate.py source again.
> 
> HTH
> 
> regards
> Amit
> 
> dwaddwa fwfefwewe wrote:
> > Hello.
> > I would like to change the resourceUri in the script. In the documentation 
> > there stands that this is possible by using the Class qx.core.Setting. But 
> > when I write
> >     alert (qx.core.Setting.get("resourceUri"));
> > to first find out that the resourceUri currently is,
> > I get the error: Setting "resourceUri" is not defined.
> >
> > When I write
> >                     qx.core.Setting.define("resourceUri", "../qx/");
> > or
> >                     qx.core.Setting.define("qx.resourceUri", "../qx/");
> > or
> >                     qx.core.Setting.define("custom.resourceUri", "../qx/");
> >
> > the programm doesn't find my icons,decorations,...
> >
> > How can I set the resourceUri ?
> >
> > greetings,
> > Jonas G.
> > _______________________________________________________________________
> >
> >   
> 
> 
> -- 
> Amit Rana
> 
> 
> ------------------------------------------------------------------------------
> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
> The future of the web can't happen without you.  Join us at MIX09 to help
> pave the way to the Next Web now. Learn more and register at
> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 


_______________________________________________________________________
Täglich 1.000.000 Euro gewinnen! Jetzt kostenlos WEB.DE MillionenKlick 
spielen! https://millionenklick.web.de/[email protected]@home


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to