An NSTabView object provides a convenient way to present information in multiple pages. The view contains a row of tabs that give the appearance of folder tabs, as shown in the following figure. The user selects the desired page by clicking the appropriate tab or using the arrow keys to move between pages. Each page displays a view hierarchy provided by your application.
Questions tagged [nstabview]
95 questions
0
votes
1 answer
Mac OS X NSPanel with NSTabView Keyboard Event: How do I use NSTabViewDelegate to display TabItem's View for keyboard navigation?
Mac OS X NSTabView: How Do I Display TabItem's View for keyboard navigation?
I have a TabView that works just fine with the mouse. I want to make the NSTabView support keyboard navigation.
Using the Arrow Key moves through the various TabItems,…

mbarron
- 285
- 4
- 15
0
votes
1 answer
Drag-n-Drop NSTabViewItem
In my application, we have NSTabViewItem inside NSTab , and there could be More then one NSTabViewItem are possible,
To Support one of the feature, we need to support Drag-n-Drop in NSTabViewItem, i.e. i should be able to rearrange NSTabViewItem and…

Amitg2k12
- 3,765
- 10
- 48
- 97
-1
votes
1 answer
Swift 4 pass data from NSViewController to NSTabViewController
I have a NSView controller called LOGIN
I have a NSTabViewController called LISTS and this has two tabs:
playlistLists - associated with the class PlaylistLists,
albums - associated with the class Albums
I need to pass a variable from login to…

Manuel Gonzalez
- 11
- 3
-1
votes
2 answers
NSMutableArray removeObjectAtIndex and NSTabView
My program is a web browser with MMTabBarView.
Problem with closing the tab closes an invalid element by looking at the log.I have seen that from NSMutableArray * browserViews; when call [browserViews removeObjectAtIndex: index]; in…

Sp1DeR
- 29
- 6
-2
votes
1 answer
Cocoa App. (MAC) is very slow
I am using a timer based application, where i am running 3 timers continuously in main run loop, so that the timer will continuously runs in case of any UI updates. But after some time (Approx 1 hour), my application hangs, not event the buttons etc…

york
- 149
- 1
- 11