Hi,

sorry, but I don't find anything documented about how combined images can be
used. I can combine them with the generator. F.I. like this:

generator.py -c image.json image-combine

As a result I get an image called: "panel-combined.png" and
"panel-combined.meta". All right so far.

Now, I don't understand how to use this image. Can I use it like this:

decorations :
  {     
        "panel" :
        {
                decorator: qx.ui.decoration.Grid,
                
                style: {
                        baseImage: "theme/combined/pane-combined.png"
                }
        }
  }

or even like this:

var image = new qx.ui.basic.Image("theme/combined/pane-tl.png");

Both doesn't seem to work.

Cheers Mig

--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Usage-of-combined-images-tp6358708p6358708.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to