Re: GTK application query



On 2006-06-19, cranium.2003@xxxxxxxxx <cranium.2003@xxxxxxxxx> wrote:

In GTK application if i have dialog where i am executing some console
level command by clicking on ok button then why it stops that dialog
and application
until that console level command exits?? Any way to make console level
command and application to run simultaneously??

You can run the command in a new thread. See

http://www.gtk.org/faq/#AEN482

See also

http://developer.gnome.org/doc/API/2.0/glib/glib-Spawning-Processes.html

Dave Cook
.



Relevant Pages

  • Re: GTK application query
    ... level command by clicking on ok button then why it stops that dialog ... until that console level command exits?? ... Any way to make console level ... What you need to do is add the console handling routines to your ...
    (comp.os.linux.development.apps)
  • Re: GTK application query
    ... level command by clicking on ok button then why it stops that dialog ... until that console level command exits?? ... Any way to make console level ...
    (comp.os.linux.development.apps)
  • GTK application query
    ... In GTK application if i have dialog where i am executing some console ... level command by clicking on ok button then why it stops that dialog ...
    (comp.os.linux.development.apps)