From: <Kev...@al...> - 2001-06-13 07:55:42
|
Jonathan, I didn't even notice you'd put Windows 200 until you sent the second em= ail. Its a shame about the ItemClick event for ListViews, I'd hope to use ItemClick for selecting and then the double click for doing something w= ith the selected items. Guess I'll just have to use double click for selec= ting and a button for dealing with the selected items. Cheers, Kev. Jonathan Southwick <jso...@al...>@lists.sourceforge.net on 12/06/2001 18:46:52 Please respond to per...@li... Sent by: per...@li... To: per...@li... cc: Subject: Re: [perl-win32-gui-users] ListView Item Click and Windows 20= 00 Heh ... I meant Windows 2000; just trying my best to short-change Micro= soft whenever i can.=A0 ;] And double-lick event?????=A0 You'd think I was talking about a lollipo= p or something. ;] Later days ... Jonathan Jonathan Southwick jso...@al... Technical & Network Services Allegheny College, Meadville, PA 16335 (814) 332-2755 At 6/12/2001 12:44 PM, you wrote: Kevin, The same thing happens to me in Windows 200 and it happened in NT 4.0 a= s well.=A0 The way I got around it was to look for a double-lick event in= stead. Something like: sub DataView_DblClick { ## code for double-click event } should work just fine. DataView is the name given to my list view object. JonathanJonathan Southwick jso...@al... Technical & Network Services Allegheny College, Meadville, PA 16335 (814) 332-2755 At 6/12/2001 04:51 PM, you wrote: Has anyone else found that=A0 under Windows 2000 leaving the mouse curs= or over a list view item causes an ItemClick event?=A0 Its almost as if th= ere is a MouseOver event. If its not just me that gets this, does anyone have any thoughts on how= to turn this behaviour off so that only a real click of the mouse button generates the event? Cheers, Kevin. _______________________________________________ Perl-Win32-GUI-Users mailing list Per...@li... http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users = |