bBrowser colour issue (very simple I'm sure)

Public support forum for peer to peer support with related to the Visual Objects and Vulcan.NET products
Post Reply
Anonymous

bBrowser colour issue (very simple I'm sure)

Post by Anonymous »

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..
Accounts.JPG
Accounts.JPG (87.93 KiB) Viewed 172 times
Thank you as usual :)
BiggyRat

bBrowser colour issue (very simple I'm sure)

Post by BiggyRat »

No one has any ideas at all?
User avatar
Joachim Bieler
Posts: 36
Joined: Mon Aug 19, 2019 1:51 pm

bBrowser colour issue (very simple I'm sure)

Post by Joachim Bieler »

The bBrowser has no access to define the color for Area1. Instead, it can be defined with the property #RecordGroupCaptionBackground. See the following code:

Code: Select all

oBrowser:PropertyPut(#RecordGroupCaptionBackground, Brush{Color{COLORRED}})
The color for Area2 can be defined with the access bBrowser:DataView:Background.

I hope these informations are helpful.

Regards,
Joachim
BiggyRat

bBrowser colour issue (very simple I'm sure)

Post by BiggyRat »

Thanks so much Joachim! That did the trick nicely.
Post Reply