• 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
Circular initialization of controllers in NIB file
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Circular initialization of controllers in NIB file


  • Subject: Circular initialization of controllers in NIB file
  • From: Nathan Auch <email@hidden>
  • Date: Thu, 03 Jan 2008 13:16:38 -0500

My application is an installer whose main window consists of a few controls and an area (NSBox) on which one of several "panels" is displayed. As the user progresses through the install, theses panels (custom NSViews) are swapped in and out of the main window. The logic for some of the panels can be quite complicated so I've implemented a unique controller for each panel which holds all the logic pertaining to it.

The main controller holds a pointer to each of the panel controllers so that it handle swapping the panels. Some of the panel controllers need to communicate with the main window controller as well to do things like set the enabled status of the "Continue" and "Go Back" buttons on the main window.

Thus, the main window controller has an IBOutlet for a panel controller, and the panel controller has an IBOutlet for the main window controller. These are both assigned in Interface Builder. After loading the NIB file, the IBOutlet pointing to the main window controller from the panel controller is never set (value is nil). I think this must be because there is a circular dependency during initialization of the NIB file.

Is this expected behaviour? Can I do something to force the initialization of both outlets, or do I just need to work around this in my code? (Working around this shouldn't be difficult, but I'm new to Cocoa, so I just want to make sure that I correctly understand what is going on before working around the issue.)

Thanks,
-Nathan
_______________________________________________

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: Circular initialization of controllers in NIB file
      • From: Jim Murry <email@hidden>
    • Re: Circular initialization of controllers in NIB file
      • From: Alastair Houghton <email@hidden>
  • Prev by Date: Re: NSRect to carbon Rect conversion
  • Next by Date: Re: NSRulerView Fast Scrolling Issues
  • Previous by thread: Re: Binding table column to complex NSDictionary
  • Next by thread: Re: Circular initialization of controllers in NIB file
  • Index(es):
    • Date
    • Thread