There is a new release of Win32::GUI::XMLBuilder. You can view the module at http://search.cpan.org/~bsdz/Win32-GUI-XMLBuilder-0.3/ You can download the module at: - http://search.cpan.org/CPAN/authors/id/B/BS/BSDZ/Win32-GUI-XMLBuilder-0.3.ta r.gz The module depends on XML::Twig and Win32::GUI. Please try the samples and read the documentation!
Summary of changes.
Moved to OO framework. No longer fixed global variable %GUI.
Added checkbox framework to Menu Items.
Added NEM events.
Standardized MakeMenu Item elements and attributes.
'show' attribute now defaults to '1'.
&lots more! A simple example that can be built with buildfile.pl is: -
<GUI>
<Window height='50'>
<Button text='Push me!' onClick='sub {$_[0]->Text("Thanks")}'/>
</Window>
</GUI>
Enjoy.
Blair.

Reply via email to