Hi,
in wisej 2.2.46 the right click of the mouse don’t fire click/mouseclick event
best
Cristian Zerbinati
Thanks Cristian,
now I got it. It happens in a UserPopup, that was the missing piece for me to understand it.
I can confirm it´s a bug, related to a different fix in that area.
We´ll fix it and inform you when it´s released.
Best regards
Frank
ok Frank, it was less simple than I expected.
I attach a sample project.
Click the “start menu”:
click on project text with left and right button
with wisej 2.2.44 right work
with wisej 2.2.46 right don’t work
Best
Cristian
Hi Cristian,
I have verified this and also tested with 2.2.44 and 2.2.46.
Both versions don´t fire Click on Right Button which is correct.
Clicking the right button in browsers usually fires “contextmenu”.
If you want to handle the right button click you can use the MouseClick event.
Use e.Button to determine which button was used.
Best regards
Frank
Hi Frank,
All controls. Now I have installed the 2.2.44 and it’s work, the 2.2.46 not
it is easy, for example create a Label and in the check the Click event.
If click you click with right button of the mouse don’t fire, if I click with left it works
best
Cristian
Hi Cristian,
right clicking on which control?
Can you please share some more details or a sample?
Thanks in advance,
Frank
Please login first to submit.