Re: Panel in framework
Re: Panel in framework
- Subject: Re: Panel in framework
- From: Chris Suter <email@hidden>
- Date: Wed, 5 Mar 2008 14:12:03 +1100
On 05/03/2008, at 1:59 PM, Kyle Sluder wrote:
On Tue, Mar 4, 2008 at 9:49 PM, Brad Peterson <email@hidden>
wrote:
That is, I want to display the panel modally, but the
panel only exists as part of a framework I'm using in
my app.
Methinks you don't quite understand what frameworks are and how they
work. A framework is just a shared library whose code is linked to
from your executable. When the loader loads your executable, it
resolves these links and loads the shared library as well. Resources
such as windows, etc. operate on a much, much higher level than that.
I don't understand what you're trying to say here. Are you trying to
say that you can't have resources in frameworks? Sure you can.
To use them you'll have to load them using NSBundle (if it's an
Interface Builder file).
- Chris
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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