Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DblClick in a TreeView
Message
From
24/12/2000 09:46:39
 
 
To
24/12/2000 08:57:44
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00456623
Message ID:
00456662
Views:
26
Cetin,

Back to the DblClick in a TreeView...

I built a form that has a treeview and an imageslist. On the form I put a textbox for each of the following:

MouseDown
NodeClick
Node
Click
DblClick
Button
Shift
MouseUp

In each method I put code to increment the value in the text box for that method. i.e. in MouseDown method I put the following

WITH ThisForm
.txtMouseDown.Value = (.txtMouseDown.Value + 1)
.txtButton.Value = Button
.txtShift.Value = Shift
ENDWITH

What I found that MouseDown will fire AT LEAST once for each mouse click or dblclick. The speed in clicking varies the results. For example if you left click on a node and hold the button down for one second Click and MouseUp will not fire. Depending on the speed of a dblclick if DblClick will fire or not. NodeClick seems to be the second most relible method if fires 99% of the time click and dblclick about 50% of the time as I vary the speed of clicking with the mouse...

Any Ideas?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform