Re: [pygtk] problems with TreeView...

2003-09-28 Thread Meng Liang
Hi, Thomi Richards, You should change The text property of such columns as First Name, Last Name to corresponding column in ListStore you have made. Such as: column = gtk.TreeViewColumn(First Name, renderer, text=2) (supposing your second column in ListStore is the data for Frist Name). That

Re: [pygtk] Question about idle_add() and refreshing some widget..

2003-09-28 Thread Christian Reis
On Sat, Sep 27, 2003 at 07:36:29AM -0300, alejandro david weil wrote: And also I'm not sure if using that is the right way to do the things. Maybe this question is more gtk-related than pygtk. Well, anyway, I think that with idletimeout implementation that I did, the cpu wasting I have is

[pygtk] exception dialog fix

2003-09-28 Thread Gustavo J A M Carneiro
For those of you using my exception dialog, I would like to share with you this fix, which solves some very annoying problems of spawning many exception dialogs at the same time. Regards. -- Gustavo J. A. M. Carneiro [EMAIL PROTECTED] [EMAIL PROTECTED] --- ChangeLog 28 Sep 2003 17:21:03

[pygtk] Several TreeViews with Common Model

2003-09-28 Thread mige
Hi guys I'm trying to use a treemodel [store] in both views (showing as a tree and a list), just like file explorer. The tree view is working fine. But, I need to show the direct childrens in the list view if I click the node. Is there any way not to copy the model ? So, no need creating

Re: [pygtk] DateEdit Problem

2003-09-28 Thread Doug Quale
Fernando San Martin W. [EMAIL PROTECTED] writes: i'm trying to show a dateedit widget without time using this: gnome.ui.DateEdit(mktime(t), gtk.FALSE, gtk.TRUE) but doesn't works, the widget show de time section anyway some tips?, what's wrong? This is just a guess, but it seems that