Re: multithreading in an application



    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]