Re: Dumb NSImageView Question
Re: Dumb NSImageView Question
- Subject: Re: Dumb NSImageView Question
- From: Nathan Day <email@hidden>
- Date: Sun, 30 Dec 2001 02:40:11 +1030
Is the little include check box next to the image file in Project
Builder selected.
On Saturday, December 29, 2001, at 07:24 AM, Peter Sichel wrote:
I'm trying to add an image to a window using IB.
Following the description on page 186 of Learning Cocoa,
I've created an NSImageView in my window, added a tiff file
with my image, and dragged the proxy for the image into the
image view.
The image appears fine within IB including when I test the
interface, but does not appear when I run the application
and open the corresponding window.