Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #60681

Re: Access database - GUI - Python - I need architectural advice

From Ben Finney <ben+python@benfinney.id.au>
Subject Re: Access database - GUI - Python - I need architectural advice
Date 2013-11-28 17:51 +1100
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>
Newsgroups comp.lang.python
Message-ID <mailman.3350.1385621492.18130.python-list@python.org> (permalink)

Show all headers | View raw


Chris Angelico <rosuav@gmail.com> writes:

> On Thu, Nov 28, 2013 at 4:55 PM, jm.almeras <jm.almeras@nospam.net> wrote:
> > These are good ideas. But looking precisely at widgets I will need,
> > is one of the GUI builders capable of offering :

The term “GUI builder” to me implies an interactive tool for building a
GUI. I think you are referring, instead, to a GUI library.

> > 1) the use of tabs in a form (that excludes Tkinter I believe)

Tkinter includes the modern “ttk” widget set. You can use the Notebook
widget <URL:http://www.tcl.tk/man/tcl8.5/TkCmd/ttk_notebook.htm> to get
a collection of exclusive-display panels activated by tabs.

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

-- 
 \        “Pinky, are you pondering what I'm pondering?” “Umm, I think |
  `\       so, Brain, but three men in a tub? Ooh, that's unsanitary!” |
_o__)                                           —_Pinky and The Brain_ |
Ben Finney

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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