Tk::XML::WizardMaker 0.91 review
DownloadTk::XML::WizardMaker is an easy way to build the Software Assistants and Installation Wizards based on XML description. SYNOPSIS
|
|
Tk::XML::WizardMaker is an easy way to build the Software Assistants and Installation Wizards based on XML description.
SYNOPSIS
To use Tk::XML::WizardMaker just provide an XML file with descriptions of the WizardMaker's features and of the feaures of all its pages. Then use something like this:
use Tk;
use Tk::XML::WizardMaker;
my $mw = MainWindow->new();
$mw->WizardMaker([])->build_all();
MainLoop;
For other usage possibilities please see the methods description below.
Requirements:
Perl
Tk::XML::WizardMaker 0.91 search tags