Re: [Java-gnome-developer] updating GNomeAppBar.progressbar while running a long process.
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2005-04-17 08:08:23
|
On Sat, 2005-16-04 at 23:03 -0400, Manuel Ledesma wrote: > 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 ? I have a piece of example code that shows that. See http://research.operationaldynamics.com/projects/scripts/geode/README-java Some day soon I'll package that up a bit nicer and release it as a useful example of a piece of java-gnome code updating a UI from a worker thread, but for now you can at least look at some code by following the instructions in that file. AfC Los Angeles |