moster67 Expert Licensed User Longtime User Mar 19, 2011 #1 I am trying to change the color of the progressbar from yellow into another color but I can't. I have tried: B4X: ProgressBar1.Color=Colors.Green B4X: cd.Initialize(Colors.RGB(245,118,0), 5dip) ProgressBar1.Background=cd What am I doing wrong?
I am trying to change the color of the progressbar from yellow into another color but I can't. I have tried: B4X: ProgressBar1.Color=Colors.Green B4X: cd.Initialize(Colors.RGB(245,118,0), 5dip) ProgressBar1.Background=cd What am I doing wrong?
Erel B4X founder Staff member Licensed User Longtime User Mar 21, 2011 #2 The ProgressBar color cannot be easily changed. It is a special drawable that doesn't support color changes. Upvote 0
The ProgressBar color cannot be easily changed. It is a special drawable that doesn't support color changes.