Date: 09.03.2005
| [ 2.1 Reference descr ] | [ up ] - [ top ] | [ 3 Examples description ] |
- Bahnhof.se/~johanl/perl/Loft/ (Perl)
http://www.bahnhof.se/~johanl/perl/Loft/
The GUI Loft is a powerful and easy-to-use WYSIWYG design tool (written in Perl) for designing Perl Win32::GUI Windows. (2004-11-01 10:56)
#!/usr/bin/perl use strict; use Win32::GUI; use Win32 (); use Win32::GUI::Loft::Design; my $fileWindow = "sms.gld"; #You created this using The GUI Loft my $objDesign = Win32::GUI::Loft::Design->newLoad($fileWindow) or die("Could not open window file ($fileWindow)"); my $win = $objDesign->buildWindow() or die("Could not build window ($fileWindow)"); $win->Show(); Win32::GUI::Dialog();
copyright by retoh - created with mytexi