[perl-win32-gui-users] Another Listview Question...

2001-10-11 Thread EvanK40767
In a listview control, if a user selects multiple items, how can i get the indexes of ALL the items selected? All i can figure out is how to get the first item selected... - __ "Very funny Scotty. Now beam up my clothes."

[perl-win32-gui-users] Getting TAB in a Window

2001-10-11 Thread Ami Bar-Yadin
I don't know why TAB works in a Dialog but not in a Window. I imagine some digging around the dark recesses of Win32 documentation and the xs inner workings might do the trick. Then again, maybe it must be handled by the Window's callbacks. One idea that occurred to me, for now, is to make a Win

[perl-win32-gui-users] Question: Qualified callbacks

2001-10-11 Thread Ami Bar-Yadin
At the moment I'm putting callbacks in package main, i.e. "global". Is there any way to specify a package for callbacks? Ideally Win32::GUI would assume the package of the object, instead of package main. Would this require changes to the xs? Thanks, -- Ami Bar-Yadin ([EMAIL PROTECTED])

RE: [perl-win32-gui-users] msk.pl

2001-10-11 Thread Ami Bar-Yadin
> -Original Message- > From: Aldo Calpini [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 10, 2001 5:44 AM > To: Ami Bar-Yadin > Cc: List-Perl-Win32gui-users (E-mail) > Subject: Re: [perl-win32-gui-users] msk.pl ... > I already made a tentative at this, look at frm2pl.pl in the samples

RE: [perl-win32-gui-users] msk.pl

2001-10-11 Thread Ami Bar-Yadin
I'd imagine Aldo Calpini is the one that set up the project. Source Forge lists 10 people working in the project. Aldo Calpini and Joe Stewart are listed as project administrators. I think 10 people having their hand in the oven is enough for a project this size, but that's just my opinion. I d

RE: [perl-win32-gui-users] Single select in listview?

2001-10-11 Thread Peter Köller
>How can I make a listview control where the user can only select one item at a time? -singlesel => 1 Peter http://sourceforge.net/projects/auctioneer/ (Win32::GUI App for Auctions on the German eBay Marketplace)

[perl-win32-gui-users] Single select in listview?

2001-10-11 Thread EvanK40767
How can I make a listview control where the user can only select one item at a time?