Re: Modifying row rect indent in NSOutlineView

2015-01-29 Thread Andrew White
On 30/01/2015 16:04, Quincey Morris wrote: On Jan 29, 2015, at 20:45 , Andrew White mailto:andrew.wh...@audinate.com>> wrote: I tried subclassing NSOutlineView and catching frameOutlineOfCellAtRow, adding to theRect.origin.x and subtracting from theRect.size.width. This didn't see

Modifying row rect indent in NSOutlineView

2015-01-29 Thread Andrew White
I have an NSOutlineView on OS X 10.10. For non-group row, the indent appears to change where each row starts but the rounded rect surrounding each row always starts on the left margin. I want to modify it so that the left edge of the rectangle is indented (at least for certain children). Exi

Simple bindings example

2010-05-14 Thread Andrew White
runs. From a user perspective, this is read-only: the user can't edit it. And I want to do it with bindings. I cannot for the life of me figure how to plumb it. And how to get KVO to work. Does anyone have a minimal example of this? (XCode 3.2, 10.6) Thanks -- An

Re: Preference panes and Apple Help

2008-09-02 Thread Andrew White
NSLog (@"Could not register Apple Help for myPrefPane\n"); } } PS: I couldn't see any call to deallocate a FSRef. Does it get correctly cleaned up as part of normal stack cleanup? Not that a small memory leak here would be a

Preference panes and Apple Help

2008-09-02 Thread Andrew White
of PreferencePane bundles, but AHRegisterHelpBook doesn't seem to just look in the bundle and I'm not sure what hooks I'd need to provide to make it find the correct folder. Any guidance? -- Andrew White ___ Cocoa-dev mailing list (Cocoa-d