Hi Kiko!

> Hey Gustavo, nice to see you around and hacking PyGTK bits.

I'm happy to see you here, and even happier because it looks like
you're an ancient here. :-)

> > I haven't found this anywhere, so I thought someone else might
> > be interested as well. Here is a cell renderer which mimicks
> > progress bars, based on current gtk+ code.
> 
> How interesting. What sort of application do you use this in? I'm trying
> to figure out what *I'd* use this for, though apparently my imagination is
> impaired enough to not find something after considering it for a minute.

Hehehe :-)

> Gustavo says something about download managers, but wouldn't you
> implement one of those more easily using a Table with labels to the left
> and a conventional ProgressBar to the right?

Yes, Gustavo (the other one :-) is right. I'm using this for a download
manager as well. It's quite usual to get progress bars in lists for
this purpose. Using a table in a scrolled viewport is certainly
possible, but I'm unsure about other issues (speed, memory consumption,
etc) once you start working with, say, one thousand items.

-- 
Gustavo Niemeyer
http://niemeyer.net
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to