The GUI Loft is a powerful and easy-to-use WYSIWYG design tool (written in Perl) for designing Perl Win32::GUI Windows.
DownloadThe current release is: 0.25 -- 2004-11-03
|
Documentation
|
Support Mailing List |
Win32::GUI starter kit
|
#Create a window designed in The GUI Loft
my $fileWindow = "dialogs\\password.gld";
my $objDesign = Win32::GUI::Loft::Design->newLoad($fileWindow) or die("Could
not open window file ($fileWindow)");
my $winPassword = $objDesign->buildWindow() or die("Could not build
window ($fileWindow)");
#From now on you can use $winPassword (a Win32::GUI::Window object)
#just as if you had created the Window with Win32::GUI code
Complete Demo program code
(also included in both distributions)
/Johan Lindström, e-mail: johanl bahnhof.se