Skip to main content

CANVAS_CLICKED event

  • April 10, 2020
  • 4 replies
  • 3059 views

Falk Kühnel
Forum|alt.badge.img+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

Boris Borodyansky
Mironeer
Forum|alt.badge.img+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?

 

 


Falk Kühnel
Forum|alt.badge.img+2
  • Author
  • Active Contributor
  • 33 replies
  • April 14, 2020

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.


Boris Borodyansky
Mironeer
Forum|alt.badge.img+1

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

that’d really help


Falk Kühnel
Forum|alt.badge.img+2
  • Author
  • Active Contributor
  • 33 replies
  • April 29, 2020

This suddenly seems to work again.