DcBrowse Cell Colors

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
PedroAlex
Posts: 243
Joined: Tue Feb 09, 2010 3:06 am

DcBrowse Cell Colors

#1 Post by PedroAlex »

Hi Roger!

Can you help with this issue?

Image

1) The information in column 2 is incorrect.
2) It loses color when you move the selection bar.
Teste_Browse_MulLine_Color.rar
(222.24 KiB) Downloaded 16 times
Attachments
BCol.png
BCol.png (48.64 KiB) Viewed 121 times
Pedro Alexandre

Wolfgang Ciriack
Posts: 496
Joined: Wed Jan 27, 2010 10:25 pm
Location: Berlin Germany

Re: DcBrowse Cell Colors

#2 Post by Wolfgang Ciriack »

You have to set the color with an array with 4 values, f.e. {GRA_CLR_WHITE, GRA_CLR_RED, GRA_CLR_RED, NIL}
The values 1, 2 are for the normal color, the values 3, 4 for the color of the selected color.
_______________________
Best Regards
Wolfgang

User avatar
rdonnay
Site Admin
Posts: 4875
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: DcBrowse Cell Colors

#3 Post by rdonnay »

I am looking at my source code now to try to figure out this problem.

I haven't visited this part of the code in many years.
The multiline stuff is rather complicated.
The eXpress train is coming - and it has more cars.

Post Reply