LeftDoubleClick and LeftClick
- Posted by Judith <camping at txcyber.com> Apr 08, 2001
- 433 views
I've put in Derek's code to allow checking for leftDoubleClick in my on mouse routine for IDE. I'm running into a problem that I wonder if anyone knows a get-around for. If the user has multiple control drop selected and leftdoubleclicks, the last control selected is droped onto the Design Form and THEN the leftdoubleclick routine takes action. What is happening is that the leftclick routine takes action before Win32lib detects the second click. I've changed my mouse click speed to no avail. If the user has multiple control drop unselected, there is no problem, so the situation is an isolated one. I can warn the user in the IDE docs but would rather find a programatical solution. I'm checking in onMouse routine for leftdoubleclick before leftclick. I don't want to change anything in Win32lib itself since all users of IDE would have to do the same thing and I'm sure those who rely on the stamped versions would not like doing that. Ideas? Judith