Change in behavior from 10.3.9 to 10.4
Change in behavior from 10.3.9 to 10.4
- Subject: Change in behavior from 10.3.9 to 10.4
- From: Ian was here <email@hidden>
- Date: Wed, 18 May 2005 15:46:51 -0700 (PDT)
- Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
The following code copied everything from an NSView to
an NSImage, including text views, image views, and
movie view. After upgrading to Tiger, this has
changed. Everything on the view gets copied over,
except for it's subviews. I can't seem to find a
work-around for this. Does anyone have any ideas?
Thanks.
[theView lockFocus];
bmRep = [[NSBitmapImageRep alloc]
initWithFocusedViewRect:[theView bounds]];
[theView unlockFocus];
[tempImage addRepresentation:bmRep];
[bmRep release];
Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html
_______________________________________________
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