[MacRuby-devel] Help with QT syntax

2009-09-07 Thread Martin Hawkins
I've been going through the MyRecorder example in the QTKit Capture Programming Guide (which works fine) but am having problems with the MacRuby syntax for the following: - (void)captureOutput:(QTCaptureFileOutput *)captureOutput didFinishRecordingToOutputFileAtURL:(NSURL *)outputFileURL

Re: [MacRuby-devel] Help with QT syntax

2009-09-07 Thread John Labovitz
On 7 Sep 2009, at 9:45 AM, Martin Hawkins wrote: I've been going through the MyRecorder example in the QTKit Capture Programming Guide (which works fine) but am having problems with the MacRuby syntax for the following: - (void)captureOutput:(QTCaptureFileOutput *)captureOutput didFinishR

Re: [MacRuby-devel] Help with QT syntax

2009-09-07 Thread Martin Hawkins
Thanks. Murphy's Law said that I 'saw the light' as soon as I sent the message. Happily my solution was the same as the one you sent.Thanks for the Textmate tip. Martin 2009/9/7 John Labovitz > On 7 Sep 2009, at 9:45 AM, Martin Hawkins wrote: > > I've been going through the MyRecorder example i