Actually they do have and I'm not sure what was happening before but
now it all working just setting it back to null.

--- In flexcoders@yahoogroups.com, "Josh McDonald" <[EMAIL PROTECTED]> wrote:
>
> I didn't think labels could have backgrounds or alpha values?
> 
> -Josh
> 
> On Wed, Jun 18, 2008 at 7:51 AM, alex <[EMAIL PROTECTED]> wrote:
> 
> >   I have a label and lets say I want to know what it is :
> > myLabel.opaqueBackground
> >
> > it will return null , and lets say I set it to a color:
> >
> > myLabel.opaqueBackground="0xFCF8DC"
> >
> > now when I want to return to the original color around the label ,
> > setting :
> > myLabel.opaqueBackground=null
> >
> > is not returning me to the original background color of Label but just
> > black color !.
> > One of the reasons might be that the label is in the box which
> > is set with : this.setStyle("backgroundColor",myColor);
> > this.setStyle("backgroundAlpha",0.1);
> > using the same linew to return to the original background color is not
> > working.
> > Any ideas how to return to original background color ?
> >
> >  
> >
> 
> 
> 
> -- 
> "Therefore, send not to know For whom the bell tolls. It tolls for
thee."
> 
> :: Josh 'G-Funk' McDonald
> :: 0437 221 380 :: [EMAIL PROTECTED]
>


Reply via email to