I ran your code, and it works great, I have a similar one that works too, but I
just need it to not only keep visible the header (first row) when scrolling Y,
but to keep the first column visible when scrolling X. From my point of view is
near to imposible cause the only way would be to (hypothe
I use the following all-tkinter code to make a table. If it
lacks functionality, you can edit the code.
from Tkinter import *
from tkFont import Font
from math import floor
class Spreadsheet(Frame):
def __init__(self, parent, font=None, **keywords):
Frame.__init__(self, parent)
I looked into the same problem a while ago and I was not able to make the
Tktable gadget work on windows.
If you ever manage, it would be great if you could post a detailed step-to-step
list.
I found an alternative that worked even better in my case.
There is a MultiListBox gadget (several vers
Hi Guilherme Polo,
Can you please me in a little detail how to install tktable module with
the python 3.1 version. I really need it badly and since you have used it,
can you please read me through the steps. Also if you have a working Tktable
module, can you please provide it to me. My mail id i
2009/9/3 Peter Milliken :
> BTW, I have been looking at the Tktable from that source and it doesn't look
> like a straightforward process at all! Despite the fact the author of
> README.txt claims you can build it with cygwin if TEA is installed (not
> really clear what TEA is although I found a we
BTW, I have been looking at the Tktable from that source and it doesn't look
like a straightforward process at all! Despite the fact the author of
README.txt claims you can build it with cygwin if TEA is installed (not
really clear what TEA is although I found a web-page, but the configure
script t
So what was the problem?
I am assuming you are referring to the tktable available from
http://tktable.sourceforge.net/?
Peter
On Thu, Sep 3, 2009 at 2:33 AM, simha wrote:
>
> Hi all. I am very new to the world of python. I am desining a GUI using the
> tkinter module and would like to include a
Hi all. I am very new to the world of python. I am desining a GUI using the
tkinter module and would like to include a table of 6 columns and n rows. I
am developing this code in windows xp. I downloaded a tktable module. But
not able to install this. Please help me in this regard. Thanks in advan