by John C. Randolph <jcr.nospam@[EMAIL PROTECTED]
>
Apr 17, 2008 at 01:20 AM
On 2008-04-09 13:18:58 -0700, echosummet@[EMAIL PROTECTED]
said:
> Hi all I have an app that has a UI on one display and a QTCaptureView
> on another. The view has a live stream from a DV cam that I am editing
> the frames of. What I need is for the view to be full screen without
> the title bar on the top of the window. Is there a simple way to
> accomplish this? I am thinking of having an NSRect that is the screen
> size and setting the views bounds to the rect...would this be the
> right way to go about this? Any input is greatly appreciated...thanks!
If you're doing this on Leopard, you can send any view a
-enterFullScreenMode:withOptions: message.
-jcr