howdy ken,
it seems to me that all drawing of table cells will go first thru
preparedCellAtColumn:row:, next to the delegate method
tableView:willDisplayCell:forTableColumn:row:, then thru the table's
drawRect: and finally to the appropriate cell's drawing methods
(altho i may have the
At 4:38 PM -0700 7/25/08, Corbin Dunn wrote:
On Jul 25, 2008, at 3:52 PM, [EMAIL PROTECTED] wrote:
also, is there a specific reason for caching the cell in
iMouseCell? i've done away with the caching in my app (and thus
also don't have to override preparedCellAtColumn:row:), and now all
my pro
On Jul 25, 2008, at 3:52 PM, [EMAIL PROTECTED] wrote:
corbin,
i think there is another bug in PhotoSearch. in TrackableOutlineView
mouseEntered, the call to [iMouseCell mouseEntered:] should be
outside the if block that sets iMouseCell if needed.
If you have multiple tracking areas per ce