Re: Creating Carbon bevel picture buttons w/Interface Builder
Re: Creating Carbon bevel picture buttons w/Interface Builder
- Subject: Re: Creating Carbon bevel picture buttons w/Interface Builder
- From: "Isaac Wankerl" <email@hidden>
- Date: Thu, 20 Apr 2006 16:57:58 -0500
On 4/20/06, email@hidden <email@hidden> wrote:
> Found this old message:
>
> <http://lists.apple.com/archives/xcode-users/2004/May/msg00167.html>
>
> and will be dealing with the same issue soon.
>
> I was wondering, nearly two years later, if any progress has been made on this
> front.
>
> The bug report was filed under rdar://3653738
>
> I've tried this myself, but haven't even been able to get a PNG image, which is
> in the same target (there is only one target) as the nib file, in the X-Code
> project to show up in the Images Tab. Any reason why this wouldn't be working
> for a carbon project?
Why not just load the URL for PNG file using the CFBundle services,
then create a CGImageRef with CGImageCreateWithPNGDataProvider() and
then use that image with the bevel button?
Isaac
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden