PhilipBrown Active Member Licensed User Longtime User Feb 8, 2020 #1 I can't see what difference it makes to the progress bar...
Jorge M A Well-Known Member Licensed User Longtime User Feb 8, 2020 #2 It is used for the "Empty Zone" of progress bar. you must used UpdateGraphics method after set it. B4X: AnotherProgressBar1.EmptyColor=XUI.Color_Red AnotherProgressBar1.UpdateGraphics Upvote 0
It is used for the "Empty Zone" of progress bar. you must used UpdateGraphics method after set it. B4X: AnotherProgressBar1.EmptyColor=XUI.Color_Red AnotherProgressBar1.UpdateGraphics
PhilipBrown Active Member Licensed User Longtime User Feb 9, 2020 #3 Thanks Jorge. I was stupidly setting it to 0xFFFFFFFF thinking that was black ! If you set the color during Activity_Create you don't need to call UpdateGraphics. Upvote 0
Thanks Jorge. I was stupidly setting it to 0xFFFFFFFF thinking that was black ! If you set the color during Activity_Create you don't need to call UpdateGraphics.