in reply to How do I move a top level window in Tk?
Just calling geometry() on creation was fine for the first time the dialog was posted, but if I close and then reopen the dialog, the coordinates revert to the bad location.-showcommand => sub { my($dlg) = @_; $dlg->geometry('900x600+400+250' +); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How do I move a top level window in Tk?
by Anonymous Monk on May 13, 2009 at 03:52 UTC | |
by paulchernoch (Acolyte) on May 18, 2009 at 21:08 UTC |