Obtaining an mage from a custom framework
Obtaining an mage from a custom framework
- Subject: Obtaining an mage from a custom framework
- From: Robert Miller <email@hidden>
- Date: Wed, 19 Sep 2001 09:13:58 -0400
- Organization: RFM & Associates
Hello,
Can anyone tell me if there is a way to obtain an image via [NSImage
imageNamed] or one of the NSImage init... methods from within a
framework? I have an application that links to a custom framework I've
developed. The framework includes classes and .nib files which contain
images, etc. When I run my application I want to obtain an image that
resides in the framework I've linked to. I've tried all sorts of ways to
achieve this using file paths, etc. but no luck. Is there a way to do
this ? Am I missing something ?
Thanks in advance,
Regards,
Bob M