From: Grant on 19 Feb 2010 23:28 I have upgraded VO from 2.6 to 2.8 and now all my colors have changed. The reds, blues, and Greens have become pastels. I have code like: oColumn:DataView := bViewStyle{Color{COLORBLACK}, Brush{Color{COLORRED}},,oFont} Do I have to more explicitly define the colors now or what? I think I read a post about this before but I can't find it. Please advise if this is a common occurance. Thank you
From: Harry B. on 20 Feb 2010 02:16 Grant, have a look at help topic bBrowser:AlphaBlendRatio HTH, Harry B. Am 20.02.2010 05:28, schrieb Grant: > I have upgraded VO from 2.6 to 2.8 and now all my colors have changed. > The reds, blues, and Greens have become pastels. I have code like: > oColumn:DataView := bViewStyle{Color{COLORBLACK}, > Brush{Color{COLORRED}},,oFont} > Do I have to more explicitly define the colors now or what? > I think I read a post about this before but I can't find it. > Please advise if this is a common occurance. > Thank you
From: Camille Kater on 20 Feb 2010 02:56 Grant, add this: SELF:Mybrowser:DataView:AlphaBlendRatio:=BABR_NONE Camille Grant wrote: > I have upgraded VO from 2.6 to 2.8 and now all my colors have changed. > The reds, blues, and Greens have become pastels. I have code like: > oColumn:DataView := bViewStyle{Color{COLORBLACK}, > Brush{Color{COLORRED}},,oFont} > Do I have to more explicitly define the colors now or what? > I think I read a post about this before but I can't find it. > Please advise if this is a common occurance. > Thank you
From: Grant on 21 Feb 2010 23:28 On Feb 19, 11:56 pm, Camille Kater <katercam...(a)pt.lu> wrote: > Grant, > > add this: > SELF:Mybrowser:DataView:AlphaBlendRatio:=BABR_NONE > > Camille > > > > Grant wrote: > > I have upgraded VO from 2.6 to 2.8 and now all my colors have changed. > > The reds, blues, and Greens have become pastels. I have code like: > > oColumn:DataView := bViewStyle{Color{COLORBLACK}, > > Brush{Color{COLORRED}},,oFont} > > Do I have to more explicitly define the colors now or what? > > I think I read a post about this before but I can't find it. > > Please advise if this is a common occurance. > > Thank you- Hide quoted text - > > - Show quoted text - Thank you both. My colors are back and I understand how to cotrol them.
|
Pages: 1 Prev: Another bBrowser Newbie Question Next: disk serial number |