On Jun 23, 2016, at 13:39 , Jonathan Mitchell wrote:
>
> Do you mean something like this?
>
> NSMutableArray *proxy = [NSArrayController
> mutableArrayValueForKey:@"content"];
That wasn’t what I had in mind. I meant that you would make the array a
property of a real model object, and update *
> On 23 Jun 2016, at 21:39, Ken Thomases wrote:
>
> O
>
> Are there any logs generated from the above call (other than your app's crash
> log)? Browse around within Console.app's log list to see.
Had a poke around but nothing significant that I can see.
>
>> CIFilter *colorFilter = [CIFilt
On Jun 23, 2016, at 2:56 PM, Jonathan Mitchell wrote:
>
> On a rare occasion I encounter the following abort while rendering an image
> in an NSImage category.
> The method (shown below) gets called frequently to render resources as
> grayscale.
> Looks like the driver has issues but beyond tha
> On 23 Jun 2016, at 17:51, Quincey Morris
> wrote:
>
>
>> My workaround was to set controller.clearsFilterPredicateOnInsertion == YES
>> and reset the filterPredicate following -addObject:
>>
>> It might be possible to subclass NSArrayController …
>
> There’s no need to work around at all.
On a rare occasion I encounter the following abort while rendering an image in
an NSImage category.
The method (shown below) gets called frequently to render resources as
grayscale.
Looks like the driver has issues but beyond that I am stuck.
Any ideas?
Thread 1 (main-thread)
#0 0x7fff9
On Jun 23, 2016, at 08:32 , Jonathan Mitchell wrote:
>
> It would seem there is some intention here according to the header:
>
> - (void)insertObject:(id)object atArrangedObjectIndex:(NSUInteger)index;
> // inserts into the content objects and the arranged objects (as specified by
> index i
> On 23 Jun 2016, at 14:27, Jonathan Mitchell wrote:
>
> The following raises with NSInternalInconsistencyException when :
>
> 1. an NSArrayController filter is in place,
> 2. controller.clearsFilterPredicateOnInsertion = NO
> 3. added content object is rejected by the filter.
>
> Is this beh
The following raises with NSInternalInconsistencyException when :
1. an NSArrayController filter is in place,
2. controller.clearsFilterPredicateOnInsertion = NO
3. added content object is rejected by the filter.
Is this behaviour by design?
#import “AppDelegate.h"
@interface AppDelegate ()
@
On 23 Jun 2016, at 12:21, Dave wrote:
>
> I have an Object that I Archive and Unarchive, e.g it conforms to the
> NSCopying and NSCoding Protocols. The Object in question contains NSArray and
> NSDictionary Object and I handle them like this:
>
> initWithCoder:
>
> myDictionary = [theCoder de
Hi,
I have an Object that I Archive and Unarchive, e.g it conforms to the NSCopying
and NSCoding Protocols. The Object in question contains NSArray and
NSDictionary Object and I handle them like this:
initWithCoder:
myDictionary = [theCoder decodeObjectForKey:@"pLookUpDictionary "];
self.pLook
10 matches
Mail list logo