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
lang.python To: Sent: Thursday, September 27, 2007 2:42 PM Subject: Creating Table using Tkinter > Hi guys i need to make a table to store a certain data using > Tkinter..I have searched on the group but i have not been able to find > a solution that would work for me..The thing is that i wa

Creating Table using Tkinter

2007-09-27 Thread Ankit
Hi guys i need to make a table to store a certain data using Tkinter..I have searched on the group but i have not been able to find a solution that would work for me..The thing is that i want my table to be scrollable both horizontally and vertically and i also want to transmit the data from the ta