Re: Selecting Tab Error
Re: Selecting Tab Error
- Subject: Re: Selecting Tab Error
- From: "M. Uli Kusterer" <email@hidden>
- Date: Tue, 29 Jul 2003 21:52:28 +0200
At 12:27 Uhr -0700 29.07.2003, Seth Willits wrote:
My NSTabView is an IBOutlet defined as:
IBOutlet NSTabView * tabPanel;
And I try to select the tab with:
[tabPanel selectLastTabViewItem];
Am I missing something?
You're sorely missing the "sender" parameter that
selectLastTabViewItem:, being an IBAction, takes.
You know, occasionally just reading the docs, or doing a "Batch
Find" in the frameworks to see the definitions can come in *really*
helpful...
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
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.