• 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: NSBrowser matrix
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSBrowser matrix


  • Subject: Re: NSBrowser matrix
  • From: Raleigh Ledet <email@hidden>
  • Date: Mon, 27 Jun 2011 10:23:00 -0700

Your instantiating your NSBrowser from a nib file. Try over riding
- (id)initWithCoder:(NSCoder *)coder

-raleigh

On Jun 26, 2011, at 4:18 AM, Ari Black wrote:

> On 11-06-26 7:04 AM, Fritz Anderson wrote:
>>
>> On 25 Jun 2011, at 7:05 PM, Ari Black wrote:
>>
>>> @implementation SpecialMatrix
>>>
>>> - (id)initWithFrame:(NSRect)frameRect mode:(NSMatrixMode)aMode prototype:(NSCell *)aCell numberOfRows:(NSInteger)numRows numberOfColumns:(NSInteger)numColumns {
>>>    int x;
>>>    x = 0; // I put a breakpoint here
>>>
>>>    return self;
>>> }
>>>
>>> @end
>>
>> You don't get to this point, so it's not the problem you have now, but I assume your real code invokes [super initWithFrame:...]?
>
> I hadn't put a call to [super ...] yet as I wanted to verify that my initWithFrame: was being called. Once I get this problem worked out, I will call [super ...].
>
>>
>>> This is in the implementation of the class that controls  the window the browser is in:
>>>
>>> - (void)awakeFromNib {
>>>    [browser setMatrixClass:[SpecialMatrix class]];
>>>
>>>    [browser loadColumnZero];
>>>
>>>    NSMatrix *matrix = [storyLine matrixInColumn:0];  //<- return nil
>>>    matrix = [storyLine matrixInColumn:1]; //<- returns nil
>>> }
>>
>> First step: Break in -awakeFromNib and verify that browser is not nil.
>
> I've tested this and it's not nil. browser is an outlet I created and connected with IB. The NSBrowser works for adding items to all of the columns and I check to make sure that SpecialMatrix is set to be the matrix class in browser after the call to setMatrixClass:
>
>>
>> Second step: Maybe an NSBrowser doesn't instantiate any matrices until you have responded to browser:numberOfRowsInColumn: with a non-zero value?
>>
>> 	— F
>
> That's possible, but I've tested adding items to the columns and SpecialMatrix's initWith...: doesn't get called.
>
> I do want to point out that I'm implementing
> browser:numberOfChildrenOfItem: not browser:numberOfRowsInColumn, does that make a difference?
>
>  Thanks!
> _______________________________________________
>
> 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

_______________________________________________

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

References: 
 >NSBrowser matrix (From: Ari Black <email@hidden>)
 >Re: NSBrowser matrix (From: Fritz Anderson <email@hidden>)
 >Re: NSBrowser matrix (From: Ari Black <email@hidden>)

  • Prev by Date: Re: Caching Streaming video
  • Next by Date: Re: Event Objects Return 1-Based Y Coordinate Values
  • Previous by thread: Re: NSBrowser matrix
  • Next by thread: Caching Streaming video
  • Index(es):
    • Date
    • Thread