[Lazarus] How to create a Wizard (InstallShield type) interface

Reenen Laurie rlaurie at gmail.com
Fri Aug 29 11:17:52 CEST 2008


Why do you need a PageControl?

I created a "questionaire" thing once, which would have a "mainpanel"

And each "page" is a separate form.  Then on the "next" button all you do is

Make the panel the "parent" of the form, and make the form visible.
(remember to align the form AlClient) (or is it maximized)?
Hide the previous one, and set the parent to nil (or you could probably
leave it as a child to the panel).

Regards,
-Reenen


On Fri, Aug 29, 2008 at 10:58 AM, Graeme Geldenhuys <graemeg.lists at gmail.com
> wrote:

> 2008/8/29 Reenen Laurie <rlaurie at gmail.com>:
> > On Windows, I use InnoSetup to create those wizards.  And I am very happy
> > with it.
> >
> > I have not used Nullsoft or any other compiler creator, but Inno has a
> very
> > good balance between power and ease.
>
> :-)  I don't want to create a Setup, I want to create the
> Wizard/Assistant interface in my own applications.
>
>
> Regards,
>  - Graeme -
>
>
> _______________________________________________
> fpGUI - a cross-platform Free Pascal GUI toolkit
> http://opensoft.homeip.net/fpgui/
> _______________________________________________
> Lazarus mailing list
> Lazarus at lazarus.freepascal.org
> http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
>



-- 
o__
,_.>/ _
(_)_\(_)_______
...speed is good
_______________
I believe five out of four people have a problem with fractions.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20080829/067eeb5c/attachment-0007.html>


More information about the Lazarus mailing list