Re: Missing outlets in the nib
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com On Aug 29, 2008, at 7:51 PM, Jose R.C.Cruz wrote: Philip Aker echo astwta@lvpc.dslh@nl | tr a-z@. p-za-o.@ Democracy: Two wolves and a sheep voting on lunch. _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... I am working on a sample project for my article on installer plug- ins. I used the Installer Plugin template as the basis for my project. When I inspect the InstallerPane instance in my nib file, I get the following list of outlets. <ib_foobar.jpg> Compare this with the one below, which is from the sample plug-in project from Apple. Note the following outlets are missing from the above panel: firstKeyView, initialKeyView, lastKeyView, nextPane. Note as well that the outlets contentView and parentSection appear to be connected, but in reality they are not <ib_sample.jpg> Has anyone run into this problem before? What cause it and is there a way to fix it? I am running Xcode 3.0 on a 10.5.1. system. I haven't but the first picture shows that your nib is messed up because the title shows that somewhere along the line your project was started from a template and the template entry for «PROJECTNAMEASIDENTIFIER» was not changed to the name of your project during instantiation. You might be able to edit the nib file with a text editor and salvage otherwise you'll have to recreate and make sure it gets instantiated correctly. This email sent to site_archiver@lists.apple.com
participants (1)
-
Philip Aker