Event Problem in Tkinter

Laura Creighton lac at strakt.com
Thu Oct 11 09:52:07 EDT 2001


I tried your program on my debian linux system under KDE, and it worked
great.  Output follows.  One extra Focus-In for I just moved to another
window and back.

What operating system and what window manager are you using?

Laura
--------------------------------

lac at ratthing-b246:~/scratch$ python rparnes.py

List of Entry Widgets
.139090996.135535468
.139090996.139118476
.139090996.139639188
.139090996.139287116
Event: ButtonPress, coordinates: 208, 659; widget: .139090996.135535468
Event: FocusIn, coordinates: 1076223268, 139638232; widget: .139090996.135535468
---------------------------------------------------------------------------
Event: KeyPress, coordinates: 209, 660; widget: .139090996.135535468
Event: FocusIn, coordinates: 1076223268, 139638232; widget: .139090996.139118476
---------------------------------------------------------------------------
Event: FocusIn, coordinates: -1073745224, 0; widget: .139090996.139118476
---------------------------------------------------------------------------
Event: KeyPress, coordinates: 297, 666; widget: .139090996.139118476
Event: FocusIn, coordinates: 1076223268, 139638232; widget: .139090996.139639188
---------------------------------------------------------------------------
Event: KeyPress, coordinates: 297, 666; widget: .139090996.139639188
Event: FocusIn, coordinates: 1076223268, 139638232; widget: .139090996.139287116
---------------------------------------------------------------------------




More information about the Python-list mailing list