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
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
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