Re: [pygtk] TreeView and CellRendererCombo - MS Access-like form behaviour

2008-04-20 Thread Stéphane Brunet
John Finlay a écrit : Stéphane Brunet wrote: Hi, btw, thank you John Finlay for the answer on my last question. In my quest of a GUI interfacing my small database application (I did try OpenOffice Base and went mad after one hour :S ) I would like to copy some behaviour of MS Access in my

[pygtk] TreeView and CellRendererCombo - MS Access-like form behaviour

2008-04-19 Thread Stéphane Brunet
Hi, btw, thank you John Finlay for the answer on my last question. In my quest of a GUI interfacing my small database application (I did try OpenOffice Base and went mad after one hour :S ) I would like to copy some behaviour of MS Access in my forms. Say I have two (SQL) tables with two fie

[pygtk] Sharing a CellRenderer among two or more columns

2008-04-18 Thread Stéphane Brunet
Hi, I am working on TreeViews using a ListStore model but I couldn't find any answer on this yet: Say I have a ListStore with 4 columns containing strings. They are all be rendered by a CellRendererText object in a separate TreeViewColumn. I have tried to use a single instance of CellRendere

Re: [pygtk] Python 3.0 plans

2007-08-29 Thread Stéphane Brunet
Johan Dahlin a écrit : It is different from the old 2.x series in the sense that it will not be backwards compatible with the old python releases. A program written for Python 2.x will not run under Python 3.x unless it restricts itself to a tiny tiny subset which is really not practical (fo

[pygtk] PyGTKGLext 1.1.0 windows binary installer for Python 2.5 now available

2006-11-11 Thread Stéphane Brunet
. Please let me know if some people are interested in a package for Python 2.4. Regards, Stéphane Brunet ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Re: [pygtk] obsolete Win32 binaries

2005-10-06 Thread Stéphane Brunet
Marek Kubica wrote: Hello, On Thu, 6 Oct 2005 11:28:41 +0200 "Gatti Lorenzo" <[EMAIL PROTECTED]> wrote: The semi-official Windows binaries by Cedric Gustin (http://www.pcpm.ucl.ac.be/~gustin/win32_ports/) stop at PyGTK 2.6.2, skipping newer versions since 2.6.3: is it an abandoned initiat

Re: [pygtk] more languages

2005-08-18 Thread Stéphane Brunet
Luigi Pantano wrote: how I can create a program in more languages (English, German, Italian...) using the pygtk? You can use the python gettext module Stéphane ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk

Re: [pygtk] Strange problem when converting strings to floats

2005-01-18 Thread Stéphane Brunet
Maciej Katafiasz wrote: Just a guess, but what does your control panel say about decimal separator in canadian french locale? Maybe that's the problem... HTH, Maciej The decimal separator is a comma for this locale, just as in french for France. (PyGTK displays it correctly). Stéphane