Re: multithreading in an application
- From: Skip Montanaro <montanaro tttech com>
- To: neeraj sharma <neeraj_champion yahoo com>
- Cc: gtk-list gnome org
- Subject: Re: multithreading in an application
- Date: Wed, 07 Nov 2001 10:14:35 +0100
neeraj> But problem is only one application is opening on button click
neeraj> and after closing that application another application is
neeraj> opened.
Sounds like you aren't putting your applications into the background,
so your Gtk code waits for them to exit before returning. Are you
perhaps using system() or popen() to run them? If so, stick an "&"
after the command.
--
Skip Montanaro (skip pobox com)
http://www.mojam.com/
http://www.musi-cal.com/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]