Alaska Software Inc. - xbpListbox()
Username: Password:
AuthorTopic: xbpListbox()
Chris Palmer xbpListbox()
on Tue, 10 Mar 2020 12:06:02 +0000
Hello

Quick question, I am having problems changing the color of the highlight 
bar in an xblListbox() - what am I doing wrong in this sample below ?

I just cannot change the bar color

Thanks
Chris


     PUBLIC app10lbox := {{ XBP_PP_COMPOUNDNAME  , "9.Courier" },;
         { XBP_PP_HILITE_FGCLR, GRA_CLR_WHITE     },;
         { XBP_PP_HILITE_BGCLR, GRA_CLR_RED  },;
         { XBP_PP_FGCLR         , GRA_CLR_BLACK     },;
         { XBP_PP_BGCLR         , GRA_CLR_WHITE     }}


oLB01 := XbpListBox():new( oG1, , {4,50}, {551,440} , app10lbox )
oLB01:tabstop:=.t.
oLB01:create()
Jim LeeRe: xbpListbox()
on Tue, 10 Mar 2020 18:52:35 +0100
hi

try to disable Visual Style

> oLB01 := XbpListBox():new( oG1, , {4,50}, {551,440} , app10lbox )
> oLB01:tabstop:=.t.
   oLB01::useVisualStyle := .F.
> oLB01:create()



---
Diese E-Mail wurde von AVG auf Viren geprüft.
http://www.avg.com