[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 (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 [EMAIL PROTECTED]