RE: [perl-win32-gui-users] get value from list

2001-02-16 Thread Thomas, Timothy B
It seem that is what most people are doing, I personally like pulling the data directly from the object. Tim - Tim Thomas Unix Systems Administrator Lockheed Martin EIS ยท Denver Data Center 303-4

[perl-win32-gui-users] ListView Column Resize

2001-02-16 Thread Erick J. Bourgeois
Has anyone had the listview disappear if you try and resize the column? If I resize it, the first time it disappears, the second it reappears but without the scrollbars. Any one else? erick never stop questioning www.jeb.ca

[perl-win32-gui-users] closing windows

2001-02-16 Thread Michael Solomon
I am having problems closing windows I have written a script that pulls up a window and asks for users entry Then it pulls up a second window My problems are that if the user cancels the first window by hitting the close window button X at the top of the window the program doesn't end but still

RE: [perl-win32-gui-users] get value from list

2001-02-16 Thread Michael Solomon
Tim, Thanks for your help with this I realised that as I was supplying the data to the list box I just needed to put it into an array and use: sub ListView_ItemClick { $item = shift; print $asset[$item]; } Regards Mike Solomon Technical Manager Work 01582 83