I am calling SetDimension on my top level frame to set it to its last
coordinates which are saved in a file. I read them out correctly but when I
try to move the window to a certain position, the window shows up just a
little bit off. I haven't tried on other Windows machines, but on my
machine it is coming out off by (4,42) every time. I move the same code to
a Red Hat 9 machine, and the code works perfectly. Is there a defference in
how Windows is handling this??
Jason Johnson wrote:
I am calling SetDimension on my top level frame to set it to its last
coordinates which are saved in a file. I read them out correctly but when I
try to move the window to a certain position, the window shows up just a
little bit off. I haven't tried on other Windows machines, but on my
machine it is coming out off by (4,42) every time. I move the same code to
a Red Hat 9 machine, and the code works perfectly. Is there a defference in
how Windows is handling this??
There shouldn't be, and I am unable to reproduce that issue here. Just to be sure, please create a small sample app that shows the problem.
ยทยทยท
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!