, then reload the
outlineview. Take the the binding for the tree controller though. I think
that the way that you have your model set up it won't work through
bindings. But I'm not totally sure.
---
Mark Townsend
http://www.markltownsend.com
On Wed, Feb 24, 2010 at 12:01 PM, Jenn
p level objects.
Alpha (parent == nil)
|
|->Beta (parent == Alpha)
|
|->Delta (parent == Beta)
|->Delta (parent == Beta)
---
Mark Townsend
http://www.markltownsend.com
On Wed, Feb 17, 2010 at 7:38 PM, Jenny M wrote:
> Sorry, realizing that the object chain isn'
The way that I did it was to change the FirstResponder. Generically I did:
[[self window] makeFirstResponder:self];
This is on a NSWindowController sub-class, but it should work on anything
that you can change the FirstResponder on.
---
Mark Townsend
http://www.markltownsend.com
On Wed, Feb
class. Also, check the method signature on your validate* methods. Do
they return a BOOL and pass in a NSError ** for a parameter?
Cheers,
Mark
---
Mark Townsend
http://www.markltownsend.com
On Sun, Dec 20, 2009 at 4:00 AM, Mike Abdullah wrote:
> I think you misunderstand what -validateForIns
Here you go:
http://www.mronge.com/m/MailCore/
Or there is Pantomine, but I heard that one is pretty slow.
http://www.collaboration-world.com/cgi-bin/project/index.cgi?pid=3
---
Mark Townsend
mltowns...@gmail.com
http://www.markltownsend.com
On Tue, Apr 21, 2009 at 4:08 PM, Wayne Shao wrote