On Tue, Jun 8, 2010 at 1:43 AM, Mick <bare...@tpg.com.au> wrote:
> On Mon, 07 Jun 2010 22:12:57 -0700
> Steve Harrington <steven.harring...@verizon.net> wrote:
>
>> On 06/07/2010 09:36 PM, Mick wrote:
>> > I've spent the last month struggling with glade to layout the
>> > interface for my app, especially creating an incoming text pane and
>> > placing the text into it.
>> >
>> >
>> I regret your struggles.
>> > I currently have glade set to libglade mode and use
>> > gtk-builder-convert to turn the .glade into .xml after not being
>> > able to find how to get the output from gtkbuilder mode into a
>> > usable format.
>> >
>> >
>> Perhaps if you could describe the format you desire we could suggest
>> one or more solutions.
>
> A format that gtkbuilder can use.
>
> I drew my interface with glade set to gtkbuilder and saved it as
> app.glade, ran gtk-builder-convert app.glade app.xml and it crashed so
> I copied app.glade to app.xml, recompiled source and installed it and
> the app segfaulted in gtk_builder_add_from_file(builder, xml_dir, &err);

Dont use the conversion script to convert from GtkBuilder format to
GtkBuilder format please, actually please dont use the converst script
from GTK+ at all (it was originally created to help transition when
Glade did not support the format/conversions at all).

Note that recently there was a bug reported, the conversion process
doesnt work from the little check-mark in the "Save As" dialog. If you
are converting a file from libglade format you must use the project
preferences dialog to convert.

Cheers,
         -Tristan


>
> I have now recreated app.glade using libglade setting.
>
> this experience started when glade crashed when I hit the save button.
> the crash resulted in the disappearance of of my existing app.glade.
> _______________________________________________
> gtk-app-devel-list mailing list
> gtk-app-devel-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
>
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to