Re: [Sugar-devel] Problem with adjustment in gtk

2011-06-10 Thread Rodrigo Pérez Fulloni
I fixed it destroying and creating the adjustment control each time I need to change its upper value. -- Rodrigo Pérez Fulloni - http://www.rodripf.com 2011/6/8 Rodrigo Pérez Fulloni > Hi, I having a problem with a gtk.adjustment ( > http://www.pygtk.org/docs/pygtk/class-gtkadjustment.html): wh

[Sugar-devel] Problem with adjustment in gtk

2011-06-08 Thread Rodrigo Pérez Fulloni
Hi, I having a problem with a gtk.adjustment ( http://www.pygtk.org/docs/pygtk/class-gtkadjustment.html): when I try to use the set_upper(upper)function I get an error that says that function doesn't exist. I