Re: [Java-gnome-developer] How to use a Glade UI (.glade file) in a Java Gnome/GTK program?

2013-01-16 Thread Andrew Cowie
On Mon, 2013-01-14 at 09:11 -0200, Igor H. Vieira wrote: > I've did a research on the Internet looking for > tutorials/documentations In the java-gnome source tree there is an example at tests/prototype/Designer.java ; you might have a look at that and give it a try? > I already know how to creat

Re: [Java-gnome-developer] GTK Warnings

2013-01-16 Thread Andrew Cowie
Hi Niranjan, On Thu, 2013-01-10 at 13:30 -0800, Niranjan Rao wrote: > Seems like java-gnome treats like GTK warnings as fatal errors. That's true. The reason is that a Gtk-WARNING is an indication that an illegal argument was passed to a function. How is the program supposed to continue if that