NSTableView and NSImageView issues
NSTableView and NSImageView issues
- Subject: NSTableView and NSImageView issues
- From: Peter Hudson <email@hidden>
- Date: Tue, 20 May 2008 12:37:49 +0100
[1] use the image file to init an NSImage :-
e.g. NSImage *image = [[NSImage alloc]
initWithContentsOfFile:@"bookCover.tiff"]; // takes a range of
graphic file types
[2] use this image in the message - (void)setImage:(NSImage *)
image to your image view
(PH)
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden