[perl-win32-gui-users] listview columns

2002-04-23 Thread markd
is there any way to make a listview column so it can't be resized? thanx

RE: [perl-win32-gui-users] List View-getting multiple selection i ndexes

2002-04-23 Thread Alex Lee
Wow thanks for the tip-I will try it once I get a chance. By the way, how come I did not see this method in the listview document-not even in the method.html?--is there an updated archive of win32::gui somewhere? Anyways, thanks again. --- [EMAIL PROTECTED] wrote: > If you name your list

RE: [perl-win32-gui-users] List View-getting multiple selection i ndexes

2002-04-23 Thread JColwell
If you name your listview like #-- $window->AddListView #-- ( -name => "DataView", -top=> 160, -left => 0, -width => 600, -height => 200, -addstyle => WS_CHILD | WS_VISI

RE: [perl-win32-gui-users] List View-getting multiple selection i ndexes

2002-04-23 Thread Piske, Harald
Why, doesn't @selection = $mylist->SelectedItems(); work?? Or don't you get the listbox to allow for multiple selections in the first place?

[perl-win32-gui-users] List View-getting multiple selection indexes

2002-04-23 Thread Alex Lee
Hi, all: I was wondering if there is a way to get all of the indexes that a user selects in a listview (not with check boxex), but just simply highlighting the rows. I tried using SelectCount() but that only returns the number of item selected and not the actual indexes of each of the select