NSSplitView strange behavior

2013-08-13 Thread Vincent CARLIER
Hi list, I experience some strange behavior with NSSplitView. Let me explain what I'm trying to do : The split view contains 3 subviews (2 dividers), and has a delegate that controls it. It is an horizontal split view. Let number those 3 views from top to bottom 0, 1 and 2. The upper divider ha

Re: Document Window Versions Drop-down Menu

2013-05-14 Thread Vincent CARLIER
Re Quincey, 2013/5/14 Quincey Morris > On May 14, 2013, at 04:30 , Vincent CARLIER > wrote: > > As you will see, the menu item opens a second (and any number) of windows > for the document, but only the first has got the menu. > > > Yes, now you've pointed this

Re: Document Window Versions Drop-down Menu

2013-05-14 Thread Vincent CARLIER
Hi Kyle, 2013/5/14 Kyle Sluder > On May 14, 2013, at 1:33 AM, Vincent CARLIER > wrote: > > > No matter what I do, only the first window (that is the window managed by > > the first WC created for the document) gets the menu. > > What does the

Re: Sandboxed app & record-level indexing of Core Data in Spotlight (not working)

2013-05-14 Thread Vincent CARLIER
Re gt, 2013/5/14 Giacomo Tufano > Il giorno 14/mag/2013, alle ore 13:00, Vincent CARLIER < > vince.carl...@gmail.com> ha scritto: > > I have a working .mdimporter that works correctly if I copy the importer >> in /Library/Spotlight (it will index and spotlight fin

Re: Document Window Versions Drop-down Menu

2013-05-14 Thread Vincent CARLIER
eference name is "dwc", not "gpdwc". Sorry. > > > 2013/5/14 Vincent CARLIER > >> Hi Quincey, >> >> thank you for the quick answer. >> Unfortunately, no, I didn't forget to add the window controllers using >> the method you mention.

Re: Sandboxed app & record-level indexing of Core Data in Spotlight (not working)

2013-05-14 Thread Vincent CARLIER
Date: Tue, 14 May 2013 12:07:02 +0200 > From: Giacomo Tufano > To: cocoa-dev@lists.apple.com > Subject: Sandboxed app & record-level indexing of Core Data in > Spotlight (not working) > Message-ID: <127dc0cb-c922-435c-adba-e873e8593...@iltofa.com> > Content-Type: text/plain; charset=us-as

Re: Document Window Versions Drop-down Menu

2013-05-14 Thread Vincent CARLIER
ot;. Sorry. 2013/5/14 Vincent CARLIER > Hi Quincey, > > thank you for the quick answer. > Unfortunately, no, I didn't forget to add the window controllers using the > method you mention. > > At document creation/opening, a first WC is created (I mean alloc/init), >

Re: Document Window Versions Drop-down Menu

2013-05-14 Thread Vincent CARLIER
r me ;) even if subsequent WC aren't the same class, and windows are totally different. I don't know if it makes any difference, I'm running Mac OS X Mountain Lion 10.8.3, Xcode 4.6.2. Vince. 2013/5/14 Quincey Morris > On May 14, 2013, at 00:07 , Vincent CARLIER > wrote: &

Document Window Versions Drop-down Menu

2013-05-14 Thread Vincent CARLIER
Hi all, I'm writing a document based app. Each document is displayed in a window, and can have several other windows too. The primary window and the others are the same (same NIB, same window controller), each window is able to display a different part of the document data. At the beginning, only

Writing a custom Spotlight Importer

2013-05-09 Thread Vincent CARLIER
Hello everybody, I've written a Spotlight Importer for my custom document format. The document has an UTI, used by the Spotlight Importer. Everything is fine, I can see my Metadata Fields correctly indexed by Spotlight, I can see the right importer loaded (it is bundled into the .app) when I run