I have a main window using pack & another top level window using place, but this second window opens half off-screen. ->geometry(size x size + position + position) sets the size OK but ignores the position. It is also a fixed size window using ->minsize & ->maxsize because ->resize(0,0) didn't work.
What am I doing wrong?