From: Jonathan S. <jso...@al...> - 2001-06-12 16:44:19
|
Kevin, The same thing happens to me in Windows 200 and it happened in NT 4.0 as well. The way I got around it was to look for a double-lick event instead. 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 under Windows 2000 leaving the mouse cursor >over a list view item causes an ItemClick event? Its almost as if there 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 |