Hello,
you have to do something like :
while not eof (file_input) do
begin
seek (file_input, record_number);
Read (file_input, record);
gtk_progress_set_value (gtkprogress (progressbar_), record_number);
while( g_main_iteration( FALSE ) );
end;
To enable GTK updating the GUI.
BTW: I don't know if this synthax is correct in Pascal but it's the
idea ;)
Regards
--
David 'Lestat' Goncalves - ( YM : lestat_lioncourt_innocent )
<[EMAIL PROTECTED]> - http://www.lestat.dyndns.org
... The software said it requires IIS 4.0 or better.
So, I installed Apache.
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list