Re: Image on TableView
Re: Image on TableView
- Subject: Re: Image on TableView
- From: Michael Becker <email@hidden>
- Date: Tue, 20 Jan 2004 18:51:38 +0100
Is there any way of maybe making the imageview (or customview) not
respond to anything? So that the tableview thinks the imageview wasn't
even there and still displays the focusring-border even when I drag my
files on the imageview?
Why not trying to derive a class from NSTableView and override
drawRect:?
I think the NSTableCells will be drawn on top of the TableView's
drawRect output.
But it dawns on me that there is no "simple" way like "-
setRespondsToUserAction:NO" :-)
Michael
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.