[Java-gnome-developer] updating GNomeAppBar.progressbar while running a long process.
Brought to you by:
afcowie
From: Manuel L. <man...@co...> - 2005-04-17 03:04:05
|
How can I update the progress bar from the GNomeAppBar while running a process in a dialog window. I have tried Implementing Fireable and a Time, Runable Using CustomEvents.addEvent and I'm getting always the same behavior. Progress bar don't get update it till the process is completed. Is there anyway of showing the progressbar updates while running a long process ? |