Hello Lainz,
I did some modifications to the original BCMDButtons.pas file.
For example, I implemented the feature to specify the color of a checked TabButton and the feature to specify the position of the colored check mark of an checked TabButton.
See the screenshot of my test-file here: https://www.screencast.com/t/aRIXUtnB
I am not familar with GitHub, pull-requests and so on.
Are you willing to put my modifications to the offical source code?
Attached you will find my bcmdbutton.pas file and a ZIP Archive with the test-project
Fritz
Hi. I've applied your changes to BCMDButton and the test project.
I ask you a question, it will be better if for example we can configure the color of the checked tab button for each state, like mouse over, normal, pressed and disabled?
As well if we can configure the position of the checkmark individually?
We can keep the globals, and add custom properties. If for example is clDefault the global is used. If is another color, the specific color is used.
We can add the position to each control and a boolean, if it's checked it uses the global, if not it uses the local position.
What do you think?