Re: Displaying 2 images in a single cell of nstableview
Re: Displaying 2 images in a single cell of nstableview
- Subject: Re: Displaying 2 images in a single cell of nstableview
- From: PGM <email@hidden>
- Date: Thu, 7 Dec 2006 13:12:09 -0500
If you have a dataSource for your NSTableView, another approach would
be to use tableView:objectValueForTableColumn:row: to return an
NSAttributedString containing the two images in NSTextAttachments.
This gives you slightly less control over the actual drawing, but
this may not be important to you.
Cheers, Patrick
On 7-Dec-06, at 9:18 AM, vibhatha v wrote:
Hi,
i have to display 2 images in a single cell of an nstableview.
To display 1 image i am using tableview willdisplay cell function.
Any suggestions as to how can display 2 images in a single table cell?
Thanks and Regards,
Vibhatha.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
40sympatico.ca
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden