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:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=sO0B5XLh/os+SkoPGiivoQ2yVra/H7xh3HL/6OgsFFA=; b=CGCpLuJL0IBOal1eudLHzz0o0i3088jqzZx2bEuw9qgbQHEKstny9nqZ1lY475eqhf MKKXjd3QLIB3qCe+cy8pPHXpXxmhfxTOKcJs7/bUAZ/YiHgh0uyoP8wEiiy1Pf8zMPsl d3qkwSvntXuI22V+dxFHzVhQjPmPuQ9jf5kD0= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=C0y70rLhZONZrVm/kQXEVJmEFzk5tdclIZdZo8o/VsPNmBwbxTB00/c9JaspKwDX1b FIgirI+j2SwPliNTBAPl2Hgby+4AKeiA21ebiyJ2qYJsp9SJsfEEIencNQRU6kBDPiwo qa6O7/fzYCgziXoLHH1T88E3Gay6+DgxhumGg= Thank you, Erik _______________________________________________ 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'm developing an installer for a server application that takes a good deal of preferences before installation and while I can easily do this in a single pane, I would like to provide a pane for each preference so to be able to give ample instruction to the end user. Is it possible to have one plugin manage multiple panes or will I have to create a separate plugin for each. I'm afraid that this might be the case, but if there is indeed no work around, how can I share information between the panes? Is there a free pointer in the InstallerPane that I can use to pass information? I would like to avoid doing constant I/O to the disk between panes. This email sent to site_archiver@lists.apple.com