Hello,
I have a Question about xBrowse-Linestyles.
I can change the Linecolors but the predefined Colors ( Linestyles ) don't work anymore on Selection.
Is it possible to change from defined Pen-color to Linestyle ?
It seems with defined Pencolors, Linestyle 1, 2, 3 and 4 are disabled.
I would like to show all possible Combinations.
#define LINESTYLE_NOLINES 0
#define LINESTYLE_BLACK 1
#define LINESTYLE_DARKGRAY 2
#define LINESTYLE_FORECOLOR 3
#define LINESTYLE_LIGHTGRAY 4
#define LINESTYLE_INSET 5
#define LINESTYLE_RAISED 6
I define Pensize and Color for Row and Column like :
oBrw1:hRowPen := CreatePen( PS_SOLID, nBRPen, nPColor )
oBrw1:hColPen := CreatePen( PS_SOLID, nBCPen, nPColor )
and Styles like :
:nColDividerStyle := nCLines
:nRowDividerStyle := nRLines
Best Regards
Uwe