Sometimes it's your own problem that is hardest to solve, as you're
too familiar with the code. :) Congratulations on making sense of
pyGTK, the documentation isn't overly helpful... ...I'm used to the
wxPython docs and still got confused with the pyGTK ones.
Regards,
Liam Clarke
On 5/14/06, Joh
Hi,
I have managed to find the solution to my problem.
I have defined iter as
Iter = model.get_iter(combo3)
The code now works.
I will show it below for completeness:
combo3 = self.wTree.get_widget("treeview1")
model=gtk.TreeStore(gobject.TYPE_STRING,gobject.