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:references:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:x-mailer :mime-version:subject:date:cc; bh=x5YHZodpr1DQFgT54DjUfAiIAgcAUotor1c1i95qzls=; b=FpGKH/LuA/d7oEYk+JiGpppVfp1squ8yUqSs/c8+xjBYSzrP5Ak7U56hV5Ym2V5ZT7 5auzf1hRY1YjKmIS8AE19yqV+gj9YXpbxmDctSQpp879QFNrW+QIg3Z6pYhVWcLxcuOK aR6lb150X/WWZMW0lELub0mD4n8a/ZAz4VzV8= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=references:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:x-mailer:mime-version:subject:date:cc; b=xbKevo9S9Jv+y0psXhIr3L5eg+68dukVkB+V/KsBxYYVmce99zdGiNcsomqZwGyn4R yK0Ex1KH95wnnH1hp6bu5AASSke+ll5n8qPbgmCNVo9xQytg1pz7A1McCfgz4vrwkOwE 6vl0iRDvbbDhZ5wH/G368As8X3LfapUw4JAqk= -Erik On Dec 11, 2008, at 2:53 AM, Iceberg-Dev <dev.iceberg@gmail.com> wrote: 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... Is there any documentation on installersection? What methods need to be overidden, how each pane is progressed, etc...? 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