rightClick [Solved]
Posted: Wed May 07, 2014 4:14 pm
Hi to all,
Sorry for such a question, but I don't find the answer in the research area.
How can I manage the right click on a control in LC ?
I tried from the dictionnary:
but I get a compilation error. However, I can read this in the dictionnary:
mouseUp mouseButtonNumber
Parameters:
The mouseButtonNumber specifies which mouse button is pressed:
1 = left one (for short)
2 = middle one
3 = right one
Any idea around ?
Thanks in advance, Jean-Paul.
Sorry for such a question, but I don't find the answer in the research area.
How can I manage the right click on a control in LC ?
I tried from the dictionnary:
Code: Select all
on mouseUp 3
mouseUp mouseButtonNumber
Parameters:
The mouseButtonNumber specifies which mouse button is pressed:
1 = left one (for short)
2 = middle one
3 = right one
Any idea around ?
Thanks in advance, Jean-Paul.