Re: Custom background in NSTableHeaderView

2009-11-17 Thread Kiran Kumar S
Hi, CellAttributes are used by button and button cell for displaying image and text accordingly, but tableHeaderCell doesn't uses these attributes for displaying image and text.. Customize the NSTableHeaderCell and draw the image and text in drawWithFrame method. Thanks SKiranKumar

Custom background in NSTableHeaderView

2009-11-16 Thread Symadept
Hi, I am trying to display custom image and the attributed text into the TableHeaderview. For this I am retrieving the HeaderCell of each TableColumn and setting its image and attributed text. Then I found out If I set image first and then text next, only attributed text shown with the default