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
Can't set progress bar color
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Can't set progress bar color
Nicolas
LC 7.1 on Windows 8.1 and on MAC OS 10.10.5 Xcode 6.4 - 7.1
LC 7.1 on Windows 8.1 and on MAC OS 10.10.5 Xcode 6.4 - 7.1
Re: Can't set progress bar color
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
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
Hi Klaus,
You're are right, I should always disclose LC version. This is 7.1.
Thanks for your input
Nicolas
You're are right, I should always disclose LC version. This is 7.1.
Thanks for your input
Nicolas
Nicolas
LC 7.1 on Windows 8.1 and on MAC OS 10.10.5 Xcode 6.4 - 7.1
LC 7.1 on Windows 8.1 and on MAC OS 10.10.5 Xcode 6.4 - 7.1
Re: Can't set progress bar color
Hi Nicolas,
Here is a customProgressBar example.
Have a look at the cd script and build your own
Best regards
Jean-Marc
Here is a customProgressBar example.
Have a look at the cd script and build your own
Best regards
Jean-Marc
- Attachments
-
- CustomProgressBar.zip
- (1.45 KiB) Downloaded 324 times
https://alternatic.ch
Re: Can't set progress bar color
Hi Jean-Marc,
Thanks a lot, this is very kind of you
Nicolas
Thanks a lot, this is very kind of you
Nicolas
Nicolas
LC 7.1 on Windows 8.1 and on MAC OS 10.10.5 Xcode 6.4 - 7.1
LC 7.1 on Windows 8.1 and on MAC OS 10.10.5 Xcode 6.4 - 7.1