Re: [qooxdoo-devel] Extending theme decorations with custom resources

2009-05-19 Thread Colin Snover
Christian Schmidt wrote: > I'm not sure, but could you pleas try this: > > [snip] > > I removed the "resource" key and changed the source for "backgroundImage". > That seems to work fine. :) I know a lot more now than I did when I asked this question yesterday, and I have a feeling (knowing what

Re: [qooxdoo-devel] Extending theme decorations with custom resources

2009-05-19 Thread Christian Schmidt
Hi Colin, I'm not sure, but could you pleas try this: /* #asset(myapp/decoration/myapp-header.png) */ qx.Theme.define("myapp.theme.Decoration", {

[qooxdoo-devel] Extending theme decorations with custom resources

2009-05-18 Thread Colin Snover
Hi qooxdoo-devel, I am just starting with qooxdoo, and have run into a small problem with themes. I am trying to extend qx.theme.Modern.decoration to use some of my own images. I used create-application.py to create the application, and so went about changing Decoration.js in source/myapp/theme/De