Re: [pygtk] I must be missing something - can't get label of a menu item

2004-10-15 Thread Gustavo J. A. M. Carneiro
Sex, 2004-10-15 às 15:20 -0300, Christian Robottom Reis escreveu: > On Thu, Oct 14, 2004 at 04:24:17PM -0500, Skip Montanaro wrote: > > I have an option menu full of radio menu items defined via Glade. At > > runtime I'd like to get a string value out of the menu which > > corresponds to the selec

Re: [pygtk] I must be missing something - can't get label of a menu item

2004-10-15 Thread Christian Robottom Reis
On Thu, Oct 14, 2004 at 04:24:17PM -0500, Skip Montanaro wrote: > I have an option menu full of radio menu items defined via Glade. At > runtime I'd like to get a string value out of the menu which > corresponds to the selected item. The displayed label would be fine > (I'll force it to be unique

Re: [pygtk] seperate thread for database query

2004-10-15 Thread Steve McClure
On Fri, 2004-10-15 at 10:13, Matthias Teege wrote: > On Fri, 15 Oct 2004 08:49:31 +0200, Antoon Pardon > <[EMAIL PROTECTED]> wrote: > > > Well one thing you are doing wrong is calling > > your thread by the run method. If you want to > > launch a new thread you should use the start > > method. >

Re: [pygtk] seperate thread for database query

2004-10-15 Thread Matthias Teege
On Fri, 15 Oct 2004 08:49:31 +0200, Antoon Pardon <[EMAIL PROTECTED]> wrote: > Well one thing you are doing wrong is calling > your thread by the run method. If you want to > launch a new thread you should use the start > method. Interesting. Now it works. The app starts and I can work with it an

Re: [pygtk] I must be missing something - can't get label of a menu item

2004-10-15 Thread Skip Montanaro
>> I can then march through that [optionmenu] to find the active item, >> but can't find a label property or something similar from which I can >> extract the text. Johan> That's FAQ 16.6: Johan> http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq16.006.htp Joh

[pygtk] treeview move_before weirdness with get_iter_first() iter as position

2004-10-15 Thread Danny Milosavljevic
Hi, I wonder if someone has the same problem as me with using move_before. Check out the attached test program. Move "Line 3" "up", it will move to row 2. Move "Line 2" "up", it will move to the last row O_o Thanks cheers, Danny -- GMX ProMail mit bestem Virenschutz http://www.gmx.net/de

Re: [pygtk] The Great Master Plan for Python Bindings

2004-10-15 Thread Xavier Ordoquy
On Thu, 2004-10-14 at 18:02 +0200, Murray Cumming wrote: > One thing that might prove the point and allow a split to actually happen, > is people volunteering to maintain the individual packages. It's pretty > scary to volunteer to help to maintain all of gnome-python, but it's not > so scary to ma