Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #60734
| From | Christian Gollwitzer <auriocus@gmx.de> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Access database - GUI - Python - I need architectural advice |
| Date | 2013-11-28 22:58 +0100 |
| Organization | A noiseless patient Spider |
| Message-ID | <l78ea4$plm$1@dont-email.me> (permalink) |
| References | <52966592$0$3640$426a74cc@news.free.fr> <mailman.3329.1385594628.18130.python-list@python.org> <5296DAC7.9030206@nospam.net> <CAPTjJmpeihvo-Q75R8o09njBi4n7UReK544BGzBp7vRE3yZAdg@mail.gmail.com> <mailman.3350.1385621492.18130.python-list@python.org> |
Am 28.11.13 07:51, schrieb Ben Finney: > Chris Angelico <rosuav@gmail.com> writes: > >> On Thu, Nov 28, 2013 at 4:55 PM, jm.almeras <jm.almeras@nospam.net> wrote: >>> 2) dimensionable and editable arrays of columns and rows like when >>> you open a table under Access. > > I'm not aware of a widget in Tkinter which can do that. There is tablelist and tktable. For tablelist, a Python wrapping exists: http://tkinter.unpythonic.net/wiki/TableListWrapper This is the right tool if you have a list with multiple columns, where you want to edit the data, like this picture: http://wiki.tcl.tk/25183 Tktable is an extension which provides a grid for entry, more like a spreadsheet and with less canned functionality. http://tkinter.unpythonic.net/wiki/TkTableWrapper Christian
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Access database - GUI - Python - I need architectural advice "jm.almeras" <jm.almeras@nospam.net> - 2013-11-27 22:35 +0100
Re: Access database - GUI - Python - I need architectural advice Chris Angelico <rosuav@gmail.com> - 2013-11-28 10:23 +1100
Re: Access database - GUI - Python - I need architectural advice Chris Angelico <rosuav@gmail.com> - 2013-11-28 17:19 +1100
Re: Access database - GUI - Python - I need architectural advice Ben Finney <ben+python@benfinney.id.au> - 2013-11-28 17:51 +1100
Re: Access database - GUI - Python - I need architectural advice Christian Gollwitzer <auriocus@gmx.de> - 2013-11-28 22:58 +0100
Re: Access database - GUI - Python - I need architectural advice Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-11-27 20:05 -0500
Re: Access database - GUI - Python - I need architectural advice Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-28 01:32 +0000
Re: Access database - GUI - Python - I need architectural advice rusi <rustompmody@gmail.com> - 2013-11-27 20:12 -0800
Re: Access database - GUI - Python - I need architectural advice Sibylle Koczian <nulla.epistola@web.de> - 2013-11-28 17:27 +0100
Re: Access database - GUI - Python - I need architectural advice Wolfgang Keller <feliphil@gmx.net> - 2013-11-28 19:09 +0100
csiph-web