Le lundi 28 décembre 2009 à 09:07 -0700, Andreas J. Guelzow a écrit : > On Mon, 2009-12-28 at 16:04 +0100, Jean Bréfort wrote: > > Which OS? Does this happens with other dialogs? Clearly libglade does > > not find the custom widgets but hard to say why this happens. > > > > Regards, > > Jean > > > > Le lundi 28 décembre 2009 à 12:29 +0000, Scott Ballantyne a écrit : > > > I'm having trouble with tables. After selecting the table area and > > > then Data->Table, I get: > > > > > > > > > Row Input: [custom widget creation failed] > > > Column Input: [custom widget creation failed] > > > > > > And if I select 'OK', gnumeric crashes.(Cancel seems to work more > > > gracefully.) > > > > > > I've tried this on 1.9.3 and 1.9.16. > > > > > Jean, > > we are using the depreciated custom widget interface in libglade only > for very few dialogs: > src/dialogs/cell-format.glade: <property > name="creation_function">go_rotation_sel_new</property> > src/dialogs/cell-format.glade: > <property name="creation_function">go_combo_text_new_default</property> > src/dialogs/data-slicer.glade: <property > name="creation_function">gnm_expr_entry_new_glade</property> > src/dialogs/data-table.glade: <property > name="creation_function">gnm_expr_entry_new_glade</property> > src/dialogs/data-table.glade: <property > name="creation_function">gnm_expr_entry_new_glade</property> > src/dialogs/so-list.glade: <property > name="creation_function">gnm_expr_entry_new_glade</property> > src/dialogs/so-list.glade: <property > name="creation_function">gnm_expr_entry_new_glade</property> > > That are 3 visible dialogs.
We should remove all these custom widgets (and migrate to GtkBuilder). But it's probably a bit late for 1.10. > Scott, > > which version of libglade are you using? > > Andreas > > > > _______________________________________________ gnumeric-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnumeric-list
