Re: QCView to fullscreen

2009-01-09 Thread Sean McBride
On 1/9/09 3:45 PM, Jonathan Selander said: >- (void)enterFullScreen:(id)sender >{ > // toggle fullscreen mode > if (self.isInFullScreenMode) > [self exitFullScreenModeWithOptions:nil]; > else > [self enterFullScreenMode:[NSScreen self] withOptions:nil]; >} You want [NS

Re: QCView and NSGarbageCollector

2008-09-18 Thread Peter Schmidt
Am 17.09.2008 um 22:46 schrieb Bill Bumgarner: Every example included with the developer tools should work under GC. If it does not, then it is a bug and, please, do file it. Ok, I've filed a bug. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple

Re: QCView and NSGarbageCollector

2008-09-17 Thread Bill Bumgarner
On Sep 17, 2008, at 11:50 AM, Peter Schmidt wrote: Am 17.09.2008 um 20:36 schrieb Nick Zitzmann: Have you filed a bug report at ? No, not yet at the moment. I want to wait for a few responses from the list, if I overlooked something in the documentation, or so ...

Re: QCView and NSGarbageCollector

2008-09-17 Thread Peter Schmidt
Am 17.09.2008 um 20:36 schrieb Nick Zitzmann: Have you filed a bug report at ? No, not yet at the moment. I want to wait for a few responses from the list, if I overlooked something in the documentation, or so ... regards, Peter ___

Re: QCView and NSGarbageCollector

2008-09-17 Thread Nick Zitzmann
On Sep 17, 2008, at 11:16 AM, Peter Schmidt wrote: I've found a problem with QCView in my Coca-App with GC enabled. The animation (created with the Quartz Composer) will play very laggy. When I disable the GC it will run fine and smooth. This seems not to be an error in my App. I can repro

Re: QCView loadCompositionFromFile

2008-06-02 Thread Marco Masser
I'm trying to load a composition into a QCView using the loadCompositionFromFile. I was obtaining the path from a NSOpenPanel but loadCompositionFromFile was returning NO. I tried passing in a hard coded path as a parameter, getting the same result NO.I'm sure the paths are right as I

Re: QCView openGLContext

2008-03-14 Thread Lorenzo
orenzo email: [EMAIL PROTECTED] > From: David Duncan <[EMAIL PROTECTED]> > Date: Fri, 14 Mar 2008 13:39:42 -0700 > To: Lorenzo <[EMAIL PROTECTED]> > Cc: cocoa-dev@lists.apple.com > Subject: Re: QCView openGLContext > > On Mar 14, 2008, at 12:56 PM, Lorenzo wrote: >

Re: QCView openGLContext

2008-03-14 Thread David Duncan
On Mar 14, 2008, at 12:56 PM, Lorenzo wrote: I will file a bug. I run XCode 3.0 - Xcode IDE: 921.0 - Xcode Core: 921.0 - ToolSupport: 893.0 Please file it, its always good to know what will help our developers :). Actually I have adopted the solution posted by Sam, here in the list. I r

Re: QCView openGLContext

2008-03-14 Thread Lorenzo
Lorenzo email: [EMAIL PROTECTED] > From: David Duncan <[EMAIL PROTECTED]> > Date: Fri, 14 Mar 2008 10:49:18 -0700 > To: Lorenzo <[EMAIL PROTECTED]> > Cc: cocoa-dev@lists.apple.com > Subject: Re: QCView openGLContext > > On Mar 13, 2008, at 4:53 PM, Lorenzo wrote: &

Re: QCView openGLContext

2008-03-14 Thread David Duncan
On Mar 13, 2008, at 4:53 PM, Lorenzo wrote: If I comment this line below [[qcView openGLContext] flushBuffer]; my app launches and runs well, but of course I can't see the QCView contents properly. I have seen that this API is available in 10.5 and later. Anyway my compiler doesn't protes

Re: QCView openGLContext

2008-03-13 Thread Sam McDonald
ender with renderAtTime into the NSView or OpenGLView? Best Regards -- Lorenzo email: [EMAIL PROTECTED] From: Sam McDonald <[EMAIL PROTECTED]> Date: Thu, 13 Mar 2008 19:23:35 -0500 To: Lorenzo <[EMAIL PROTECTED]> Cc: cocoa-dev@lists.apple.com Subject: Re: QCView openGLContext I

Re: QCView openGLContext

2008-03-13 Thread Lorenzo
] > > From: Sam McDonald <[EMAIL PROTECTED]> > Date: Thu, 13 Mar 2008 19:23:35 -0500 > To: Lorenzo <[EMAIL PROTECTED]> > Cc: cocoa-dev@lists.apple.com > Subject: Re: QCView openGLContext > > I have programmed cocoa for less than a year, so if I say something s

Re: QCView openGLContext

2008-03-13 Thread Sam McDonald
I have programmed cocoa for less than a year, so if I say something stupid please bare with me. Of the programming I have done most of it has been with QC apps. From what I remember the openGLContext was added in 10.5 (and made me very excited). In my 10.4 application I created a glcontex

Re: QCView

2008-02-26 Thread Lorenzo
replying. Best Regards -- Lorenzo email: [EMAIL PROTECTED] > From: David Duncan <[EMAIL PROTECTED]> > Date: Tue, 26 Feb 2008 09:57:09 -0800 > To: [EMAIL PROTECTED] > Cc: cocoa-dev@lists.apple.com > Subject: Re: QCView > > On Feb 26, 2008, at 7:03 AM, [EMAIL PROTECTED] wr

Re: QCView

2008-02-26 Thread David Duncan
On Feb 26, 2008, at 7:03 AM, [EMAIL PROTECTED] wrote: I am building on 10.4 and I would like to get a preview of a Quartz Composition. The API snapshotImage works only on Leopard. So I have tried unsuccessfully to lockFocus drawRect and unlockFocus then save the TIFFRepresentation, which resu