Hi

I subclassed NSCell to return a custom cell value for a NSTableView. Within the 
function

- (NSCell *)tableView:(NSTableView *)tableView 
dataCellForTableColumn:(NSTableColumn *)aTableColumn row:(NSInteger)rowIndex

I set the objectValue for the MyCell object (subclass of NSCell) using 
setObjectValue (I am passing it a NSString). After I set this I printed out the 
value [mycell objectValue] and also checked if this works [mycell 
hasValidObjectValue].

The value is printed correctly.

When MyCell's - (void)drawWithFrame:(NSRect)cellFrame inView:(NSView 
*)controlView method is called I print the objectValue and it is nil!!

When I try the same thing using setRepresentedObject it works fine.

What am I doing wrong when I use objectValue?

Thanks
Hrishi

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to