Re: GUI toolkits and dynamic table browser widget

2012-05-23 Thread Sibylle Koczian
Am 22.05.2012 04:37, schrieb Simon Cropper: On 22/05/12 05:35, Sibylle Koczian wrote: So I suppose you're using Python 2 or that's acceptable for you at least. In this case I'd take a long look at Dabo: http://www.dabodev.com/ That's based on wxPython but easier to use and explicitly made for da

Re: GUI toolkits and dynamic table browser widget

2012-05-21 Thread Simon Cropper
On 22/05/12 05:35, Sibylle Koczian wrote: So I suppose you're using Python 2 or that's acceptable for you at least. In this case I'd take a long look at Dabo: http://www.dabodev.com/ That's based on wxPython but easier to use and explicitly made for database applications. Developers and mailing l

Re: GUI toolkits and dynamic table browser widget

2012-05-21 Thread Sibylle Koczian
Am 19.05.2012 04:05, schrieb Simon Cropper: Googling gridtable allowed me to find my way to the wxGrid Manual which seems to be what I was asking for... http://wiki.wxpython.org/wxGrid%20Manual wxPyGridTableBase, a particular class associated with wxGrid appears to be what I need. The blurb sta

Re: GUI toolkits and dynamic table browser widget

2012-05-18 Thread Vito De Tullio
Simon Cropper wrote: >>> I would like to create windows with grids (AKA rows and column of a >>> table like excel). Do any of the GUI interfaces have these types of >>> widgets? i have looked but can't find any and I have not stumbled on >>> program that presents data in this way so I can see how

Re: GUI toolkits and dynamic table browser widget

2012-05-18 Thread Simon Cropper
On 19/05/12 01:09, Dennis Lee Bieber wrote: On Fri, 18 May 2012 10:52:07 +1000, Simon Cropper declaimed the following in gmane.comp.python.general: Hi, There has been some discussion on this list regarding GUI toolkits and it reinvigorated my search for one to meet my needs. I would like to

Re: GUI toolkits and dynamic table browser widget

2012-05-17 Thread Simon Cropper
On 18/05/12 14:00, Vincent Vande Vyvre wrote: On 18/05/12 02:52, Simon Cropper wrote: Hi, There has been some discussion on this list regarding GUI toolkits and it reinvigorated my search for one to meet my needs. I would like to create windows with grids (AKA rows and column of a table like e

Re: GUI toolkits and dynamic table browser widget

2012-05-17 Thread Vincent Vande Vyvre
On 18/05/12 02:52, Simon Cropper wrote: > Hi, > > There has been some discussion on this list regarding GUI toolkits and > it reinvigorated my search for one to meet my needs. > > I would like to create windows with grids (AKA rows and column of a > table like excel). Do any of the GUI interfaces h