Re: View Swapping Issue.

2009-08-31 Thread Graham Cox
On 31/08/2009, at 10:08 PM, Philip Juel Borges wrote: The code from the IndexViewController.m to shift focus is [mainWindow makeFirstResponder: webView]; So I need to figure out how I can connect the mainWindow outlet to the HostWindow in the MainMenu.xib file from the IndexView.xib file.

View Swapping Issue.

2009-08-31 Thread Philip Juel Borges
Hi, I'm using code from ViewController to swap between views in my app, which works fine. In my app one view is named IndexView.xib and that contains one tableview and one webview and an NSObject called IndexViewController.h/m Recently, I discovered how to shift the focus from the t