Thank you Amy, Tim. thomas --- http://www.web-attitude.fr/ msn : [email protected] softphone : sip:[email protected] <sip%[email protected]> téléphone portable : +33601 822 056
2009/5/14 Tim Hoff <[email protected]> > > > Hi Thomas, > > The style is defined in mx.core.Application.as: > [*Style*(name=*"backgroundGradientColors"*, type=*"Array"*, arrayType=* > "uint"*, format=*"Color"*, inherit=*"no"*)] > > And it is implemented in mx.skins.halo.ApplicationBackground.as: > *var* fillColors:Array = getStyle(*"backgroundGradientColors"*); > *var* fillAlphas:Array = getStyle(*"backgroundGradientAlphas"*); > > We can't see the code, but I'm guessing that ApplicationBackground is set > as the borderSkin for Application, behind the scenes. > > -TH > > > --- In [email protected], thomas parquier <mailingli...@...> > wrote: > > > > Hi, > > > > I dont see the implementation of backgroundGradientColors drawing in > > Application.as. There doesnt seem to be any other component defining and > > implementing backgroundGradientColors. > > Does anyone know where to look at ? > > A simple graphics.drawRect() with a gradientFill should work, but where > is > > such a script for Application ? > > > > thomas > > --- > > http://www.web-attitude.fr/ > > msn : thomas.parqu...@... > > softphone : sip:webattit...@... <sip%3awebattit...@... > > téléphone portable : +33601 822 056 > > > >

