Change font or color of EDITTABLE column header ? (OpenInsight Specific)
At 06 MAR 1999 01:21:31PM Brian Wick wrote:
Is there a way to change the font or color of an edittable column header ?
Can the cell height (not width) in an edit table be changed ?
At 07 MAR 1999 10:21PM Cameron Revelation wrote:
Brian,
Is there a way to change the font or color of an edittable column header?
No, not without DLL-level coding. The color is the system "button face". If the font is settable, it is as a result of setting the font for the column (FONT_BY_POS with row passed as 0), but I don't believe that affects the column header portion.
Cameron Purdy
Revelation Software
At 08 MAR 1999 10:07AM Brian Wick wrote:
Cameron,
Thankx for offering some suggestions. I had already determined that FONT_BY_POS,row=0 or row=" dos not work. Here is what I have determined which is I am sure common knowledge:
1. Setting the FONT property for the entire edittable control changes the font for the column labels and row numbers.
2. A big FONT (14 pt or higher) causes the height of the labels AND edittable cells to grow in height.
3. Then I do a font_by_pos message to change the font in the edittable cells (not column headers) to a smaller font, but the cell height is still the height of the column header labels.
4. This satisfies most of what I am after.
tx….Brian