RE: [perl-win32-gui-users] eek! =)

2002-05-28 Thread FARRINGTON, RYAN
here is a sample break from the code starts on line 162 ends on line 185. sub ::btnOpen_Click { defined(my $win = $Win32::GUI::Loft::window{winFileDisplay}) or return(1); my %file1 = $win-tvwTreeView()-ItemInfo( $win-tvwTreeView-SelectedItem() ) or return(1); my $file = $file1{'-text'};

Re: [perl-win32-gui-users] eek! =)

2002-05-28 Thread Morbus Iff
Using Win32::GUI and I'm having a problem with the program reporting to windows that it is not responding. I know that it is because of the loop I have the program in but I still want the user to work while I'm processing in the background. I found a reference to $win-DoEvents() but as far as I