Re: GUI signals from a thread (GTK+-3.10)

2014-02-15 Thread Valentin But
2014-02-15 17:02 GMT+02:00 David Marceau : > Here is an example that shows two threads which take a long time to > complete, but gracefully coordinate progress data to the gui. > http://www.simsoup.info/SimSoup/GUI_With_Worker_Threads.html That didn't helped :-((99 2014-02-15 19:43 GMT+02:00 A

Fwd: GUI signals from a thread (GTK+-3.10)

2014-02-15 Thread Andrew Potter
Oops, missed the list on my reply... -- Forwarded message -- From: Andrew Potter Date: Sat, Feb 15, 2014 at 9:41 AM Subject: Re: GUI signals from a thread (GTK+-3.10) To: Valentin But On Fri, Feb 14, 2014 at 9:25 PM, Valentin But wrote: > I've changed the code, no

Re: GUI signals from a thread (GTK+-3.10)

2014-02-15 Thread David Marceau
Here is an example that shows two threads which take a long time to complete, but gracefully coordinate progress data to the gui. http://www.simsoup.info/SimSoup/GUI_With_Worker_Threads.html The best part of this example is that it's in c++ and it demonstrates that your variables holding thread po

Re: GUI signals from a thread (GTK+-3.10)

2014-02-14 Thread Andrew Potter
On Fri, Feb 14, 2014 at 6:51 PM, Valentin But wrote: > Greetings gtk-app-devel-list. > > I'm a newbie GTK+ developer and I have encountered with a problem. Hello and welcome! > Documentation say that "the threading support has been deprecated in > GTK+ 3.6. Instead of calling GTK+ directly from m

GUI signals from a thread (GTK+-3.10)

2014-02-14 Thread Valentin But
Greetings gtk-app-devel-list. I'm a newbie GTK+ developer and I have encountered with a problem. I tried to create a DC Motor Transient process calculation as a practice programm for learning. I've wanted to have a feedback of the calculation process on a progress bar. Documentation say that "the