On Wed, 02 Jan 2008 22:46:24 +0100 Bo Lorentsen bl@lue.dk wrote:
Ok, I will stick to g_message/g_warning while developing and then I only need to know how to write to the "status log" in the message window.
You can use msgwindow->status_add("%s", "a status message"), but often you want to also show the message on the status bar, so use: ui->set_statusbar(TRUE, "%s", "a status message").
Regards, Nick