Re: How to update both the Console and the GTKMM gui window after running other functions
- From: "Moh B." <mohgtkmm gmail com>
- To: "L. D. James" <ljames apollo3 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: Tue, 06 Aug 2013 02:19:14 +0100
And another thing:
You declared a void myprocess1(void); member function <== WITH void
parameter list BUT in the myLabel::myLabel() constructor you called the
myprocess1() WITHOUT any parameter list: This may cause problems to the
compiler:
protected:
Gtk::Label m_label;
string labeltext;
string newtext;
void myprocess1(); <== see here
caution required.
Good luck.
====================
On Mon, 2013-08-05 at 17:17 -0400, L. D. James wrote:
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]