Title: RE: [perl-win32-gui] ListView

%itemdata = $TV->GetItem($TV->SelectedItem);
$field=$itemdata{-text};
print "Selected Item: $field\n";

Pull Aldo's sample files from Jenda's site and take a look at treeview.pl or pmx.pl

There's a lot of working samples to look at...

http://jenda.krynicky.cz/perl/Win32-GUI-samples.zip

Steven

-----Original Message-----
From: Thomas, Timothy B [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 14, 1999 9:42 AM
To: [EMAIL PROTECTED]
Subject: [perl-win32-gui] ListView


Does anyone know how to pull the text from a selected item in a ListView
object? I'm sure it's simple, I just can't seem to find the right syntax.

----------------------------------------------------------------------------
---------------------
Tim Thomas
Unix Systems Administrator
Lockheed Martin EIS · Denver Data Center
303-430-2281 · Pager 303-266-7971
mailto:[EMAIL PROTECTED]
Pager: mailto:[EMAIL PROTECTED]
----------------------------------------------------------------------------
---------------------

Reply via email to