• 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: fullscreen quicktime across multiple monitors
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fullscreen quicktime across multiple monitors


  • Subject: Re: fullscreen quicktime across multiple monitors
  • From: "Michael Ash" <email@hidden>
  • Date: Fri, 19 Sep 2008 00:13:20 -0400

On Wed, Sep 17, 2008 at 3:03 PM, Memo Akten <email@hidden> wrote:
> Hi All, I'd like to create a little app the runs a quicktime movie (prores)
> fullscreen across multiple monitors. I think I can figure out the QTKit
> stuff, but couldn't find upto date documentation on going fullscreen. I've
> found some code snippets to do it, but they are all pre-leopard and I have a
> feeling that its a bit more straightforward on leopard (i'm hoping). Can
> anyone point me in the right direction? (or has this already been done?) Its
> for personal use and not distribution so min specs 10.5.5 etc. is fine.

"Fullscreen" just means that you cover the entire screen with your
window. In this case, covering all screens. There's no need for a
special API (although special APIs are available), just make a
standard NSWindow, set its frame to cover all the screens, make sure
that it contains what you want, and you're good.

For more specific guidance, NSScreen can be used to find out where all
the screens are, NSBorderlessWindowMask will give you a window with no
title bar or other distracting decorations, and
NSApplicationDidChangeScreenParametersNotification will tell you if
the configuration of the screens changed so you can re-position your
window.

Mike
_______________________________________________

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: fullscreen quicktime across multiple monitors
      • From: Memo Akten <email@hidden>
References: 
 >fullscreen quicktime across multiple monitors (From: Memo Akten <email@hidden>)

  • Prev by Date: Re: fullscreen quicktime across multiple monitors
  • Next by Date: How make a cocoa lib wich create a window ?
  • Previous by thread: Re: fullscreen quicktime across multiple monitors
  • Next by thread: Re: fullscreen quicktime across multiple monitors
  • Index(es):
    • Date
    • Thread