Page 1 of 1

Changing the colour of a progress bar gadget to blue

Posted: Mon Oct 10, 2022 9:20 am
by marcoagpinto
Hello!

Could it be implemented?

It seems that modern windows theme doesn't support colours in progress bar gadgets:
viewtopic.php?t=79973

Thanks!

Re: Changing the colour of a progress bar gadget to blue

Posted: Mon Oct 10, 2022 9:52 am
by BarryG
Can't be implemented because PureBasic uses the standard Windows controls, which as you noted, doesn't support it in Modern mode.

Re: Changing the colour of a progress bar gadget to blue

Posted: Mon Oct 10, 2022 10:10 am
by mk-soft
I also think it is right that the standard controls for Windows, Linux and macOS are used so that the programmes also adapt to the user's familiar interface.

In special cases, adjustments can be made with the respective OS-dependent API. However, as little of this as possible should be used so as not to confuse the user of the program.