Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    DrawPane zoom translated coordinates.

    I am trying to convert the mouse-X coordinate on mouse-move after the drawpane is zoomed.

    Point endPoint = new Point(event.getX()-canvas.getAbsoluteLeft(),event.getY()-canvas.getAbsoluteTop());

    This only works when there is no zoom applied.

    Smartgwt version is gwt-2.6.0
    browser internet explorer 11.

    #2
    Hi abhinay.dro2,

    zoomed windows are not supported. Forum search will find some threads on this. See also the FAQ on this topic.

    Best regards,
    Blama

    Comment

    Working...
    X