Re: Refreshing GUI to show changes?

2007-09-27 Thread tsangv
Thanks, looks like that works. lapnect [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 09/24/2007 05:30 PM To cc Subject Re: Refreshing GUI to show changes? On Mon, 24 Sep 2007 17:17:20 -0400 [EMAIL PROTECTED] wrote: Once it is finished executing I want the label to now display

Refreshing GUI to show changes?

2007-09-24 Thread tsangv
Please excuse me - I am a software / Gtk newbie I know this is probably a really simple question, but I seem to have difficulties to get the contents of a label to change. The label initially is set to Running filesystem check and then I call e2fsck from my application. Once it is finished

Re: Refreshing GUI to show changes?

2007-09-24 Thread lapnect
On Mon, 24 Sep 2007 17:17:20 -0400 [EMAIL PROTECTED] wrote: Once it is finished executing I want the label to now display something like filesystem check complete but when I try gtk_label_set_text(...) with the new text the GUI doesn't update. I'm guessing it is something to do with no