[Gambas-user] WebTable Background color of row selection

Mayost Sharon sharon at 455.co.il
Tue Feb 28 07:40:55 CET 2023


First, thank you
I did color with alpha
But now when I select the row then cell 0 is colored with a green background and cell 1 is colored with a blue background.
It does not look good


Thanks again

---------- Original Message -----------
From: T Lee Davidson <t.lee.davidson at gmail.com>
To: user at lists.gambas-basic.org
Sent: Mon, 27 Feb 2023 20:59:11 -0500
Subject: Re: [Gambas-user] WebTable Background color of row selection

> On 2/27/23 16:41, Mayost Sharon wrote:
> > Cell 0 has been set to a yellow background color
> > But why when I select the row the color of the selection should be above all the cells.
> > Maybe I'm wrong?
> 
> The display of the row is on a lower layer (lower z-index) than the cell 
> layer. So when the row is highlighted, the cell background, being opaque,
>  masks the row selection color.
> 
> Try setting the color of the column 0 colors with this:
> Data.Background = Color.setAlpha(Color.Yellow, 192)
> 
> I don't know why it shows as a light green. :-\ It should be a more 
> transparent yellow.
> 
> -- 
> Lee
> 
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
------- End of Original Message -------



More information about the User mailing list