The values are all valid. There is not much more to the sample test project
then the code I posted if you wanted to check this out yourself. The sample
project is just the default cocoa app. At least one other person did and saw
the same behavior
Sent from my iPhone
> On Nov 7, 2013, at 12:12
On Nov 7, 2013, at 08:46 , Joseph Ayers wrote:
> I have a NSWindow that has a NSTabView. The window has some drawers that open
> when one of the tabs is clicked on. One of the tabs draws a digital
> oscilloscope, another draws graphs and a third some DSP graphics The drawers
> contain NSView'
On 7 Nov 2013, at 5:46 pm, Joseph Ayers wrote:
> I’m working on a program that does digital signal processing on the audio
> tracks of a Quicktime Movie.
>
> I have a NSWindow that has a NSTabView. The window has some drawers that open
> when one of the tabs is clicked on. One of the tabs dr
On 7 Nov 2013, at 16:18, Andrew Madsen wrote:
> Thanks for the reply Mike. I'm one of Patrick's colleagues.
>
> On Nov 6, 2013, at 5:28 AM, Mike Abdullah wrote:
>
>> This line of code jumps out at me as slightly suspicious for the isStale and
>> resolveError parameters. They are supposed to
I’m working on a program that does digital signal processing on the audio
tracks of a Quicktime Movie.
I have a NSWindow that has a NSTabView. The window has some drawers that open
when one of the tabs is clicked on. One of the tabs draws a digital
oscilloscope, another draws graphs and a thir
Thanks for the reply Mike. I'm one of Patrick's colleagues.
On Nov 6, 2013, at 5:28 AM, Mike Abdullah wrote:
> This line of code jumps out at me as slightly suspicious for the isStale and
> resolveError parameters. They are supposed to be passed by reference. Is this
> the real code you’re sho
Good thought. mdimport works just fine.
Sent from my iPhone
> On Nov 7, 2013, at 2:56 AM, Kyle Sluder wrote:
>
>> On Nov 6, 2013, at 7:35 PM, Eric Gorr wrote:
>>
>> If I hand SKIndexAddDocument a text file, the code works without issue. As
>> best I can figure, there is a problem with OS X's
On Nov 6, 2013, at 7:35 PM, Eric Gorr wrote:
> If I hand SKIndexAddDocument a text file, the code works without issue. As
> best I can figure, there is a problem with OS X's emlx spotlight importer in
> Mavericks.
What happens if you run `mdimport` against the document? Does it crash as well?