Re: GtkProgressBar getting blocked

2006-03-16 Thread Gus Koppel
"jim Pharis" wrote: > I have an external synchronous library call that takes a while to > complete. I want to display a progress bar well I'm waiting. > > The problem is, even when the progress bar is in the thread in a loop > calling gtk_progress_bar_pulse, the progress bar still looks like its

Re: GtkProgressBar getting blocked

2006-03-16 Thread Axel Simon
On Thu, 2006-03-16 at 10:09 -0500, jim Pharis wrote: > I have an external synchronous library call that takes a while to > complete. I want to display a progress bar well I'm waiting. > > The problem is, even when the progress bar is in the thread in a loop > calling gtk_progress_bar_pulse, the pr

Re: GtkProgressBar getting blocked

2006-03-16 Thread Daniel Atallah
On 3/16/06, jim Pharis <[EMAIL PROTECTED]> wrote: > I have an external synchronous library call that takes a while to > complete. I want to display a progress bar well I'm waiting. > > The problem is, even when the progress bar is in the thread in a loop > calling gtk_progress_bar_pulse, the progre

GtkProgressBar getting blocked

2006-03-16 Thread jim Pharis
I have an external synchronous library call that takes a while to complete. I want to display a progress bar well I'm waiting. The problem is, even when the progress bar is in the thread in a loop calling gtk_progress_bar_pulse, the progress bar still looks like its frozen. Here is the psuedo code