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
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:
>
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
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 '