Hi guys, try as I might, and several hours reading the bBrowser samples and manuals, I can't work this last part out. What settings and how do I need to set to change the colours for Area 1 and area 2 in the attached screen shot please? Of course Area 2 applies to all group bands... not just the one marked..
Thank you as usual
bBrowser colour issue (very simple I'm sure)
- Joachim Bieler
- Posts: 37
- Joined: Mon Aug 19, 2019 1:51 pm
- Location: Germany
bBrowser colour issue (very simple I'm sure)
The bBrowser has no access to define the color for Area1. Instead, it can be defined with the property #RecordGroupCaptionBackground. See the following code:
The color for Area2 can be defined with the access bBrowser:DataView:Background.
I hope these informations are helpful.
Regards,
Joachim
Code: Select all
oBrowser:PropertyPut(#RecordGroupCaptionBackground, Brush{Color{COLORRED}})
I hope these informations are helpful.
Regards,
Joachim
bBrowser colour issue (very simple I'm sure)
Thanks so much Joachim! That did the trick nicely.