Created NIB Capp app and I'm trying to use a tabless NSTabview and I wired up "takeSelectedTabViewItemFromSender" action to an NSSegmentedcontrol. When I run it in my browser I get the following error in my error console:
CPInvalidArgumentException: - [CPTabView takeSelectedTabViewItemFromSender:] unrecognized selector sent to instance 0x004ea5
Should this work in Capp without any additional code?
If not, can someone point me to an example of how this would work properly in Capp? I'm using 0.9.5.
Thanks !!!