Simon Bull schrieb:
Andreas Ecker <ecker <at> users.sourceforge.net> writes:
Simon Bull wrote:
all pngs on the page are given a border

I did see this behaviour in IE once - it was caused by wrong setting of image paths.
Please make sure your image core path is set correctly so that "core/blank.gif" can be loaded. See the following documentation for more info:

http://qooxdoo.oss.schlund.de/documentation/modify-image-paths

I also noticed that in IE disabled pngs have no colour and no transparency. I.e., they go grey and have a solid grey background.
Maybe your IE browser settings are to restrictive? IE needs some ActiveX settings to be enabled to allow fixing the well-known alpha transparency bug for PNGs. Sigh!

http://qooxdoo.oss.schlund.de/documentation/faq#link11

Hope that helps,

Andreas

Thanks for your responses guys,

However, I am already using this code:

// Establish paths
QxImageManager.setCorePath(contextPath + "/qooxdoo/images");
QxImageManager.setIconPath(contextPath + "/qooxdoo/themes/icons");
QxImageManager.setWidgetPath(contextPath + "/qooxdoo/themes/widgets");

Do you apply these settings before executing your application main? It's even better to define a own QxSettings object just before you load your qooxdoo.js file (include it before qooxdoo.js inside your html head element).

Sebastian


which works fine - all the qx images can be loaded, though in my source
(0.5.1-src release) blank.gif is located in qooxdoo/images/blank.gif not in
core/blank.gif.

I don't think my IE settings are a problem because a) My app was working perfectly on IE with Qx 0.2-b3, and b) I am using transparent pngs elsewhere in my app outside of Qx and these are
work perfectly even on IE (using the same style.filter workaround that Qx uses).

So I have a mysterious issue - I am still working on reproducing it in one of
the examples for you.

Simon





-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to