problems with progress bar
- From: Emmanuel Saracco <esaracco noos fr>
- To: gtk-app-devel-list gnome org
- Subject: problems with progress bar
- Date: Mon, 31 Mar 2003 23:47:21 +0200
hi,
I have problems using progress bar.
I use the gtk_progress_bar_set_fraction to set the progress bar value.
it work pretty good (the progress bar act as I hope (it increase and
decrease as I set it)), but I have random error messages like:
------
-> 0.74
-> 0.73
(gurlchecker:27480): Gtk-CRITICAL **: file gtkprogress.c: line 557
(gtk_progress_set_percentage): assertion `percentage >= 0 && percentage
<= 1.0' failed
(gurlchecker:27480): Gtk-CRITICAL **: file gtkprogress.c: line 557
(gtk_progress_set_percentage): assertion `percentage >= 0 && percentage
<= 1.0' failed
(gurlchecker:27480): Gtk-CRITICAL **: file gtkprogress.c: line 557
(gtk_progress_set_percentage): assertion `percentage >= 0 && percentage
<= 1.0' failed
(gurlchecker:27480): Gtk-CRITICAL **: file gtkprogress.c: line 557
(gtk_progress_set_percentage): assertion `percentage >= 0 && percentage
<= 1.0' failed
-> 0.72
-> 0.71
-> 0.70
-> 0.70
-> 0.69
-> 0.68
-> 0.67
-> 0.67
-> 0.66
-> 0.65
-> 0.64
(gurlchecker:27480): Gtk-CRITICAL **: file gtkprogress.c: line 557
(gtk_progress_set_percentage): assertion `percentage >= 0 && percentage
<= 1.0' failed
-------
values after "->" are the values passed to the
gtk_progress_bar_set_fraction function.
the percentage value can both increase and decrease.
any idea?
thanks
[
Date Prev][Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]