Well I figured out how to capture the column click but I don't know how to
tell which one was clicked. As far as the sorting goes I think you have to
write your own routine to sort the items and write them back to the listview
but I could be wrong.

To capture the event:

sub ListView_ColumnClick {

[code in here]

}

So how do I determine exactly what column was clicked?

Jonathan
--------------------------------------------------------------
Jonathan Southwick                              [EMAIL PROTECTED]
Technical and Network Services
Allegheny College
Meadville, PA  16335                             814-332-2755


----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 24, 2000 11:55 AM
Subject: RE: [perl-win32-gui] Capturing ListView Clicks


> Hey, if you figure it out, let me know how you get it. I knew at one point
> how to capture the column clicks, there is a function there somewhere for
> it, I just have to dig it out, I just couldn't figure out how to sort the
> items in the list.
> Tim Thomas
>
> --------------------------------------------------------------------------
--
> ---------------------
> Tim Thomas
> Unix Systems Administrator
> Lockheed Martin EIS · Denver Data Center
> 303-430-2281
> mailto:[EMAIL PROTECTED]
> --------------------------------------------------------------------------
--
> ---------------------
>
> > -----Original Message-----
> > From: Jonathan Southwick [SMTP:[EMAIL PROTECTED]]
> > Sent: Monday, April 24, 2000 9:55 AM
> > To: Perl-Win32-GUI Help
> > Subject: [perl-win32-gui] Capturing ListView Clicks
> >
> > Never mind ... I think figured it out ...
> >
> > hehe ... I am gonna go try it now!
> >
> > Jonathan
> > --------------------------------------------------------------
> > Jonathan Southwick                              [EMAIL PROTECTED]
> > Technical and Network Services
> > Allegheny College
> > Meadville, PA  16335                             814-332-2755
> >
> >
>


Reply via email to