Re: [Tkinter-discuss] Tix question [possibly off-topic]

2006-03-28 Thread Jeff Epler
Tix support in Python comes in two parts: First, the Tix Python module, which is just an object-oriented wrapper. Second, the Tix package for tcl. The error you got indicates that the Tix package for tcl is not installed. On my system (Ubuntu 5.10), installing the debian package 'tix8.1' allowe

[Tkinter-discuss] Tix question [possibly off-topic]

2006-03-28 Thread Gerardo Juarez
Hi, I need widgets which are a bit more elaborated than what Tk offers as standard. I checked Tix and it works well in Linux. The problem is with Windows, because the Tix documentation says Tix is installed with 2.2.2, the source Tix.py is broken and should be replaced with the source from the

Re: [Tkinter-discuss] tag_bind

2006-03-28 Thread Fredrik Lundh
Pavel Kosina wrote: > So in other words you would like to tell me that funcionality of > tag_bind is broken? That it is not working in this version? keyboard events are always sent to the item that has focus, and you can only set focus to items that support the insertion cursor protocol. in stoc

Re: [Tkinter-discuss] tag_bind

2006-03-28 Thread Pavel Kosina
Michael Lange napsal(a): In fact, I tried this too, but the same effect. I got the impression from the documentation that this should be the right method. With binding canvas I do not know, how to bind more than one player, so that each one could be moved separately. Hi

Re: [Tkinter-discuss] tag_bind

2006-03-28 Thread Michael Lange
On Mon, 27 Mar 2006 18:54:05 +0200 Pavel Kosina <[EMAIL PROTECTED]> wrote: > > > In fact, I tried this too, but the same effect. I got the impression > from the documentation that this should be the right method. With > binding canvas I do not know, how to bind more than one player, so that