Re: [Tutor] Tkinter Canvas Widget

2007-11-13 Thread Alan Gauld
"Johnston Jiaa" <[EMAIL PROTECTED]> wrote > methods.html>, but do not see how to get the coordinates of the > mouse > on the canvas. Any mouse event will give you the coordinates within the event data. Trapping the mouse Movment will ensure you track the current position, > Also, after I get t

Re: [Tutor] Tkinter Canvas Widget

2007-11-12 Thread John Fouhy
On 13/11/2007, Johnston Jiaa <[EMAIL PROTECTED]> wrote: > I'm trying to create a free-hand drawing area on my program using the > Tkinter canvas widget. I have read through all the methods on Canvas > objects methods.html>, but do not see ho