Re: [perl-win32-gui-users] List views...How to?

2003-06-25 Thread Erick Bourgeois
On Wed, 25 Jun 2003 19:13:06 -0500, Steven Swenson <[EMAIL PROTECTED]> said: > I am trying to insert some text into a listview. > > my %item = ( -item=> 0,-text => "$text"); > $listview->InsertItem (\%item); When sending options, you should not use a hash reference. Instead, send the "whole"

[perl-win32-gui-users] List views...How to?

2003-06-25 Thread Steven Swenson
I am trying to insert some text into a listview. my %item = ( -item=> 0,-text => "$text"); $listview->InsertItem (\%item); This doesn't work... is there some other option needed for a ,list?

RE: [perl-win32-gui-users] no taskbar entry for a Win32::GUI program

2003-06-25 Thread Frazier, Joe Jr
I will take a screen shot in .bmp format tomorrow of both to show the difference and send to the list. Joe Frazier, Jr. Technical Support Engineer Peopleclick Service Support Tel: +1-800-841-2365 E-Mail: mailto:[EMAIL PROTECTED] > -Original Message- > From: Glenn Linderman [mailto:[EM

Re: [perl-win32-gui-users] no taskbar entry for a Win32::GUI program

2003-06-25 Thread Glenn Linderman
On approximately 6/25/2003 10:39 AM, came the following characters from the keyboard of Frazier, Joe Jr: >> -Original Message- From: Glenn Linderman >> [mailto:[EMAIL PROTECTED] >> >> On approximately 6/25/2003 7:04 AM, came the following characters >> from the keyboard of Frazier, Joe Jr:

Re: [perl-win32-gui-users] no taskbar entry for a Win32::GUI program

2003-06-25 Thread Glenn Linderman
On approximately 6/25/2003 7:04 AM, came the following characters from the keyboard of Frazier, Joe Jr: >>-Original Message- >>From: Glenn Linderman [mailto:[EMAIL PROTECTED] >>Sent: Tuesday, June 24, 2003 10:07 PM >>To: Win32 GUI >>Subject: [perl-win32-gui-users] no taskbar entry for a Wi

RE: [perl-win32-gui-users] no taskbar entry for a Win32::GUI program

2003-06-25 Thread Frazier, Joe Jr
> -Original Message- > From: Glenn Linderman [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 24, 2003 10:07 PM > To: Win32 GUI > Subject: [perl-win32-gui-users] no taskbar entry for a Win32::GUI > program > > > From time to time the question has been asked on this list > about how to >