Re: Table View and Tool Tips
Re: Table View and Tool Tips
- Subject: Re: Table View and Tool Tips
- From: Andreas Mayer <email@hidden>
- Date: Fri, 18 Oct 2002 18:57:59 +0200
Am Freitag, 18.10.02 um 17:40 Uhr schrieb Ryan Stevens:
I think it does. I'm getting the -tableView:willDisplayCell:...
message when I move the columns.
Good to know.
I've done (basically) what you're doing already and what I ended up
with was a mess.
Hm? In what way has it been a mess?
I still think using a custom cell to handle the tooltips is the way to
go.
It seems a tad more complicated when you would not need custom cells
otherwise. And since there's only one cell for each column you have to
have a list of tool tip rects anyway.
An advantage of your solution is, though, that you are able to choose
which columns should use tool tips and which should not. So the
overhead will be less in many cases.
Anything else I missed?
bye. Andreas.
_______________________________________________
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.