Re: Debugging bindings
Re: Debugging bindings
- Subject: Re: Debugging bindings
- From: John Randolph <email@hidden>
- Date: Wed, 16 Jun 2004 13:50:55 -0700
On Jun 10, 2004, at 3:20 AM, Andreas Mayer wrote:
Am 10.06.2004 um 09:22 schrieb Raphael Sebbe:
The problem is that I don't have any information about the observer
itself, which could help me locate the bug.
Sorry, can't help here. IIRC you can see which key is accessed. If
that's not enough ... :-/
I'd like to have a list view of all bindings in a nib inside IB. That
would help to find errors.
Please file a feature request for this. In the meantime, you can get a
list of the bindings in a nib file like so:
01:48 PM email@hidden:Desktop>nibtool -aj Say\ Hello.nib/
[much snippage]
Connections = {
[much more snippage]
"Connection 252" = {
Binding = "data";
Class = "NSNibBindingConnector";
Controller = "251";
KeyPath = "values.text";
Label = "data: values.text";
Object = "248";
};
}; /* End Connections */
HTH,
-jcr
John C. Randolph <email@hidden> (408) 974-8819
Sr. Cocoa Software Engineer,
Apple Worldwide Developer Relations
http://developer.apple.com/cocoa/index.html
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.