[perl-win32-gui-users] Release: Win32::GUI::XMLBuilder 0.37

2004-10-09 Thread Blair Sutton
There is a new release of Win32::GUI::XMLBuilder. You can (shortly) view the module at: - http://search.cpan.org/~bsdz/Win32-GUI-XMLBuilder-0.37/ The module depends on XML::Twig and Win32::GUI. Please try the samples and read the documentation! Summary of changes. 0.36 -> 0.37 New element WGX

Re: [perl-win32-gui-users] Got NotifyIcon but no events :(

2004-10-09 Thread Jez White
Hi, I've had a quick play with this, and it seems that you need to use AddNotifyIcon rather than Win32::GUI::NotifyIcon->new - I guess that the NotifyIcon needs to be associated to a window. This may, or may not be a bug:) The following code does what you want (I think): Cheers, jez. -