Re: NSCell subclass text not changing attribute on selection?
Re: NSCell subclass text not changing attribute on selection?
- Subject: Re: NSCell subclass text not changing attribute on selection?
- From: Corbin Dunn <email@hidden>
- Date: Fri, 17 Mar 2006 17:42:43 -0800
NSLog(@"found foo col cursor retain count %d", [cursor
retainCount]);
[(YKKFooCell* )cell setRowValues: [cursor rowAtIndex: rowIndex]
whiteText:w];
[(YKKFooCell* )cell setImage:[NSImage imageNamed:@"del"]];
}
}
any ideas why this isn't drawing white text?
Does your cell properly implement copyWithZone:? If not, that may be
the problem.
--corbin
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden