Re: Problem with threads in my GTK+ application...

2008-07-11 Thread Andreas Stricker
Dutta, Seemanta schrieb: The way I decided to remedy this problem was with the below steps: 1. Call g_thread_init() in the main function before gtk_init() is called. 2. In the callback for 'clicked' signal for the'Burn' button, I use g_thread_create() to create a new thread which will

GtkWindow problem

2008-07-11 Thread Perriman
Hi all I have a problem with GtkWindow. This is very difficult because I need to have a GtkWindow with type POPUP and, if I pass an option, the GtkWindow must be TOPLEVEL. I need to do it because I need show a completion popup that it is visible while the user writes in the GtkTextView but, If

Re: Problem with threads in my GTK+ application...

2008-07-11 Thread Michael Torrie
Dutta, Seemanta wrote: But I would still like to know how to do this using threading. I tried http://research.operationaldynamics.com/blogs/andrew/software/gnome-desk top/gtk-thread-awareness.html hoping it would solve my problem but even that did not work :-( It's very easy. Whenever your

Re: g_spawn_async lockup

2008-07-11 Thread Rob Alblas
Hi, Some days ago I posted this problem, no reaction yet. Can anybody comment on it? Is the problem clear? A small refrase: g_spawn_async_with_pipes starts an external program. This program generates data on stdout. The function attached to g_child_watch_add does do the postprocessing. The

Re: gnome-config not found

2008-07-11 Thread Rafał Mużyło
On Fri, Jul 11, 2008 at 11:04:13AM -0600, Nitin Jain wrote: Also, in case it's not easy to override the dependancy on gnome-config, then can you please tell me some alternative(s)? How easy would it be, for a newbie, to port the API that makes use of the newer *stuff* ? A lot depends from the

Re: gnome-config not found

2008-07-11 Thread Nickolay V. Shmyrev
В Птн, 11/07/2008 в 11:04 -0600, Nitin Jain пишет: Hi! I'm a newbie on this forum as well as to the world of GTK, so apologies for any mistakes in prior. I'm trying to install an old application (from source) that uses GTK and GNOME graphical toolkits - however, while running the configure