Re: Package/folder confusion

2015-02-17 Thread Charles Jenkins
Yep, I was literally Doing It Wrong. I thought the extension was the link. Use the ID instead, and the packages are packages. Doesn’t look like that magically fixed the other issues, but at least it’s one less bug to squash.   —  Charles On February 17, 2015 at 12:34:52 PM, Quincey Morris

Re: Bindings and Editing in a row

2015-02-17 Thread Quincey Morris
On Feb 17, 2015, at 12:35 , John MacMullin john.macmul...@cox.net wrote: So it appears that I don’t need shouldEditTableColumn because of the bindings. Where is this in the docs? (rather than random cocoa sources). I’m not sure it’s got anything to do with bindings. Configuring table views

Package/folder confusion

2015-02-17 Thread Charles Jenkins
I’ve got a goofy issue that’s been with me for a while, but I had more important things to work on. Months ago, members of this list told me how to set up my project so the document would be stored as a package. I tried it, it worked, and all was great. But at that time I was developing

Bindings and Editing in a row

2015-02-17 Thread John MacMullin
Ok with programmatic bindings, I have: 1. NSTableViewDelegate, NSTableViewDataSource on the interface. 2. In set up: NSButtonCell *recCell11 = [NSButtonCell new]; [recCell11 setButtonType:NSSwitchButton]; [recCell11 setTitle:NULL_STRING]; [recCell11 setImagePosition:NSImageOnly];

Re: Package/folder confusion

2015-02-17 Thread Quincey Morris
On Feb 17, 2015, at 06:31 , Charles Jenkins cejw...@gmail.com wrote: In my target’s Info tab, I have one Document Type: I filled in its Name, Class (the class of my Document window controller), and Extension. I selected Editor as the Role and made sure “Document is distributed as a bundle”

Cocoa Documentation PlugIn for Safari

2015-02-17 Thread Dave
Hi All, A while back I Installed a plug in for Safari that showed the Cocoa Reference Documents and allow searching etc. When I updated to Yosemite/XCode 6 it seems to have gone missing (not sure why?). I tried to find it again but not having much luck, does anyone know where these PlugIns

Re: Idea for Improving Vibrancy

2015-02-17 Thread Jonathan Hull
If you wanted to do this, I would grab the desktop image somehow, apply the effect to it once, and then use (a shifting portion of) that image as the background of your Source View, etc…. That way there is no need to mess with additional windows, or apply the expensive effect continually.