Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tree View Active X has no rightclick event
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00067961
Message ID:
00067987
Views:
27
Thanks Vlad, it worked!

Sincerely,

Alvin Lu

At the mouse down event
if button=2
lrightclick=.t.
endif

lrightclick must be public

then at the nodeclick event

if lrightclick
activate popup
...
lrightclick=.f.
endif

>Probably, you should use Mousedown with MouseUp events to achieve what you
>want.
>
>>Because tree view doesn't have a right click event (i wonder why?) i
>tried to simulate
>>on key label rightclick lRightclick=.t.
>>however "on key label" works only if you click outside the tree view box
>not when you click a node.
Previous
Reply
Map
View

Click here to load this message in the networking platform