[perl-win32-gui-users] Doctor Watson error with Win32-GUI

2001-08-31 Thread Anufriyenko,Igor,SOLON,ITSS - Desktop Development
Dr.Watson error was fixed by following: * Installing Win32-GUI module from the dada's repository instead of Active State repository. It seems that Active State has something wrong with the Win32-GUI module Just a note. Igor Anufriyenko Phone: (440)264

RE: [perl-win32-gui-users] How to get items that are checked in a list view.

2001-08-31 Thread JColwell
To get which items have the box checked you use the method "ItemCheck(INDEX)" method. I took your code and added a button to query this. The button looks like this: #-- my $fab1 = $Window->AddButton #-- ( -name => "GetChecks", -left => 120, -top