There is a new release of Win32::GUI::XMLBuilder.
You can view the module at
http://search.cpan.org/~bsdz/Win32-GUI-XMLBuilder-0.31/
You can download the module at: -
http://search.cpan.org/CPAN/authors/id/B/BS/BSDZ/Win32-GUI-XMLBuilder-0.31.t
ar.gz
The module depends on XML::Twig and Win32::GUI.
Please try the samples and read the documentation!
Summary of changes.
Support DialogBox, MDI, Timer, Accelerator widgets/objects.
Fixed bug in _Generic constructors parent attribute (also fixes systray.xml
example).
Complete support for most widgets except those listed in TODO.
Rebar - push non-Band attributes into child Window class (now can have
colored bands!)
A simple example that can be built with buildfile.pl is: -
<GUI>
<Window
size='[150, 50]'
onTimer='sub { $self->{L}->Text(scalar localtime) }'
text='Clock'
hasminimize='0' hasmaximize='0' resizable='0'
<Label name='L' size='[150, 50]' text='loading...'/>
<Timer elapse='1000'/>
</Window>
</GUI>
Enjoy.