Announcement

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

    Window.setAutoCenter bug?

    Im using smartGWT 2.5 and I see that a window with setAutoCenter(true) in the construtor doesn't really center the page after a show(), if the window has been dragged.
    Calling centerInPage in a overriden show() makes the job done.

    #2
    SetCanDrag(false);
    setCanResize(false);

    Comment

    Working...
    X