Welcome, Guest
Username: Password: Remember me
Visual Objects

Please use this forum to post questions about Visual Objects and Vulcan.NET
  • Page:
  • 1

TOPIC:

bBrowser colour issue (very simple I'm sure) 08 Dec 2019 07:17 #12112

  • BiggyRat
  • BiggyRat's Avatar
  • Topic Author



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 :)
Attachments:

Please Log in or Create an account to join the conversation.

Last edit: by BiggyRat.

bBrowser colour issue (very simple I'm sure) 29 Dec 2019 13:16 #12384

  • BiggyRat
  • BiggyRat's Avatar
  • Topic Author



No one has any ideas at all?

Please Log in or Create an account to join the conversation.

bBrowser colour issue (very simple I'm sure) 29 Dec 2019 18:13 #12390

  • Joachim Bieler
  • Joachim Bieler's Avatar


  • Posts: 36
  • The bBrowser has no access to define the color for Area1. Instead, it can be defined with the property #RecordGroupCaptionBackground. See the following code:
    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

    Please Log in or Create an account to join the conversation.

    bBrowser colour issue (very simple I'm sure) 29 Dec 2019 22:59 #12392

    • BiggyRat
    • BiggyRat's Avatar
    • Topic Author



    Thanks so much Joachim! That did the trick nicely.

    Please Log in or Create an account to join the conversation.

    • Page:
    • 1