Re: How to force a tab in NSTabView???
Re: How to force a tab in NSTabView???
- Subject: Re: How to force a tab in NSTabView???
- From: John Blackburn <email@hidden>
- Date: Fri, 5 Apr 2002 09:41:43 -0800
If you mean "tell the tab view to display a particular tab", give each
tab a unique identifier in IB then call
[myTabs selectTabViewItemWithIdentifier:@"<the identifier>"];
where <the identifier> is the identifier you assigned to the tab.
John Blackburn
On Friday, April 5, 2002, at 09:17 AM, Chris Roberts wrote:
I want to programmatically set the tab of a NSTabView at certain
times. I can't seem to find any reference to how to do this!
Can someone point me in the right direction?
TIA
Chris Roberts
email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.