Re: Cell Renderer Combo Callback

2007-09-12 Thread dhk
O'm going to have to try another approach. I know this isn't wrong, but the combo doesn't work correctly. I'm going to stuff this in a smaller program and try to narrow down what's going on. Thanks, --dhk On Wed, 2007-09-12 at 15:51 +0200, Damien Caliste wrote: > Hello, > > Le 12/09/2007, dhk

Re: Cell Renderer Combo Callback

2007-09-12 Thread Damien Caliste
Hello, Le 12/09/2007, dhk <[EMAIL PROTECTED]> a écrit : > Thanks, but it still doesn't work. I think the problem is in getting > the iter for the list store which is used in the combo render or it > might be working and just not getting rendered to be visible. I'm > fairly sure the problem is in

Re: Cell Renderer Combo Callback

2007-09-12 Thread dhk
Thanks, but it still doesn't work. I think the problem is in getting the iter for the list store which is used in the combo render or it might be working and just not getting rendered to be visible. I'm fairly sure the problem is in the callback. On Wed, 2007-09-12 at 13:47 +0200, Damien Caliste

Re: Cell Renderer Combo Callback

2007-09-12 Thread Damien Caliste
Hello, Le 12/09/2007, dhk <[EMAIL PROTECTED]> a écrit : > I have a combo render in a treeview and I can't get the callback to > set the value once it's selected. I didn't test the code you gave, so can't be sure, but I suggest to remove the « "text", "Stock", » property from the combo rendrer. >