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=aN1gA0tnWwOqKUdRdF1QAEde9xIO6jtUoddOXQ5mJjk=; b=nMBvLtxD0fvDhq7LgSypF6BBVf9RxPnYmBt9mF6JeC6bhh4nUmRjvgix7SUYuQhViV dZtc3yj31FrRIDD2e52ZlTttXbKQ1+qdqnu+tk7eto/siSLFlwV+tggI9OH2NQx9xmpW 5DOJFkQrTaod6EOd3B02yihQ1HK0jhc2Z6T0E= 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=pJ7PjJmVL/AO5bXxZ06u33kFlAs8TTrFK4/L7z0e15MdLXJTkGgLjj7HLPFi0t7Le6 tQwJv24LKbw4g2TmM7Wkgq4434rZYL9VA8fbip6zfuJnii+BaVNfJp5xus2jslKZalBq kz2SqKXBnnPClxDJly7kvsbXnJjobQe1b1GXE= On Dec 11, 2008, at 5:07 PM, Erik Benoist wrote: -Erik 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. See http://s.sudre.free.fr/Stuff/Installer/Installer_Plugins/index.html _______________________________________________ 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...? On Dec 11, 2008, at 2:53 AM, Iceberg-Dev <dev.iceberg@gmail.com> wrote: 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. A section can contain multiple InstallerPanes. The headers are the documentation. There's also a sample code on the ADC website: This email sent to site_archiver@lists.apple.com
participants (1)
-
Iceberg-Dev