Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 23 |
Nodes: | 6 (0 / 6) |
Uptime: | 52:07:15 |
Calls: | 583 |
Files: | 1,139 |
Messages: | 111,532 |
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?