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 y

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

2008-07-11 Thread Dutta, Seemanta
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Stricker Sent: Friday, July 11, 2008 12:19 PM To: gtk-app-devel-list@gnome.org Subject: Re: Problem with threads in my GTK+ application... Dutta, Seemanta schrieb: > The way I decided to remedy this problem was with the below steps: >

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

2008-07-10 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

Problem with threads in my GTK+ application...

2008-07-09 Thread Dutta, Seemanta
Hi, I have a GTK+ application, which programs a microprocessor via the serial port. Below is a description of my application. Please bear with my long description. I have taken great pains to clearly explain my problem in great detail. The way the GUI is designed is that on the top part I have a '