Re: Tkinter -- Show Data in an Excel like Read-Only Grid
- From: Benjamin <musiccomposition@xxxxxxxxx>
- Date: Sat, 28 Jul 2007 13:40:10 -0000
On Jul 27, 4:56 pm, beginner <zyzhu2...@xxxxxxxxx> wrote:
Hi All,If tkTable isn't what you're looking for, take a look at wxPython
I am really new to Tk and Tkinter. I googled the web but it was not
mentioned how to build a data grid with Tkinter.
Basically, I want to show an excel like data grid with fixed column
and row headers and sortable columns. But the grids can be read-only.
Can anyone give some hint on implementing this?
(http://www.wxpython.org). It's a different widget set and bit of a
higher learning curve than Tkinter, but it has hundreds of widgets for
things like this (wx.Grid).
Thanks,
beginner
.
- Follow-Ups:
- Re: Tkinter -- Show Data in an Excel like Read-Only Grid
- From: Zentrader
- Re: Tkinter -- Show Data in an Excel like Read-Only Grid
- References:
- Tkinter -- Show Data in an Excel like Read-Only Grid
- From: beginner
- Tkinter -- Show Data in an Excel like Read-Only Grid
- Prev by Date: Python 2.5.1 can't find win32file?
- Next by Date: Re: Comparing Dictionaries
- Previous by thread: Re: Tkinter -- Show Data in an Excel like Read-Only Grid
- Next by thread: Re: Tkinter -- Show Data in an Excel like Read-Only Grid
- Index(es):
Relevant Pages
|