Re: SystemIcons.bundle
Re: SystemIcons.bundle
- Subject: Re: SystemIcons.bundle
- From: Andrew Merenbach <email@hidden>
- Date: Mon, 19 Aug 2002 14:35:59 -0700
I found a nice image in one of the the Core Services resources in 10.1,
and wanted to use it in my app, and instead of loading it from the
system bundle, I simply copied the image out of the resources and put it
into my own program. Unless you are absolutely positive the icon you
want will be in future system versions, you might want to do the
same--copy the icons you want into your resources. That way will ensure
maximum compatibility, though it will increase your program size
slightly. Additionally, this will allow you to use the image in
Interface Builder.
Take care,
Andrew Merenbach
On Monday, August 19, 2002, at 12:59 PM, cocoa-dev-
email@hidden wrote:
In jaguar i noticed that there was a new bundle located in
/System/Library/CoreServices which contains generic icons that i would
like to use.
I manage to load the image, but i had to load the bundle by giving its
path. I tried to load it with its identifier, but no luck there. Is
there a better way to load it than by path?
Is there a way to use those image in Interface Builder or do i have to
use them programatically only?
Olivier
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.