Re: [perl-win32-gui-users] Why is my GUI hanging?

2007-07-26 Thread Travis Krumsick
--- Robert May <[EMAIL PROTECTED]> wrote: > I tried using > system "start temp.html"; > instead, and I see the delay you're taking about. I had a similar issue trying to launch a web browser using system "start ..." My workaround was to use a Win32::API call to ShellExecuteA Using your exam

Re: [perl-win32-gui-users] Listbox unselect

2007-07-25 Thread Travis Krumsick
<[EMAIL PROTECTED]> wrote: > Hi to everyone! > > The issue here is as follows: > I have a listbox and a user selects one item. Then > the Perl script > processes the selection. > After processing, I need to unselect the selected > item, not delete it. I > have not yet found a method to do this.