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.
Calling centerInPage in a overriden show() makes the job done.
Comment