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:message-id:from:to :content-type:mime-version:subject:date:x-mailer; bh=7eX1k4nTaJ/r9K3/Vtzbt4mGeTCrkC1rnL8N4pRybXQ=; b=bvzeDermmd+C4pl2XkPTKLL/0eghWZJsy/299zYnr3PMUu9mOSqODy87AlNSZMwMEN hja+24VsZ1I53MmbUDSeV/B0m/T+0sms7/K4LpNzLPt/uL+PU76cko7Yb5sW4XzAasaP D0vNxnvt9w76eKQNjxWSm1D+zKVQ5KWQxsgws= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:mime-version:subject:date:x-mailer; b=VOdoh7p010eBaMuQgWGr1sheeLicGZL/MwllCoakSYpO0JUt7BOxgg3r5L8VffqmPM mXTmVZKLI5DkR3t057Rysh6/inA1sye4ucbqt9+qgoY8YhzsHcPxlA6NQeEhOuatzyT8 8oNIpDJuR9GyZu9Qkj7JqK9iFlw2OPN3urzPg= 2008 Aug 29, 19:36 PST Hello, folks! ----- J.C. Cruz Freelance Writer MacTech/REALbasic Developer/Python Magazine anarakisware-at-gmail-dot-com _______________________________________________ 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... This email sent to site_archiver@lists.apple.com 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. 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 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.