"Binding selectedObject cannot be bound to ..." while moving from Tiger to Panther
"Binding selectedObject cannot be bound to ..." while moving from Tiger to Panther
- Subject: "Binding selectedObject cannot be bound to ..." while moving from Tiger to Panther
- From: Andrei Tchijov <email@hidden>
- Date: Wed, 9 Aug 2006 18:17:20 -0400
Hello,
I have an application which runs happily on Tiger. Today I have
tried to "port" it to Panther. I was able to fix few small problems,
but now I am completely stack with this:
2006-08-09 18:07:37.133 AlmostVPN1.0DebugHarness[498] An uncaught
exception was raised
2006-08-09 18:07:37.133 AlmostVPN1.0DebugHarness[498] Binding
selectedObject cannot be bound to <NSObjectController: 0x68b160>
[object class: AlmostVPNConfigurationController]
2006-08-09 18:07:37.133 AlmostVPN1.0DebugHarness[498] *** Uncaught
exception: <NSInternalInconsistencyException> Binding selectedObject
cannot be bound to <NSObjectController: 0x68b160>[object class:
AlmostVPNConfigurationController]
AlmostVPNConfigurationController class does have "selectedObject" and
"setSelectedObject" (and this method/binding is kind of important
one, so I have no doubts that it does work properly on Tiger )
- (id) selectedObject {
...
return result;
}
- (void) setSelectedObject: (id) anObject {
...
}
Connection between NSObjectController and an object of
AlmostVPNConfigurationController class done via Outlet "content".
I will highly appreciate if someone can help me with this one.
Very best regards,
Andrei Tchijov
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden