From: momo Date: 2006-08-05T22:45:14+09:00 Subject: Re: glade & ruby-gnome2 Matthew Harris ha escrito: > Hi, from what I can see, the "`GTK_WIDGET_CAN_DEFAULT (widget)' > failed" part is trying to say that you set "use default" or something > from Glade on a widget that can't default, confusing eh? > You where right, it was a widget with the "use default" option set on. > As for the "uninitialized constant WikirubyGlade::GTK" error, I'm > guessing that you're using a Custom widget in Glade to create the > GtkMozEmbed widget, and made a type in the creation function label > where it should be Gtk::MozEmbed rather than GTK::MozEmbed (just a > wild guess). The uninitialized constat could not be fixed with the GTK:MozEmbed thing, as it sais the widget is not found and the application does not start, so i guess the Gtk::MozEmbed is ok, and it is the only custom widget im using at the moment.