[SOLVED] Wisej 2.2.46 RightClick event don't work

Answered
0
0

Hi,

in wisej 2.2.46 the right click of the mouse don’t fire click/mouseclick event

best

Cristian Zerbinati

  • You must to post comments
Best Answer
0
0

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

  • You must to post comments
0
0

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

Attachment
  • You must to post comments
0
0

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

 

  • You must to post comments
0
0

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

  • You must to post comments
0
0

Hi Cristian,

right clicking on which control?
Can you please share some more details or a sample?

Thanks in advance,
Frank

  • You must to post comments
Showing 5 results
Your Answer

Please first to submit.