robertlugg / easygui

easygui for Python
http://easygui.readthedocs.org/en/master/
BSD 3-Clause "New" or "Revised" License
457 stars 116 forks source link

Position of windows doesn't work #2

Open robertlugg opened 10 years ago

robertlugg commented 10 years ago

See sourceforge bug report: https://sourceforge.net/p/easygui/bugs/14/ Partial text: how can I change the defaultlocation where this box pops up? rootWindowPosition somehow does not apply???

robertlugg commented 9 years ago

I put changes into the 0.97 version which remember the location of the last dialog and put the next dialog there. that should help with issue #12 since that was a major reason for the desire to have callbacks. In future versions, I think we need to make this even smarter by keeping dialogs around even when closed...but that is for a later release.