Hello,

I have created a frame in which i want to display an animated progressbar in
a canvas. I use PhotoImage function of PIL. But it doesn't display the
animated gif code looks like this

 self.imgobj = PhotoImage(file=imgpath)
 self.c = Canvas(self.frame2, bg='white',width=64,height=310)
  self.c.place(x=x0,y=y0)
  self.c.create_image(x0,y0,image=self.imgobj,anchor=NW)

did a lot of googling on it. but nothing found. I can't switch to wxPython.
Please help me.

thanks



-- 
Surya Prakash Garg
Bangalore
+919886801350
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to