site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=AC2JAtFWaBbp7I6cDuSXUt8hdMfsiTEByjLluKJH3lA=; b=N0EVTEC16IYXEE10C4z0uW1uL9zmHNHA8Yf/ASpd9muNOd9MHseuHvvPp0CFYOCsKz cOIl7Yml30P514qZHT0wPNBYpemjc2P390HO5ChELqVXQghM79jUYBY9c9j9IT2CXKjy HyoZb2Uuz8j29uQkJx+SiKZcy9cmKjv1XhVHs= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=rUc+InngoVQh9Y2GkBQDlx42BaE1uHNUaylholg+SRPNphF9LlTQ/12bMJOepeuIem BTBTIcrwzH7Wn+TD8KBUFSFOxsGjODpDAm+IAf6XfL/Lp+vqb8gB2DRrqdHgAUVWG1Vh NBzKAcprZsLaHB6CODRrgr3zVglDaQo4jYN8Y= 2008 Aug 30, 05:10 PST I'll see if I can fix the template as well. ----- J.C. Cruz Freelance Writer MacTech/REALbasic Developer/Python Magazine anarakisware-at-gmail-dot-com On 29 Aug 2008, at 20:51:30, Philip Aker wrote: 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/anarakisware%40gmail.co... _______________________________________________ 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 tried to create a new plug-in project using the same template, but I still end up with the same missing outlets. It seems that the template itself may be broken. I was able to fix the problem by first downgrading my nib file to version 2.x. Then I added the missing outlets to the classes.nib file using TextWrangler. 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 anarakisware@gmail.com This email sent to site_archiver@lists.apple.com
participants (1)
-
Jose R.C. Cruz