Hi again
This time I have one kind of bigger problem. I have to bind single click and double click with Tkinter. So, I tried this:
root.bind("<Button-1>", single_click)
root.bind("<Double-Button-1>", double_click)
That doesn't work. What I can try next? How to execute function X on double click and function Y on single click?
Sorry again my English, my mother tongue is Finnish.