Announcement

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

    Absolute widget position

    All

    If I have a Window panel and I add it to a canvas. How do I specify the exact position I want the Window to be on the Canvas. All I can see if a setLeft() method to set how far from the left.

    #2
    I am experiencing a similar problem. I would like to re-arrange windows as they are added and removed from a canvas that is absolutely positioned. How does one determine the x,y of the Window? I don't see any getters for these values.

    Thanks,

    Comment


      #3
      getLeft()/getTop() are container-relative, getPageLeft() / getPageTop() are page-relative.

      Comment

      Working...
      X