Re: [perl-win32-gui-users] Win32::GUI Documentation

2009-07-12 Thread Jack Coates
I haven't read the new docs either, and can only speak as a user of Win32::GUI, but I do use it a lot, and find the current doc situation challenging. The Right Thing To Do is probably fixing the POD, but right often gets in the way of done. If correct docs can be posted somewhere, that's better t

[perl-win32-gui-users] crashes in GUI.dll?

2009-01-15 Thread Jack Coates
Hi, I have a large ActiveState Perl 5.8 application, compiled to .exe using their PDK. It uses a system tray icon to advertise its state while it's running, using balloon tips. Sometimes, on some systems, it crashes in GUI.dll. I have not been able to replicate or diagnose the issue, and I'm hopin

[perl-win32-gui-users] putting my code into a package breaks UI?

2009-01-11 Thread Jack Coates
Hi, I have a fairly large (>5K loc) Perl program that has a Windows UI. I've been applying Perl::Critic recommendations to it, but packaging the code breaks the UI (the buttons quit working and the scrollbar disappears). Here's a sample: sub DBWindow_Show { ... # build window $DBWindow =