From: Adam U. <up...@be...> - 2014-05-20 21:49:08
|
Hello, I am currently working on developing a GUI in mac. I am using tcl/tk 8.5. I am encountering an issue where the %x and %y for tkinter are returning the same value (negative values) no matter where my cursor is for a KeyPress. %X and %Y return 0 values. In Ubuntu and Windows, the same exact code returns the values I actually want. I was wondering if anyone has seen something similar? Thanks, Adam |