Re: Debugging preference pane
Re: Debugging preference pane
- Subject: Re: Debugging preference pane
- From: Adam Penny <email@hidden>
- Date: Thu, 23 Oct 2008 23:10:55 +0200
Nope, I've triple checked the bindings and they're fine, but I do have
two table views in two different tab views in my prefpane window,
could that be causing some issues with their respective array
controllers getting mixed up?
Adam
ADPServer has the keys
name
mac
ADPPrinter has the keys
name
host
uri
On Oct23, 2008, at 10:49 PM, Nick Zitzmann wrote:
On Oct 23, 2008, at 2:36 PM, Adam Penny wrote:
This is the my console message when the panel hangs:
System Preferences[372:10b] [<ADPPrinter 0xf7a7200>
valueForUndefinedKey:]: this class is not key value coding-
compliant for the key host.
That means something's trying to access the key "host", and the
ADPPrinter class is not defining that key. So either you need to
provide that key, or if this is in error, find out what's trying to
access that key and get rid of it. Also, I strongly recommend
setting a global breakpoint on objc_exception_throw[1].
Nick Zitzmann
<http://www.chronosnet.com/>
[1] assuming you're using Leopard or later; if not, then set a
breakpoint on -[NSException raise]
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden