Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 26 |
Nodes: | 6 (0 / 6) |
Uptime: | 59:50:21 |
Calls: | 633 |
Calls today: | 1 |
Files: | 1,188 |
D/L today: |
32 files (20,076K bytes) |
Messages: | 180,591 |
https://core.tcl-lang.org/tk/tktview/47d4f291598222849fc0121e7ffbdee53766ce77 deliberately changed the behaviour of Enter/Leave events of widgets in a parent/child relationship: now when entering a child, the parent gets a
leave event.
Is there any smart advice how to handle that situation other than
traversing the hierarchy when setting the tooltip?
* saito <saitology9@gmail.com>
| with a solution that seems to work: Just add a smalll delay in your
| event handlers. I used "after 50".
Could you post some more detail on your situation? What did you trigger
with Enter/Leave, what was the problem, and how did adding a delay solve
the problem?