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
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
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
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
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,
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