Page 1 of 1
Can't set progress bar color
Posted: Tue Sep 29, 2015 3:49 pm
by kolia
Hello,
I trying to change the color of the bar inside the progress bar. Whatever I'm doing in the color and patterns submenu, it stays green. I tried to change bar property as well as background property. Nothing seems to act on it. What I'm doing wrong?
Thank you
Nicolas
Re: Can't set progress bar color
Posted: Tue Sep 29, 2015 4:12 pm
by Klaus
Hi Nicolas,
please always note the version of LC and the platform you are using!
Well, some controls, like the progress bar, are actually supplied by the underlying OS,
so we can not modify their look at all. You already experienced this with radio buttons!
As the last resort we can always "roll our own", means create something that looks like
you want it to and acts like a progress bar to the user
Best
Klaus
Re: Can't set progress bar color
Posted: Tue Sep 29, 2015 4:14 pm
by kolia
Hi Klaus,
You're are right, I should always disclose LC version. This is 7.1.
Thanks for your input
Nicolas
Re: Can't set progress bar color
Posted: Tue Sep 29, 2015 7:49 pm
by jmburnod
Hi Nicolas,
Here is a customProgressBar example.
Have a look at the cd script and build your own
Best regards
Jean-Marc
Re: Can't set progress bar color
Posted: Tue Sep 29, 2015 7:52 pm
by kolia
Hi Jean-Marc,
Thanks a lot, this is very kind of you
Nicolas