• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
View Swapping Issue.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

View Swapping Issue.


  • Subject: View Swapping Issue.
  • From: Philip Juel Borges <email@hidden>
  • Date: Mon, 31 Aug 2009 14:08:25 +0200

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 tableview to the webview whenever you make a selection in the tableview, using makeFirstResponder.


It works fine if all objects, i.e. tableview and webview, are contained in the MainMenu.xib file, or in just one xib file, because then you can set the NSWindow outlet called mainWindow to the window object called HostWindow. However, the problem is that the various view-files (and in this case IndexView.xib) don't contain the window object since they are swapped into the CustomView of the HostWindow in the MainMenu.xib file.

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.

Any ideas? I hope I have explained it well enough. Hope somebody can help.

Philip
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: View Swapping Issue.
      • From: Graham Cox <email@hidden>
  • Prev by Date: Re: Errors & Warnings Smart Group Missing from XCode 3.2
  • Next by Date: Re: View Swapping Issue.
  • Previous by thread: Re: Errors & Warnings Smart Group Missing from XCode 3.2
  • Next by thread: Re: View Swapping Issue.
  • Index(es):
    • Date
    • Thread