Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tree View Active X has no rightclick event
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00067961
Message ID:
00067987
Vues:
31
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform