Announcement

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

    DrawPane not getting scrolled events

    I am not getting scrolled events to a DrawPane, did I do something wrong?
    I am attaching a test case.
    Attached Files

    #2
    hi Neil - this was a bug and it's been fixed for builds dated January 5 and later.

    Comment


      #3
      I updated to the Jan 7th build and I am now getting the scrolled events. Thank you for fixing that.

      When I look at the x and y values from the scrolled event, they seem to be telling me where the cursor is instead of the viewport.
      How do I know where the viewport is?

      Comment


        #4
        You can call drawPane.getScrollLeft/Top().

        Comment


          #5
          Originally posted by Isomorphic View Post
          You can call drawPane.getScrollLeft/Top().
          Got it. The numbers are changed when using zoom, but I think I figured it out. Thanks!

          Comment

          Working...
          X