[Gambas-user] fill color WebProgressBar

Mayost Sharon sharon at 455.co.il
Sun Jan 3 10:15:20 CET 2021


---------- Original Message -----------
From: Benoît Minisini <g4mba5 at gmail.com>
To: user at lists.gambas-basic.org
Sent: Fri, 1 Jan 2021 17:21:51 +0100
Subject: Re: [Gambas-user] fill color WebProgressBar

> Le 01/01/2021 à 10:25, Mayost Sharon a écrit :
> > 
> > ---------- Original Message -----------
> > From: Benoît Minisini <g4mba5 at gmail.com>
> > To: user at lists.gambas-basic.org
> > Sent: Thu, 31 Dec 2020 01:33:01 +0100
> > Subject: Re: [Gambas-user] fill color WebProgressBar
> > 
> >> Le 23/12/2020 à 22:08, Mayost Sharon a écrit :
> >>> hello
> >>>
> >>> How to change the fill color of the WebProgressBar
> >>>
> >>> Thanks
> >>>
> >>
> >> By using a custom style sheet.
> >>
> >> Regards,
> >>
> >> -- 
> >> Benoît Minisini
> >>
> >> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
> > ------- End of Original Message -------
> > 
> > I tried:
> > 
> > WebProgressBar1.Style["background"] = "green"
> > WebProgressBar1.Refresh
> > 
> > This replaces the overall background
> > And not the filling
> > 
> > thenk
> > 
> > ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
> >
> 
> I was talking about the custom style sheet of your project, i.e. the 
> 'style.css' file you put in the 'Public' folder.
> 
> And you must use the debugger mode of your browser to check which CSS 
> class you have to modify exactly.
> 
> Regards,
> 
> -- 
> Benoît Minisini
> 
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
------- End of Original Message -------

First of all thank you very much

If I change in the 'style.css' file it changes at all
I wanted to give a different color to the control:

WebProgressBar1
WebProgressBar2
WebProgressBar3

Is it possible?

Thank you



More information about the User mailing list