[Gambas-user] fill color WebProgressBar

Benoît Minisini g4mba5 at gmail.com
Fri Jan 1 17:21:51 CET 2021


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


More information about the User mailing list