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:in-reply-to:references :mime-version:content-type:message-id:cc:content-transfer-encoding :from:subject:date:to:x-mailer; bh=DsO8tC+EwXtru8DeHjZ4mZfhFuZU8HipEKCS/lwtmWc=; b=afQbrK9r/xj9QGFtgVmJD4kXhjyO9gzEBKIDFAoc79Nni04whV4oFOt4TNQJEoNW5G mu76IgCIWmjBJau11qDRC2Fn7fnM1NALEMFAvVNI4PPFz/Qz/cTxewPLjyTqYiCjahQe 0qlMxKG7A7fTLYqac6fgYIU4pVRcnEuTWI/04= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=in-reply-to:references:mime-version:content-type:message-id:cc :content-transfer-encoding:from:subject:date:to:x-mailer; b=Mvn2DZ7lICtcH+qtz9xO1xVz9AJ8deSX8yn1mFAmXdHGiLKpFgytST6gTRFpahEGyk DJZNGoX/og1GopdCqPzDC8+GcnPwD4Ub6NHGNs38s8XnbsdoXdLVimNIeG2RdxoQlTMl w1+KJCAsX+P89u44EllWZkHleYVK6mtggtIc8= On Dec 10, 2008, at 8:16 PM, Erik Benoist wrote: You can have multiple panes and one plugin to rule them all. You have 2 classes: InstallerPane and InstallerSection. A section is represented by a bullet in the Installation Steps. A section can contain multiple InstallerPanes. _______________________________________________ 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