Bugs item #1622010, was opened at 2006-12-25 16:10 Message generated for change (Settings changed) made by fmareyen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1622010&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Tkinter Group: Python 2.4 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Fabian_M (fmareyen) >Assigned to: Nobody/Anonymous (nobody) Summary: Tcl/Tk auto-expanding window Initial Comment: I've experienced an auto-expanding Tcl/Tk-window: (Windows NT) import Tkinter tk = Tkinter.Tk() tk.state("zoomed") #Windows only tk.resizable(False, False) tk.mainloop() As you take the window by curser and move it slowly to the left, it expands automatically to the right. This effect doesn't exist vertically. When you use tk.state("zoomed") you needn't to set tk.resizable, but this call remained in my programm and caused that problem. Systeminformation: ------------------ Windows NT sys.api_version = 1012 #0x3f4 sys.dllhandle = 503316480 #0x1e0000 sys.getwindowsversion() -> (4, 0, 1381, 2, "Service Pack 1") sys.hexversion = 33817328 #0x20402f0 sys.platform = "win32" sys.version = "2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit (I sys.version_info = (2, 4, 2, 'final', 0) sys.winver = "2.4" _tkinter.TCL_VERSION = 8.4 _tkinter.TK_VERSION = 8.4 Thanks. Fabian Mareyen ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1622010&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com