On Wed, Sep 17, 2008 at 3:03 PM, Memo Akten <[EMAIL PROTECTED]> 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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to