` Printed Icetips Article

Icetips Article



Par2: Color one column in a list box from a Queue
1998-08-04 -- Jim Katz
 
To do this you are going to have to add the color attributes to the
queue. For row coloring to work, you must have four extra fields defined
in the queue for each field that will have color, they must follow
immediately after the field within the queue structure. Then when you're
building the queue, you set the color values for each field:

Field1:Fg = Color:whatever
Field1:Bg = Color:someOtherColor
Field1:SFg = Color:HiliteFg
Field1:SBg = Color:HiliteBg



Printed May 4, 2024, 4:30 am
This article has been viewed/printed 35108 times.