table widget?
Martin Franklin
martin.franklin at westerngeco.com
Thu May 24 04:01:05 EDT 2001
I too started writing a Tkinter table widget (spreadsheet) based on a
Pwm.ScrolledCanvas
but like Doug it starts to fall apart when I try to create more than say 1000
cells.......
It does allow multiple cell selection (with the mouse) and you can move around
with the arrow
keys it also has a small set of functions (SUM, ADD, MUL, DIV, etc) but these
are far from
complete.
Please e-mail me if you want more.
Martin.
dsavitsk wrote:
> i started working on one a while ago, but i got stuck, and the need seemed
> to go away. . i managed to make moving around with arrows feel like a ms
> access table, and put cute little sort things on top of each column. The
> problem is when it gets large scrolling breaks down, and when i tried it on
> FreeBSD all of the widget sizes changed making colums not line up.
>
> if you want to see my start (that is, if you want to clean up my mess) send
> me an email.
>
> doug
>
> dsavitsk at e-coli.net
>
> "Stijn Gunst" <stijn.gunst at student.kuleuven.ac.be> wrote in message
> news:3B0C31C8.35D882F3 at student.kuleuven.ac.be...
> > hi
> >
> > i can't find a tablewidget for Python (not even in the Pmw megawidget
> > module)
> > how should i visually represent sql-data with those modules? a array of
> > editboxes seems a bit cumbersome
> >
> > tx
> >
More information about the Python-list
mailing list