Re: [qooxdoo-devel] Problems creating a new Shadow decorator.

2009-04-20 Thread Fabian Jakobs
MootCycle schrieb: > Yeah, I was able to clear up all the errors using asset hints. Is this a case > where adding "Check your asset hints" to the warning message would be > helpful? > > As for the style property, I was just copying the structure from the > qx.theme.modern.Decoration file. Everythin

Re: [qooxdoo-devel] Problems creating a new Shadow decorator.

2009-04-15 Thread MootCycle
Yeah, I was able to clear up all the errors using asset hints. Is this a case where adding "Check your asset hints" to the warning message would be helpful? As for the style property, I was just copying the structure from the qx.theme.modern.Decoration file. Everything seems to be working properl

Re: [qooxdoo-devel] Problems creating a new Shadow decorator.

2009-04-15 Thread thron7
Dan, I believe you missed the #asset hint in your theme file. In test082.theme.Decoration add /* #asset(test082/decoration/highlight-red/highlight-red.png) */ near the top. This is necessary to "register" the image. I also think the image path should be changed to baseImage : "test082/de

Re: [qooxdoo-devel] Problems creating a new Shadow decorator.

2009-04-14 Thread MootCycle
I just wanted to provide a very simple skeleton example of the problem I am encountering: Source version: http://evil-lemur.com/misc/test082/source/ http://evil-lemur.com/misc/test082/source/ Build version: http://evil-lemur.com/misc/test082/build/ http://evil-lemur.com/misc/test082/build/ Zipp

Re: [qooxdoo-devel] Problems creating a new Shadow decorator.

2009-04-14 Thread thron7
Hi, Dan, might be a case of misleading error message. I see to it. T. MootCycle wrote: > I've been working on creating a few additional shadow decorators for use with > form fields. I just want to add a few colors for validation. I took the > existing shadow files for the Modern theme (shadow-b,

[qooxdoo-devel] Problems creating a new Shadow decorator.

2009-04-10 Thread MootCycle
I've been working on creating a few additional shadow decorators for use with form fields. I just want to add a few colors for validation. I took the existing shadow files for the Modern theme (shadow-b, shadow-bl, etc...) and created colored versions. I then added: "highlight-red" : { de