Re: [pygtk] Need a bit of help with TreeViewColumn

2010-08-24 Thread Saeed Rasooli
Transmission (torrent client written in C/GTK) has such a thing, a progressbar below a text in a row (beside an icon). But I don't know how that is implemented. You can read it's source: http://www.transmissionbt.com/download.php ___ pygtk mailing list

Re: [pygtk] Need a bit of help with TreeViewColumn

2010-08-24 Thread Andrew
On 25/08/10 01:59, Robert Park wrote: > Hi everybody, PyGTK newbie here so please don't hurt me if this > question is too simple ;-) > > I'm writing a simple app that uses a ListStore/TreeView to display a > list of files, and what I want to achieve is a list with large > thumbnails on the left ha

Re: [pygtk] change language on-the-fly

2010-08-24 Thread Saeed Rasooli
You can not expect GTK to update text of all labels and buttons on every gettext.install, and ever, is gettext connected to gtk using a glib signal?? Texts of a widget in GTK is loaded from locale on widget construction (or maybe once when loading gtk, and can not change gtk's locale). Then you hav

[pygtk] Need a bit of help with TreeViewColumn

2010-08-24 Thread Robert Park
Hi everybody, PyGTK newbie here so please don't hurt me if this question is too simple ;-) I'm writing a simple app that uses a ListStore/TreeView to display a list of files, and what I want to achieve is a list with large thumbnails on the left hand side and three rows of text adjacent to each th

[pygtk] change language on-the-fly

2010-08-24 Thread Jonas
Hello, I'm trying to make my program internationalized, but there's a problem - I can't get it to change the language on the fly: langs += ["lt_LT", "en_US"] gettext.bindtextdomain(APP_NAME, local_path) gettext.textdomain(APP_NAME) lang = gettext.translation(APP_NAME, local_path, languages=

Re: [pygtk] Drag'n'Drop treeview rows

2010-08-24 Thread Andrew Steele
On 29 July 2010 05:22, Kimet Adil wrote: > Hi, > > If I have 2 treeviews, treeview1 displays a list of teaching subjects > (maths, history, etc) and another treeview2 with teachers names. I would > like to drag teacher rows out of treeview2 and drop them as children of the > subject rows in tree

[pygtk] Treeview drag and drop

2010-08-24 Thread Kim Adil
Hi, If I have 2 treeviews, treeview1 displays a list of teaching subjects (maths, history, etc) and another treeview2 with teachers names. I would like to drag teacher rows out of treeview2 and drop them as children of the subject rows in treeview1. Idealy they would disappear from treeview 2 aft

Re: [pygtk] pygobject matching glib version numbers

2010-08-24 Thread will kahn-greene
On 08/11/2010 06:04 AM, John Stowers wrote: > On Wed, 2010-08-11 at 11:44 +0200, Simon van der Linden wrote: >> On Wed, 2010-08-11 at 11:08 +0200, Tomeu Vizoso wrote: >>> On Wed, Aug 11, 2010 at 10:57, Simon van der Linden >>> wrote: On Wed, 2010-08-11 at 10:07 +0200, Tomeu Vizoso wrote: >>>

Re: [pygtk] pygobject matching glib version numbers

2010-08-24 Thread Simon van der Linden
On Wed, 2010-08-11 at 11:08 +0200, Tomeu Vizoso wrote: > On Wed, Aug 11, 2010 at 10:57, Simon van der Linden > wrote: > > On Wed, 2010-08-11 at 10:07 +0200, Tomeu Vizoso wrote: > >> The rationale is that it will help people a bit to know what to expect > >> from a given PyGObject release. He's al

[pygtk] Drag'n'Drop treeview rows

2010-08-24 Thread Kimet Adil
Hi, If I have 2 treeviews, treeview1 displays a list of teaching subjects (maths, history, etc) and another treeview2 with teachers names. I would like to drag teacher rows out of treeview2 and drop them as children of the subject rows in treeview1. Idealy they would disappear from treeview 2 aft

[pygtk] Problem in installing pygtk/2.8.6

2010-08-24 Thread Sandeep Kumar
Hello every1, I am trying to install pygtk/2.8.6 RHAL 4 x86_64 OS, but i m getting below error. checking for pkg-config... /usr/bin/pkg-config checking for GLIB - version >= 2.8.0... no *** Could not run GLIB test program, checking why... *** The test program failed to compile or link. See the fi

[pygtk] pyobject missing G_MAXUINT

2010-08-24 Thread Paolo Losi
Hi all, I'm trying to compile pygobject 2.10.1 on Centos 5.5. I need to recompile since we're using a "custom" python 2.5. 2.10.1 is the most recent version of pygobject that supports the version of glib shipped with centos 5.5. I did successfully compiled and installed: ./configure make make egg

Re: [pygtk] PyGObject and introspection concerns (was Re: PyGTK 2.17 for Windows)

2010-08-24 Thread Tomeu Vizoso
On Mon, Jul 5, 2010 at 15:22, John Stowers wrote: > >> > I just sent a mail to the python-hackers list with some of my queries. >> >> Replying here as well as application authors will be interested. > > Cool. > >> >> > But my concerns are basically >> > >> > * What is the state of the more advance

[pygtk] PyGObject and introspection concerns (was Re: PyGTK 2.17 for Windows)

2010-08-24 Thread Tomeu Vizoso
On 07/03/2010 01:24 AM, John Stowers wrote: On Thu, 2010-07-01 at 15:33 +0200, Tomeu Vizoso wrote: On Thu, Jul 1, 2010 at 15:13, John Stowers wrote: On Thu, Jul 1, 2010 at 6:52 PM, Jason Heeris wrote: I'm trying to get a PyGTK app going on a Windows XP installation. It requires PyGTK 2.17. I

Re: [pygtk] Windows 7 issue

2010-08-24 Thread Todd H
Greetings Everyone- I too was running into problems attempting to get pygtk to work with python 2.6.5 on my windows XP machine. I attempted to install all of the various visual studio redistributables with no luck. I was finally able to resolve the issue by modifying my PATH environment varia

[pygtk] treeview / cellrenderer problem

2010-08-24 Thread Дмитрий Маслов
Hello! Is it possible to move to prev/next TreeView item when editing done by pressing up/down keys? By default, when i press up/down editting done, but selection don't move to the next/prev item. I try to catch 'key-press-event' signal, but treeview doesn't get it when cell is editing. Thanks

[pygtk] pyGTK and VTK

2010-08-24 Thread Pascal Obstetar
I want to use vtkGTKRender... but it don't work with the new version of VTK 5.6.0, any ideas ? ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/

Re: [pygtk] PyGtk and gtk-3.0 compatibility

2010-08-24 Thread Alberto Ruiz
Hey Tomeu, Is there a plan to update the reference documentation for PyGtk 3.0? I see this as a major problem at the moment as anyone googling is gonna hit the 2.0 reference and end up in a pretty strange situation of stuff just not working for no apparent reason. 2010/7/8 Tomeu Vizoso : > On Th

[pygtk] cxFreeze and GTK Themes

2010-08-24 Thread Bradlee Landis
Has anyone used cxFreeze with PyGTK on Windows, and if so, do you know how to bundle a theme with it? The default theme is pretty ugly. -- Thanks, Brad Landis ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read th

Re: [pygtk] pygtk Digest, Vol 90, Issue 19

2010-08-24 Thread Jonathan Ryan
Also, everyone make sure if you pull changes that change the build scripts (anything with a wscript in its name) that you should do the following. ./waf distclean ./waf configure ./waf Thanks On 08/24/2010 12:00 AM, pygtk-requ...@daa.com.au wrote: Send pygtk mailing list submissions to

Re: [pygtk] pygtk Digest, Vol 90, Issue 19

2010-08-24 Thread Jonathan Ryan
Sorry, wrong address. hahaha On 08/24/2010 10:27 AM, Jonathan Ryan wrote: Also, everyone make sure if you pull changes that change the build scripts (anything with a wscript in its name) that you should do the following. ./waf distclean ./waf configure ./waf Thanks On 08/24/2010 12:00 AM,