On 06/15/2011 06:28 PM, Victor Powell wrote:
>
> Hello,
>
> I just followed the steps outlines here:
>
> http://manual.qooxdoo.org/1.3/pages/development/image_clipping_and_combining.html
>
>  and here:
>
> http://manual.qooxdoo.org/1.3/pages/tool/generator_config_ref.html#pages-tool-generator-config-ref-slice-images
>
>  to combine several images into one to reduce http requests but for
> some reason, the individual requests are still being make on my setup
> (  OS X with FireFox 4.0.1 and Chrome 12.0.742.91 ).

How did you find out? Have you checked nodes in the DOM where you 
expected the combined image to be used?

>
> does anyone have any advice or information on common pitfalls? here
> is my image-combine job for reference:
>
> "image-combine": { "extend":["common"], "combine-images": {
> "images": { "${DECOR}/tabview/combined.png": {
> "prefix":["${DECOR}/tabview"], "layout":"horizontal", "input": [ {
> "prefix":["${DECOR}/tabview"], "files":[
> "${DECOR}/tabview/tabview-pane*.png",
> "${DECOR}/tabview/tab-button-top-inactive*.png",
> "${DECOR}/tabview/tab-button-top-inactive*.png" ] } ] } } } }
>
> and I have varified that tabview/combined.png is being created along
>  with tabview/combined.meta

Have you checked their contents? Does combined.png contain the desired 
clips, and does combined.meta look reasonable?

T.

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to