Hi, I thought I'd forward this to the list just in case it got lost...
--- Forwarded Message --------------------------------------------------------------------------------------- Hi Tristan, Thank you for your feedback. I was able to open my glade file with glade 3.8 which I was able to install under ubuntu 11.10 with "sudo apt-get install glade-gtk2" which is a separate package from "glade". When I open the file I notice a few things which I remember being slightly different: 1. There are some buttons which are smaller than I remember them. 2. There are some clist widgets which lack the headers I had placed there which were set in the GUI and not programmatically. For example: <widget class="GtkCList" id="inv_items_clist1"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="n_columns">19</property> <property name="column_widths">100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100</property> <property name="selection_mode">GTK_SELECTION_SINGLE</property> <property name="show_titles">True</property> <property name="shadow_type">GTK_SHADOW_IN</property> <child> <widget class="GtkLabel" id="label857"> <property name="visible">True</property> <property name="label" translatable="yes">Cont. Cat. ID</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> </widget> </child> The label "Cont. Cat. ID" here is gone. Also, when I click on the Projects menu item I see the following entries: "Previous Project", "Next Project", and "Unsaved 1". I see no entry to change the file format to GtkBuilder. Am I looking in the wrong place? Thanks, Saku
_______________________________________________ Glade-devel maillist - Glade-devel@lists.ximian.com http://lists.ximian.com/mailman/listinfo/glade-devel