[Gambas-user] WebTable Background color of row selection
Mayost Sharon
sharon at 455.co.il
Mon Feb 27 22:41:11 CET 2023
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?
---------- Original Message -----------
From: T Lee Davidson <t.lee.davidson at gmail.com>
To: user at lists.gambas-basic.org
Sent: Mon, 27 Feb 2023 15:47:13 -0500
Subject: Re: [Gambas-user] WebTable Background color of row selection
> On 2/27/23 14:55, Mayost Sharon wrote:
> > Hello
> >
> > I am trying to create in WEBTABLE the contents of cells with HTML ELEMENT
> > It works
> > but
> > 1. When I select the row it marks the selection of the row in blue color but some cells are not selected with blue color.
>
> The cells in column zero do not change their background color because their
> background color is explicitly set in the Data event handler.
>
> > 2. How can I change the background color of row selection
>
> I don't know. I thought perhaps by employing a Select event handler. But,
> there appears to be no way to know which row was selected as the handler
> receives no arguments. It also appears to get triggered even with no click on
> the WebTable.
>
> --
> Lee
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
------- End of Original Message -------
More information about the User
mailing list