• 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
Re: Taking screen shots
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Taking screen shots


  • Subject: Re: Taking screen shots
  • From: Kevin Meaney <email@hidden>
  • Date: Wed, 18 Jun 2014 17:01:37 +0100

On Jun 18, 2014, at 8:36 AM, Kevin Meaney <email@hidden> wrote:
>>
>> The sequence of events are:
>>
>> 1. Drag window so that it is partially offscreen.
>> 2. Draw into the window where part of the drawing happens in the part of the window that is offscreen.
>
> Ok, what does this mean? In AppKit, you don’t draw into a window; the window asks you to draw. If you mean that you’re sending -drawRect: to the view yourself, that will never work.

Drawing happens when I receive an xpc message containing a drawing command. To do the drawing I get the NSGraphicsContext from which I pull the graphicsPort which is a special kind of CGContext. I then use CoreGraphics commands to do the drawing.

I looked at SonOfGrab when I first implemented this, so I'm looking at it again to see if it can provide some clues.

Kevin

> It’s also possible that CGWindowList doesn’t force a window to draw its entire area. Do you get the same results with the SonOfGrab sample project? <https://developer.apple.com/library/mac/samplecode/SonOfGrab/Listings/Controller_m.html#//apple_ref/doc/uid/DTS10004490-Controller_m-DontLinkElementID_4>
>
> --Kyle Sluder


_______________________________________________

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


  • Follow-Ups:
    • Re: Taking screen shots
      • From: Kyle Sluder <email@hidden>
    • Re: Taking screen shots
      • From: Kevin Meaney <email@hidden>
References: 
 >Taking screen shots (From: Kevin Meaney <email@hidden>)
 >Re: Taking screen shots (From: Kyle Sluder <email@hidden>)
 >Re: Taking screen shots (From: Kevin Meaney <email@hidden>)
 >Re: Taking screen shots (From: Kyle Sluder <email@hidden>)
 >Re: Taking screen shots (From: Kevin Meaney <email@hidden>)
 >Re: Taking screen shots (From: Kyle Sluder <email@hidden>)

  • Prev by Date: Re: Taking screen shots
  • Next by Date: Re: Taking screen shots
  • Previous by thread: Re: Taking screen shots
  • Next by thread: Re: Taking screen shots
  • Index(es):
    • Date
    • Thread