Re: Debugging preference pane
Re: Debugging preference pane
- Subject: Re: Debugging preference pane
- From: glenn andreas <email@hidden>
- Date: Thu, 23 Oct 2008 16:18:57 -0500
On Oct 23, 2008, at 4:10 PM, Adam Penny wrote:
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
The source code you showed us had:
@implementation ADPPrinter
...
@synthesize name;
@synthesize server;
@synthesize uri;
@end
Note that the source says "server" and not "host" (which is what the
runtime is looking for)
Glenn Andreas email@hidden
<http://www.gandreas.com/> wicked fun!
Cardographer | the custom playing card designer
_______________________________________________
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