[Java-gnome-developer] ProgressBar
Brought to you by:
afcowie
From: Alfonso <eu...@ya...> - 2008-02-26 15:25:17
|
I'm trying the ProgressBar widget, but I'm missing some methods. Aren't they implemented or moved to other classes? - One is the pulse method, to activate the progressbar. - On the other side, to make the progressbar update while doing other work, if I understand right how it works, I should need other 2 methods: Gtk.EventsPending and Gtk.MainIteration... Is there any other way to deal with it? My application should wait for a system call to end, checking periodically if it's ended, and while the OS performs the long time consuming task, the progressbar should update... Thank you very much for your help... |