Re: How to update both the Console and the GTKMM gui window after running other functions
- From: "L. D. James" <ljames apollo3 com>
- To: "Moh B." <mohgtkmm gmail com>
- Cc: "gtkmm-list gnome org" <gtkmm-list gnome org>
- Subject: Re: How to update both the Console and the GTKMM gui window after running other functions
- Date: Mon, 05 Aug 2013 17:17:45 -0400
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]