LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   progressbar widget with glade and python (https://www.linuxquestions.org/questions/programming-9/progressbar-widget-with-glade-and-python-694124/)

floris 12-31-2008 03:45 PM

progressbar widget with glade and python
 
hello there,

can't get this working, when i call the pulse() method nothing happens,

def start_puls(self,widget):
print "start......"
self.voortgang=bn.wTree.get_widget("voortgang")
self.voortgang.pulse()

"voortgang" means "going on" in dutch btw

the function is started when i click a button and should stop when released


All times are GMT -5. The time now is 02:27 AM.