Selecting Tab Error
Selecting Tab Error
- Subject: Selecting Tab Error
- From: Seth Willits <email@hidden>
- Date: Tue, 29 Jul 2003 12:27:44 -0700
http://developer.apple.com/documentation/Cocoa/Reference/
ApplicationKit/ObjC_classic/Classes/NSTabView.html#//apple_ref/doc/uid/
20000365/selectLastTabViewItem_
The documentation cites that the NSTabView class has several messages
to select a specific tab, but when building, the compiler warns that
the object does not respond to any of the messages I choose.
My NSTabView is an IBOutlet defined as:
IBOutlet NSTabView * tabPanel;
And I try to select the tab with:
[tabPanel selectLastTabViewItem];
Am I missing something?
Seth Willits
------------------------------------------------------------------------
---
President and Head Developer of Freak Software -
http://www.freaksw.com
Q&A Columnist for REALbasic Developer Magazine -
http://www.rbdeveloper.com
Webmaster for REALbasic Game Central -
http://www.freaksw.com/rbgames
"You may laugh at me for chasing a dream, but I'll have the last laugh
when I catch it."
-- Seth Willits
------------------------------------------------------------------------
---
_______________________________________________
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.