• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Debugging preference pane
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Debugging preference pane
      • From: glenn andreas <email@hidden>
References: 
 >Debugging preference pane (From: Adam Penny <email@hidden>)
 >Re: Debugging preference pane (From: Nick Zitzmann <email@hidden>)
 >Re: Debugging preference pane (From: Adam Penny <email@hidden>)
 >Re: Debugging preference pane (From: Nick Zitzmann <email@hidden>)

  • Prev by Date: Re: Debugging preference pane
  • Next by Date: Re: Debugging preference pane
  • Previous by thread: Re: Debugging preference pane
  • Next by thread: Re: Debugging preference pane
  • Index(es):
    • Date
    • Thread