Turns out that 'winfo id' returns the id as a hex string, with 0x prefix.
The int() function (aliased to getint()) doesn't handle that, so we must use self.tk.getint() again...
Showing
Please register or sign in to comment
The int() function (aliased to getint()) doesn't handle that, so we must use self.tk.getint() again...