Re: Creating Table using Tkinter

2007-09-27 Thread Zentrader
Two existing solutions are TableList + TableListWrapper (Google for it), and MultiListBox http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/52266 In both cases you send the program the titles and data and the program takes care of all of the details. BTW, you can attach a scrollbar to any

Re: Creating Table using Tkinter

2007-09-27 Thread Ron Provost
Ankit, Have you tried the HList (or one of the descendant widgets) in Tix? The Tix library includes quite a few additional widgets and it's part of the standard python distribution. Ron - Original Message - From: "Ankit" <[EMAIL PROTECTED]> Newsgroups: comp.lang.python To: Sent: Thur