Re: nextKeyView order is ignored after loading into NSTabView

2013-12-04 Thread Steve Mills
On Dec 4, 2013, at 01:50:22, Kyle Sluder k...@ksluder.com wrote: As far as the tab view goes, the tab view mucks with the key view loop of the to-be-selected item's view whenever its current tab item changes. If the initial first responder is set then it works as you expect, *except* that the

nextKeyView order is ignored after loading into NSTabView

2013-12-03 Thread Steve Mills
We have a window that has a tab view that contains 2 tabs. The 2 tabs contain empty views. The actual views are in their own specific xibs and get loaded manually, then we replace the temp views in the tabs with the actual views via: tab.view = realView; At that point, the key loop is being

Re: nextKeyView order is ignored after loading into NSTabView

2013-12-03 Thread Steve Mills
On Dec 3, 2013, at 16:08:23, Steve Mills smi...@makemusic.com wrote: We have a window that has a tab view that contains 2 tabs. The 2 tabs contain empty views. The actual views are in their own specific xibs and get loaded manually, then we replace the temp views in the tabs with the actual

Re: nextKeyView order is ignored after loading into NSTabView

2013-12-03 Thread Kyle Sluder
On Tue, Dec 3, 2013, at 06:05 PM, Steve Mills wrote: Why is the window doing recalculateKeyViewLoop when autorecalculatesKeyViewLoop returns NO? It's like it's not even paying attention to it. According to the documentation for -[NSWindow recalculateKeyViewLoop]:, When it is first loaded,