[Pythonmac-SIG] tkSimpleDialog

David Andersen dma@andrew.cmu.edu
Tue, 17 Apr 2001 12:54:27 -0400


On my Mac (PythonMac 2.0, MacOS 9.0) the "tkSimpleDialog" library / demo in 
Python 2.0/Lib/lib-tk does not work correctly.

The "askinteger" dialog plots the entry box in the same position as the 
text (row 0 rather than row 1).   However the mouse acts as if the entry 
box were correctly positioned - if I click below the entry box the cursor 
moves to the corresponding position in the entry  box and I can enter or 
change the value.