Re: Win32Lib: mouse position on double click in list?
- Posted by Judith Evans <camping at FLASH.NET> Feb 10, 2000
- 710 views
Dan, I think that win32lib is designed to respond to onChange and onMouse with the RIGHT_DOWN event. I tested your program using RIGHT_DOWN and it returns the proper x,y coordinates relative to the list. The only time I have used LEFT_DOUBLECLICK is followed by a getIndex but that won't help your problem getting into the 'column' <shrug>. Maybe someone else knows the answer. Judith

