On 2010 Jan 21, at 16:18, Paul Forgey wrote:
> Are there any known conditions under which an NSTabView won't call its
> delegate methods?
No. Both tabView:willSelectTabViewItem: and tabView:didSelectTabViewItem: work
fine for me, and I don't see anything wrong with the code you posted. You
On Jan 21, 2010, at 10:46 PM, Graham Cox wrote:
>
> On 22/01/2010, at 2:39 PM, Scott Anguish wrote:
>
>> are you telling it to load the table using reload?
>
>
> I think this a tab view, not a table view.
>
Oh, for crying out loud.
I’m an absolute idiot.
Thanks for pointing that out
Grah
I relooked at the doc, and I don’t see anything here trying to make up for
my stupidity.
can you post the creation code?
Not helpful, but I don’t think you need to implement any of
these.___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Ple
On 22/01/2010, at 2:39 PM, Scott Anguish wrote:
> are you telling it to load the table using reload?
I think this a tab view, not a table view.
--Graham
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or m
are you telling it to load the table using reload?
On Jan 21, 2010, at 7:18 PM, Paul Forgey wrote:
> Are there any known conditions under which an NSTabView won't call its
> delegate methods?
>
> I can confirm in awakeFromNib the tab view's delegate is properly set to self
> (as per the outle