Re: Having problem with fetch request in NSDocument based application

2009-09-05 Thread Brent Gulanowski
you could change that yourself. It's a point of comparison, at least. Cheers, -b- On Fri, Sep 4, 2009 at 7:32 PM, Clayton Leitch wrote: > URL is correct and entity is not nil. > On Sep 4, 2009, at 12:55 PM, Brent Gulanowski wrote: > >> So, all the other objects leading to t

Re: subclassing with conditional method overriding

2009-09-05 Thread Brent Gulanowski
ists.apple.com) > > 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: > http://lists.apple.com/mailman/options/cocoa-dev/bgulanowski%40gmail.com > > This

Re: Binding table columns that change at runtime

2009-09-05 Thread Brent Gulanowski
x27;ve managed to generate the table columns and > bind them in code. But now I'm looking for the best way to trigger that code > when the selection in the boundTo list changes. It would be the same dilemma > ifI were to hide columns (vs creating them): how do I trigger that in > b

Re: Composite Array Controller

2009-09-06 Thread Brent Gulanowski
our File's Owner, and configure your composite AC to gets its content array from there. The complexity there depends on whether you want to support adding objects from your specialist ACs. It basically means writing a glue layer. -- Brent Gulanowski __

Re: Need simple port scan

2009-09-07 Thread Brent Gulanowski
lease 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: > http://lists.apple.com/mailman/options/cocoa-dev/bgulanowski%40gmail.com > > This email sent to b

Re: [[NSHost currentHost] name] blocking on 10.6 ?

2009-09-08 Thread Brent Gulanowski
se 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: > http://lists.apple.com/mailman/options/cocoa-dev/bgulanowski%40gmail.com > > This email sent to bgulanow...

Re: Framework versioning and handling multiple OS SDK's?

2009-09-08 Thread Brent Gulanowski
ation? > > Any ideas would be sweet. > ___ I'm no expert in targetting multiple OS versions simultaneously, but these are the strategies we use here. Hopefully this will help. (If I've made any errors, I expect they'll get corrected.)

Re: Framework versioning and handling multiple OS SDK's?

2009-09-08 Thread Brent Gulanowski
Of course. I wasn't thinking straight. Sorry for the misinformation. On Tue, Sep 8, 2009 at 6:33 PM, Greg Parker wrote: > On Sep 8, 2009, at 3:25 PM, Brent Gulanowski wrote: > >> For selectors, you can check whether NSSelectorFromString(@"selector") >> returns

Re: whether to use core data...

2009-10-04 Thread Brent Gulanowski
nd then do something more interesting, like turning the point spread > function (done that) into a modulation transfer function, creating merit > functions and bounds and implementing the relaxed, damped, orthonormal > minimization routine? :-) > > And finally, how do Apple manage

Re: Core-data binding to all entities

2009-10-04 Thread Brent Gulanowski
controller for your note entity and set it to prepare its own content. Then create a property on one of your controller classes (either your document or app delegate, for example) to return a predicate that you will change depending on the currently selected state of your all/category button. Ensure that

Re: Clickable URLs in a UITextView

2009-10-04 Thread Brent Gulanowski
xt view? > > dkj > ___ > > Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) > > Please do not post admin requests or moderator comments to the list. > Contact the moderators at cocoa-dev-admins(at)lists.apple.com > &

Re: Address Book-style editing

2009-10-04 Thread Brent Gulanowski
comments to the list. > Contact the moderators at cocoa-dev-admins(at)lists.apple.com > > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/cocoa-dev/bgulanowski%40gmail.com > > This email sent to bgulanow...@gmail.com > -- Brent Gulanowski