Re: CssResource compilation problem

2011-02-17 Thread pete
How do I control the scope or the value given to selectedTabCenter at compile time? The image source works, since it compiles with a fixed @def Can this error occure, if the Interface getter method for headerHeight is accessed before ensureInjected() is called? I don't think that this is actually

CssResource compilation problem

2011-02-16 Thread pete
Hallo, I have a problem with some ClientBundle / CssResource I try to declare. In my ClientBundle I have @Source(images/SelectedTabCenter.png) ImageResource selectedTabCenter(); in my Css-file I have @def headerHeight value('selectedTabCenter.getHeight', 'px'); @sprite .tabSelectedBack {

Re: CssResource compilation problem

2011-02-16 Thread Jan Mostert
Maybe selectedTabCenter is out of scope here or doesn't have a value at compile time yet? -- Jan Vladimir Mostert BEngSci MyCee Technologies On Wed, Feb 16, 2011 at 10:54 PM, pete superp...@geekcity.de wrote: Hallo, I have a problem with some ClientBundle / CssResource I try to declare.