Message384808
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. |
|
Date |
User |
Action |
Args |
2021-01-11 10:27:51 | jmccabe | set | recipients:
+ jmccabe, terry.reedy, christian.heimes, serhiy.storchaka, epaine |
2021-01-11 10:27:51 | jmccabe | set | messageid: <1610360871.89.0.627559861462.issue42867@roundup.psfhosted.org> |
2021-01-11 10:27:51 | jmccabe | link | issue42867 messages |
2021-01-11 10:27:51 | jmccabe | create | |
|