Re: system calls was Progress Bar
- From: Fredrik Rambris <fredrik rambris com>
- To: Steve & Patti Getzinger <steveandpatti wubs org>
- Cc: GTK Application Development List <gtk-app-devel-list gnome org>
- Subject: Re: system calls was Progress Bar
- Date: Mon, 08 Jan 2001 14:14:14 +0100
Steve & Patti Getzinger wrote:
I am using system twice in 2 small funcs and the effect I am trying to
pull off is display a dialog (similiar to GIMP). I am calling the dialog
func first and then another func which utilizes system(command). The
dialog window will not display until after the second func has completed
it's dirty work. I understand system basically puts the GTK app stop and
hold while it completes it's task and then returns to GTK. Is there
something in GTK that can be used instead of system or am I missing
something such as incorporating a delay between the funcs. The two funcs
are totally independant of each other at this point.
If you have no problem of the two tasks running in paralell do try
system( "command &" );
--
Mail: fredrik rambris com Home: http://fredrik.rambris.com
GnuPG fingerprint: 8484 93D4 FE08 F9B0 36AB 4B56 DA69 3D07 A5EB 7DAD
Location: 55°21'32N 13°25'16E
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]