• 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
Re: PreferencePane plugin: awakeFromNib gets called twice
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PreferencePane plugin: awakeFromNib gets called twice


  • Subject: Re: PreferencePane plugin: awakeFromNib gets called twice
  • From: Douglas Norton <email@hidden>
  • Date: Tue, 5 Apr 2005 18:24:49 +0100


On 5 Apr 2005, at 16:53, Dave Camp wrote:

On Apr 5, 2005, at 2:09 AM, Stephan Ruggiero wrote:

I am writing a preferences pane plugin that has a main window for the System Preferences app. and 2 separate panels the user can open.

The principal cocoa class (a subclass to NSPreferencesPane) is instantiated in the IB and has a -(void)awakeFromNib call to initiate some stuff when the plugin is selected.
Now my problem is that the awakeFromNib is called twice! I read about this problem here, but no solution given seem to apply to my situation, as I am not writing a standalone app, just a plugin.

That may not be a good place to put that code for a preference pane. I would suggest looking at mainViewDidLoad, didSelect, and didUnselect.



or willSelect as this is called before your pane is displayed.

Douglas

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: PreferencePane plugin: awakeFromNib gets called twice
      • From: Stephan Ruggiero <email@hidden>
References: 
 >PreferencePane plugin: awakeFromNib gets called twice (From: Stephan Ruggiero <email@hidden>)
 >Re: PreferencePane plugin: awakeFromNib gets called twice (From: Dave Camp <email@hidden>)

  • Prev by Date: Best way to parse XML data of non-ASCII encoding...?
  • Next by Date: Re: Signal 10 and 11, keep popping up when i try and compare 2 NSStrings?
  • Previous by thread: Re: PreferencePane plugin: awakeFromNib gets called twice
  • Next by thread: Re: PreferencePane plugin: awakeFromNib gets called twice
  • Index(es):
    • Date
    • Thread