Re: [qooxdoo-devel] Images loaded from arbitrary URIs fail to get size

2006-02-22 Thread Sebastian Werner
Hugh Gibson schrieb: qooxdoo does nothing more than just get the "width" or "height" of the preloaded image to evaluate the preferred size. Can you point me at the code that does this? I did some delving into the source but didn't get too far in the time I had. I've tried some more things he

Re: [qooxdoo-devel] Images loaded from arbitrary URIs fail to get size

2006-02-22 Thread Hugh Gibson
> >> qooxdoo does nothing more than just get the "width" or "height" of > > the > >> preloaded image to evaluate the preferred size. > > > > Can you point me at the code that does this? I did some delving > > into the source but didn't get too far in the time I had. I've tried some more things

Re: [qooxdoo-devel] Images loaded from arbitrary URIs fail to get size

2006-02-21 Thread Sebastian Werner
Hugh Gibson schrieb: qooxdoo does nothing more than just get the "width" or "height" of the preloaded image to evaluate the preferred size. Can you point me at the code that does this? I did some delving into the source but didn't get too far in the time I had. gui/QxImagePreloader.js getWi

Re: [qooxdoo-devel] Images loaded from arbitrary URIs fail to get size

2006-02-21 Thread Hugh Gibson
> qooxdoo does nothing more than just get the "width" or "height" of the > preloaded image to evaluate the preferred size. Can you point me at the code that does this? I did some delving into the source but didn't get too far in the time I had. > By the way: What's about some rewrite magic to ge

Re: [qooxdoo-devel] Images loaded from arbitrary URIs fail to get size

2006-02-21 Thread Sebastian Werner
Hugh Gibson schrieb: We have our own server, which serves up images (pngs) from URIs such as images/han/?img=True&type=110&status=New The mime type for the response to these requests is "image/png". I have a problem with the list view in that it doesn't detect the size of these images. The H

[qooxdoo-devel] Images loaded from arbitrary URIs fail to get size

2006-02-21 Thread Hugh Gibson
We have our own server, which serves up images (pngs) from URIs such as images/han/?img=True&type=110&status=New The mime type for the response to these requests is "image/png". I have a problem with the list view in that it doesn't detect the size of these images. The HTML created for them i