Re: Auxiliary Data in custom view?
Re: Auxiliary Data in custom view?
- Subject: Re: Auxiliary Data in custom view?
- From: Nick Zitzmann <email@hidden>
- Date: Thu, 22 Nov 2007 16:22:13 -0800
On Nov 22, 2007, at 1:57 PM, Rick Mann wrote:
In my Carbon app, my custom view had "Auxiliary Data" that I could
set in IB, and then get at in the code. I used this to name a
background image to display. My view would then load that image and
display it.
Is there something similar in Cocoa?
Not without using an IB palette.
Alternatively, what's the way to display a background image in my
Cocoa custom view?
Get the image as an NSImage or CIImage and use their composition
methods.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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