If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I'm using interface builder and project builder I have .tiff , pict and .icns inside my project and they just will not display in my .nib image tab. I have a resource file that is displaying but I can get the other file to work. Any Idea would helpful.
Don't put the images into the nib image tab, put them into your project in Project Builder. This will make the images automatically copy to the built application's Resources folder, so that they're available to NSImage.
Geekspiff - generating spiffdiddlee software since before you began paying attention.
Originally posted by smeger: Don't put the images into the nib image tab, put them into your project in Project Builder. This will make the images automatically copy to the built application's Resources folder, so that they're available to NSImage.
What is NSimage I have not come across this yet. I'm new to this can you tell.