AW: use-revolution Digest, Vol 26, Issue 116

mail at richard-hillen.de mail at richard-hillen.de
Tue Nov 29 03:32:45 EST 2005


Hello Ken and all other responders,

thank you for your quick and helpfull answers.

Richard.

 Message: 17
> Date: Mon, 28 Nov 2005 14:20:52 -0600
> From: Ken Ray <kray at sonsothunder.com>
> Subject: Re: No backgroundcolor
> To: Use Revolution List <use-revolution at lists.runrev.com>
> Message-ID: <BFB0C2C4.3096D%kray at sonsothunder.com>
> Content-Type: text/plain;	charset="US-ASCII"
> 
> On 11/28/05 1:50 PM, "R. Hillen" <mail at richard-hillen.de> wrote:
> 
> > Hello list,
> > 
> > I wanted to make a green rect with a red edge, so I wrote
> > 
> >        create invisible graphic
> >        set the style of it to rectangle
> >        set the rect of it to 20,20,50,50
> >        set the foregroundcolor of it to 255,0,0 --RGB_Color
> >        set the backgroundcolor of it to 0,255,0 --RGB_Color
> >        set the linesize of it to 2
> >        show it
> > 
> > I got a white rect with a red edge. Why?
> 
> Because the graphic's "opaque" property was false. Set it to true and
you'll
> see the green fill.
> 
> 
> Ken Ray
> Sons of Thunder Software
> Web site: http://www.sonsothunder.com/
> Email: kray at sonsothunder.com




More information about the use-livecode mailing list