Hi everyone,
I am building a GUI app using python and Tkinter. I used bind() to attach the right-click event on <Button-3> for executing some commands (to popup a menu, specifically) --- and it is working fine on the PC. However, on a Mac laptop or machine, it just doesn't work (using Ctrl-Click, that is).
I found this old thread in the archives too: http://www.thescripts.com/forum/thread493721.html but there aren't any answers. Can someone please help me out?
I am building a GUI app using python and Tkinter. I used bind() to attach the right-click event on <Button-3> for executing some commands (to popup a menu, specifically) --- and it is working fine on the PC. However, on a Mac laptop or machine, it just doesn't work (using Ctrl-Click, that is).
I found this old thread in the archives too: http://www.thescripts.com/forum/thread493721.html but there aren't any answers. Can someone please help me out?
Comment