Re: Random image problem has me stumped :(
Re: Random image problem has me stumped :(
- Subject: Re: Random image problem has me stumped :(
- From: "John C. Randolph" <email@hidden>
- Date: Wed, 23 Mar 2005 14:54:30 -0800
On Mar 23, 2005, at 1:28 PM, Serge Meynard wrote: But if I run the test code below...
[cachedImage lockFocus]; NSBitmapImageRep* bmrep = [[NSBitmapImageRep alloc] initWithFocusedViewRect:NSMakeRect(0, 0, width, height)];
...the returned bmrep is nil.
Probably because there's no view that has focus. Remember that NSImage is not an NSView subclass.
-jcr
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden