Re: I get errors when glademm loads my combo boxes...
- From: "Dave Foster" <dave foster gmail com>
- To: "Rob Stoddard" <rstoddard telanetix com>
- Cc: gtkmm-list gnome org
- Subject: Re: I get errors when glademm loads my combo boxes...
- Date: Thu, 28 Feb 2008 08:37:01 -0500
Hi -
I just worked through this issue myself actually. The problem comes from the glade file having an <active_item> or similarly named property inside of the combobox subitem, when there are no items in the combobox. I just edited it with a text editor to get rid of it.
dave
On Wed, Feb 27, 2008 at 11:25 AM, Rob Stoddard <
rstoddard telanetix com> wrote:
I get the following errors when glademm loads my application.
(lt-telastation:805): Gtk-CRITICAL **: gtk_tree_row_reference_new:
assertion `GTK_IS_TREE_MODEL (model)' failed
(lt-telastation:805): Gtk-CRITICAL **: gtk_cell_view_set_displayed_row:
assertion `GTK_IS_TREE_MODEL (cell_view->priv->model)' failed
(lt-telastation:805): Gtk-CRITICAL **: gtk_tree_row_reference_new:
assertion `GTK_IS_TREE_MODEL (model)' failed
(lt-telastation:805): Gtk-CRITICAL **: gtk_cell_view_set_displayed_row:
assertion `GTK_IS_TREE_MODEL (cell_view->priv->model)' failed
This is because I have two combo box widgets that I have created with
glade. I don't have any items in those combo boxes; well after those
complaints happen I add some.
Is there a way to clear up these complaints, or is it a bug in glademm?
Does anybody else suffer this issue?
Thank you for your assistance,
Rob Stoddard
_______________________________________________
gtkmm-list mailing list
gtkmm-list gnome org
http://mail.gnome.org/mailman/listinfo/gtkmm-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]