Re: GUI with sophisticated Table support

2004-12-30 Thread F. GEIGER
"Torsten Mohr" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > Hi, > > > Do a group-google search for *tkinter table*. That shows up quite a few > > hits. > > thanks for that hint, but nearly every hit shows the Table of contents > for Tkinter", which is not what i search for.

Re: GUI with sophisticated Table support

2004-12-30 Thread Alex Martelli
Torsten Mohr <[EMAIL PROTECTED]> wrote: > My question here is rather in detail about Tkinters Table and if it can > show resizable columns tho easily display a list of objects. > > I did not find any help searching for this with google, but i'd really > rather like to use Tkinter over wxPython, t

Re: GUI with sophisticated Table support

2004-12-30 Thread Torsten Mohr
Hi, > Do a group-google search for *tkinter table*. That shows up quite a few > hits. thanks for that hint, but nearly every hit shows the Table of contents for Tkinter", which is not what i search for. My question here is rather in detail about Tkinters Table and if it can show resizable column

Re: GUI with sophisticated Table support

2004-12-30 Thread F. GEIGER
"Torsten Mohr" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > Hi, > > i want to write an application where i need a Table to > display some values. > > The table should display a list of objects, so to say, > a column for each attribute of the object. > I'd also like the user t

GUI with sophisticated Table support

2004-12-30 Thread Torsten Mohr
Hi, i want to write an application where i need a Table to display some values. The table should display a list of objects, so to say, a column for each attribute of the object. I'd also like the user to be able to change the width of each column, like in Excel. I'd prefer to use Tkinter, but i