This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jmccabe
Recipients christian.heimes, epaine, jmccabe, serhiy.storchaka, terry.reedy
Date 2021-01-11.10:27:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610360871.89.0.627559861462.issue42867@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-01-11 10:27:51jmccabesetrecipients: + jmccabe, terry.reedy, christian.heimes, serhiy.storchaka, epaine
2021-01-11 10:27:51jmccabesetmessageid: <1610360871.89.0.627559861462.issue42867@roundup.psfhosted.org>
2021-01-11 10:27:51jmccabelinkissue42867 messages
2021-01-11 10:27:51jmccabecreate