• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Change in behavior from 10.3.9 to 10.4
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: Re: A CoreData Limitation?
  • Next by Date: [ANN] Open-source IPA character palette IM
  • Previous by thread: Re: FSMountServerVolumeSync, AFP volumes and Tiger
  • Next by thread: [ANN] Open-source IPA character palette IM
  • Index(es):
    • Date
    • Thread