margins in labels

Hi Robert,

Unfortunatly, it doesn’t work with column labels for table view forms, as the header (title) background get’s white (instead of the “normal” appearance of a table view column header).

You say that when you apply a solid border of 0px to a a label, which in turn you have connected to a field in a TableView, so that the label is used as Column header, you get a white background in the header, but when using another type of borderon the same label, this doesn’t happen?

Note: Inside css, you cannot say “border-style: empty”. That is, afaik, not supported syntax.

Paul

pbakker:
You say that when you apply a solid border of 0px to a a label, which in turn you have connected to a field in a TableView, so that the label is used as Column header, you get a white background in the header, but when using another type of borderon the same label, this doesn’t happen?

Yes, we tested and got the same thing. There are a number of issues controlling L&F of table headers at the moment. Alignment, margins or padding, and the sort graphics flipping the header to the java L&F.

I saw you allready filed a case for the sort graphics issue on Mac.

Did you also file cases for the other things you found?

Paul