• Re: bBrowser Nubie Question

    From Grzegorz R.@21:1/5 to All on Tue Dec 7 09:12:30 2021
    Hello,
    I can not change background of column caption without losing caption border/grid. This does NOT work:
    oGridStyle := oDCbrowser:Grid //default caption grid style
    oCol:CaptionView:= bViewStyle{, Brush{Color{200,200,200}}, , , oGridStyle} //new background, old frame/grid
    This changes background of whole caption including frame/grid. I tried many combinations (with/wihtout oGridStyle, adding background to backgroundlist) of gridstyle but nothing works.
    How can I change column caption backgroubd without affecting any other property?
    Thanks for any help or hints...
    Rgds
    Gregory
    Gregory

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Glen Townsley@21:1/5 to All on Wed Dec 8 04:25:10 2021
    Hi Gregory,

    Are you setting the grid style of the browser somewhere? If not, I think you will find that oGridStyle in your snippit is a NULL_OBJECT.

    Cheers

    Glen

    "Grzegorz R." wrote in message news:e7e1f189-debe-402d-8b8e-35b6919b1879n@googlegroups.com...

    Hello,
    I can not change background of column caption without losing caption border/grid. This does NOT work:
    oGridStyle := oDCbrowser:Grid //default caption grid style oCol:CaptionView:= bViewStyle{, Brush{Color{200,200,200}}, , , oGridStyle} //new background, old frame/grid
    This changes background of whole caption including frame/grid. I tried many combinations (with/wihtout oGridStyle, adding background to backgroundlist)
    of gridstyle but nothing works.
    How can I change column caption backgroubd without affecting any other property?
    Thanks for any help or hints...
    Rgds
    Gregory
    Gregory

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From 71pedromartinez@gmail.com@21:1/5 to All on Tue Dec 7 14:49:00 2021
    hi

    try this

    oColumn:CaptionView := bViewStyle{COLOR{COLORWHITE},brush{color{COLORBLACK}},BALIGN_CENTER,,,,BABR_NONE}

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)