TAdvSmoothProgressBar

Hi,

im searching for an option that overrides the "ProgressFill" colour globally.

My problem with the ProgressBar is that when you change the style it also overrides the "ProgressFill" colour. I want to set every TAdvProgressBar/SmoothProgressBar to a green colour even when the style changes.

Greetings from Germany

Hi, 


If you are using TAdvFormStyler, you can use the OnApplyStyle/OnAppliedStyle event to detect which component is styled and override the progress fill color in that event. Otherwise, there is unfortunately no method or event that allows changing the progress-fill color for each progressbar in your application. 

Pieter Scheldeman2017-05-08 15:30:57