Re: [Java-gnome-developer] updating GNomeAppBar.progressbar while running a long process.
Brought to you by:
afcowie
From: Mark H. <mh...@ti...> - 2005-04-19 07:33:17
|
Just to clairfy this, are you creating a new java thread in an event handler, doing some processing in this thread then calling CustomEvents to update the interface? If you're just calling CustomEvents from the event handler this will not work, since the event handler is being called from the Gtk thread. One thing to try would be to make the thread a class variable - we might be doing something wrong with the event handler. Is the rest of the gui still responsive when you are doing the processing? can you still access menus? On Sat, Apr 16, 2005 at 11:03:56PM -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 ? -- .''`. Mark Howard : :' : `. `' http://www.tildemh.com `- mh...@de... | mh...@ti... |