The problem is that when I change the message, the old message still appears and the new one is just shown above it. is there any way to fix it?
Asked
Active
Viewed 32 times
0
-
the tix lib is deprecated. You could try idlelib or create your own tooltip. – Thingamabobs Dec 04 '22 at 14:24
-
Does this answer your question? [How do I display tooltips in Tkinter?](https://stackoverflow.com/questions/3221956/how-do-i-display-tooltips-in-tkinter) – Thingamabobs Dec 04 '22 at 14:25
-
@Thingamabobs My problem is that I want the tooltip to change depending on some variable but when I do that, instead of changing the messages are appearing on top of each other. – Dec 05 '22 at 06:42