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

2004-06-15 Thread Blair Sutton
There is a new release of Win32::GUI::XMLBuilder. You can view the module at: - http://search.cpan.org/~bsdz/Win32-GUI-XMLBuilder-0.32/ The module depends on XML::Twig and Win32::GUI. Please try the samples and read the documentation! Summary of changes. mostly bug fixes :-( Fix print to

Re: [perl-win32-gui-users] Disabling Grid

2004-06-15 Thread Alex Lee
Hi, try Grid->Hide; this works for me! al --- [EMAIL PROTECTED] wrote: > Hello perl-win32-gui-users, > > I am trying to disable Win32::GUI::Grid. > > changing -visible and -enable to 0 with subsequent repainting window > dont disable Grid. > > please see my script below: > > use strict; > us

[perl-win32-gui-users] -noflicker problem

2004-06-15 Thread Glenn W Munroe
A couple of months ago, after a new release, I found that all the textfields in my application were coming up highlighted. I didn't mention it at the time, as I guessed the new release had just exposed a bug in my code, but after a bit more digging, I think it may be a problem with the -noflicker o