I have a window, with a WebView that I "made a subview of a tabview". The other tab has an NSTextView on it.
When I go to hook up the outlets in the controller class, I can option drag to the NSTextView and connect it without a problem, but when I switch tabs and try to do the same with the WebView, it won't "highlight" the Webview. It just shows the NSTabViewItem.
Aside from deleting the lot of this, adding the WebView first, connecting it and THEN making it a subview, followed by the NSTextView, is there a way around this? Or is this a bug in IB?
Also, does anyone know how to "extract" a view from a NSTabView (so it's no longer a subview) other than just deleting it and recreating it.
I'm using Xcode 2.1,