CANVAS_CLICKED event

  • 10 April 2020
  • 4 replies
  • 3040 views

Userlevel 2
Badge +2

Hi!

 

I was using the CANVAS_Clicked event to place objects with the x and y attribute of the event. Now these have disappeared and i have not found out how to use the new event info how to place an item right at the click point on the canvas. Can anyone help?

 

Thanks

Falk


4 replies

Userlevel 4
Badge +1

Hey Falk!

From your post I did not get what exactly disappeared (“Now these have disappeared”).

You don’t see x and y in the event callback?

 

 

Userlevel 2
Badge +2

Yes, I only see only low x and y values. So they do not correspond to the x,y coordinates in the canvas, that I want to use in placing an item on the page. So they did not disappear, but rather have changed to something I don’t understand.

Userlevel 4
Badge +1

can you share code example and callback by which you understand that values are wrong?

that’d really help

Userlevel 2
Badge +2

This suddenly seems to work again. 

Reply