Re: Debugging preference pane
Re: Debugging preference pane
- Subject: Re: Debugging preference pane
- From: Adam Penny <email@hidden>
- Date: Fri, 24 Oct 2008 01:55:01 +0200
Hi Nick, hi Glen,
Just a quick note to say that I've finally cracked the problem and
thank you both very much for your help.
For that last bit, I was binding my array to the filter predicate (no
idea what it is)of the array controller where I should have been
binding to the content array.
Thanks again,
Adam
On Oct23, 2008, at 11:18 PM, glenn andreas wrote:
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