Re: [Tkinter-discuss] tkinter extensions

2013-06-13 Thread mkieverpy
> Tix ( > http://www.python.org/doc/current/lib/module-Tix.html) I am a tix user and I found the Demo in the python distribution very helpful (in the path 'Demo/tix/'). As far as I can remember it contains examples for nearly every tix widget. Regards, Matth

Re: [Tkinter-discuss] tkinter extensions

2013-05-19 Thread Kevin Walzer
On 5/19/13 4:30 PM, Beinan Li wrote: @Kevin: Thank you very much, Kevin! I had good memories with BWidgets on Tk about 10 years ago (wow). Hope it now has even more to offer with tkinter. I'm also curious about the performance and stability of the extensions. Would they perform well with basic w

Re: [Tkinter-discuss] tkinter extensions

2013-05-19 Thread Beinan Li
t, 18 May 2013 18:36:11 -0400 > From: Kevin Walzer > To: tkinter-discuss@python.org > Subject: Re: [Tkinter-discuss] tkinter extensions > Message-ID: <5198025b.1040...@codebykevin.com> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Hi Benian, > &

Re: [Tkinter-discuss] tkinter extensions

2013-05-18 Thread Alejandro Autalan
2013/5/18 Beinan Li : > Hi Tkinter, > > I'm new to the list and have to confess that I'm a newbie > that needs recommendations on high-level (compound) widgets based on > tkinter. > As far as I understand, I assume ttk has quite a number of high-level > widgets such as notebook, > but the inventory

Re: [Tkinter-discuss] tkinter extensions

2013-05-18 Thread John W. Shipman
On Sat, 18 May 2013, Beinan Li wrote: +-- | I'm new to the list and have to confess that I'm a newbie | that needs recommendations on high-level (compound) widgets based on | tkinter. | As far as I understand, I assume ttk has quite a number of high-level | widgets such as notebook, | but the inv

Re: [Tkinter-discuss] tkinter extensions

2013-05-18 Thread Kevin Walzer
Hi Benian, Tkinter indeed has a lot of extension packages. The Tkinter wiki is very hit-or-miss in listing and documenting them, however. Pmw (http://pmw.sourceforge.net ) PMW is somewhat outdated but still seems to be

[Tkinter-discuss] tkinter extensions

2013-05-18 Thread Beinan Li
Hi Tkinter, I'm new to the list and have to confess that I'm a newbie that needs recommendations on high-level (compound) widgets based on tkinter. As far as I understand, I assume ttk has quite a number of high-level widgets such as notebook, but the inventory is still not as big as one may find