John McCabe <j...@mccabe.org.uk> added the comment:
Thank you for that information and analysis Terry. As you can see, at the end of the addNew() function in the original example, I'd added: --- if initialLeft is not None: rightBox.insert(tk.END, initialLeft) self.leftRightEntries.append((leftBox, rightBox)) leftBox.focus_set() --- and, as you've noticed, that makes no difference on Windows. I hadn't tried focus_force(), but will try to bear that in mind. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue42867> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com