Re: [Java-gnome-developer] Glade and org.gnome.gtk.Builder
Brought to you by:
afcowie
|
From: Jason M. <agr...@gm...> - 2012-09-15 10:21:37
|
OK, got it to work but I had to define the object types to use first or it
would not parse the file.
Example simple window with one button
w = window
b = button
So, that means I have to know what is in the builder/glade file before
hand?
On Wed, Sep 5, 2012 at 8:28 PM, Jason Martin <agr...@gm...> wrote:
> I have wrote a medium sized app with the bindings and they work well.
> But I have not been able to get org.gnome.gtk.Builder working with even
> the simplest example.
> Should I be using a certain version of Glade?
>
> Using Ubuntu 12.04
>
> OpenJDK 7 and Sun Java6
>
> Glade 3.8 and 3.12
>
>
>
|