Re: Multiple Custom Panes
Re: Multiple Custom Panes
- Subject: Re: Multiple Custom Panes
- From: Iceberg-Dev <email@hidden>
- Date: Thu, 11 Dec 2008 23:01:38 +0100
On Dec 11, 2008, at 5:07 PM, Erik Benoist wrote:
Is there any documentation on installersection? What methods need
to be overidden, how each pane is progressed, etc...?
-Erik
On Dec 11, 2008, at 2:53 AM, Iceberg-Dev <email@hidden>
wrote:
On Dec 10, 2008, at 8:16 PM, Erik Benoist 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.
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.
The headers are the documentation. There's also a sample code on the
ADC website:
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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden