Changing the colour of a progress bar gadget to blue

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
marcoagpinto
Addict
Addict
Posts: 1045
Joined: Sun Mar 10, 2013 3:01 pm
Location: Portugal
Contact:

Changing the colour of a progress bar gadget to blue

Post 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!
BarryG
Addict
Addict
Posts: 4134
Joined: Thu Apr 18, 2019 8:17 am

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

Post by BarryG »

Can't be implemented because PureBasic uses the standard Windows controls, which as you noted, doesn't support it in Modern mode.
User avatar
mk-soft
Always Here
Always Here
Posts: 6209
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

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

Post 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.
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Post Reply