Great!

It worked .. thanks a lot.

Diego... towards 0.2!




On 30/01/06, Sebastian Werner < [EMAIL PROTECTED]> wrote:
Diego Cibils schrieb:
> Hi,
>
> I'm trying to migrate my app from HEAD to RENDERER but I'm getting into
> some troubles.
>
> Before (in HEAD) to setup the icon/theme path I used:
>
>
>         var im = new QxImageManager();
>         im.setPath("${pageContext.request.contextPath}/qooxdoo/images/");
>         im.setIconTheme("crystalsvg");
>
> Now, in RENDERER, it's not working. I get the "QxImageManager is not a
> constructor" error in FF 1.5
>
> Has this changed from 0.1.4 to 0.2rc1 ?

Yes, in 0.2rc1 QxImageManager, like QxClient and some others are
instances itself. Which means you does not need the new operator anymore
here.

QxImageManager.setPath("${pageContext.request.contextPath}/qooxdoo/images/");

should work.

Sebastian

>
> Thanks,
> Diego.



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to