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 live
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. Ther
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 differe
On Feb 17, 2015, at 06:31 , Charles Jenkins 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” is
> checked.
Ok with programmatic bindings, I have:
1. on the interface.
2. In set up:
NSButtonCell *recCell11 = [NSButtonCell new];
[recCell11 setButtonType:NSSwitchButton];
[recCell11 setTitle:NULL_STRING];
[recCell11 setImagePosition:NSImageOnly];
[recCell11 setEditable:YES];
[[transTableView ta
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
(qu
On Feb 17, 2015, at 12:35 , John MacMullin 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 is
just a bit messy