Re: How to update both the Console and the GTKMM gui window after running other functions



Thanks, Moh.  That resolved the error issue.  As far as I can see, it's functioning perfect!

I'll have some questions on Threading.  But I'll reserve this for a new topic.

-- L. James

--
L. D. James
ljames apollo3 com
www.apollo3.com/~ljames

On Mon, 2013-08-05 at 22:07 +0100, Moh B. wrote:
Hi, 
I think you should put: 
	if (Glib::thread_supported())
instead of: 
	if (!Glib::thread_supported()) <== Your code
see the " ! " difference.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]