Re: Win32lib again, onMouse over a list-control ?
- Posted by Derek Parnell <derekp at solace.com.au> Nov 27, 2000
- 379 views
Hi Gwen, > >Is there a way to simulate this with win32lib ? : > >because the onMouse[] event don't seem to work with a list-control. The current library only supports Right Button Down events for lists. As a quick fix, you can change the line in the library that looks like ... classAttr[List]=0 to .... classAttr[List]=w32Clickable I haven't followed all the implications of this fix yet, but it seems to work okay. ----- cheers, Derek Parnell