Re: [Java-gnome-developer] Reading Quickly glade files
Brought to you by:
afcowie
From: Andres A. <aal...@gm...> - 2010-02-03 19:33:45
|
Thanks for the pointers guys. I suspected different glade versions were to blame. So what about adding InputStream methods for resource handling? Would love to have those. Cheers, Andres On Wed, Feb 3, 2010 at 11:25 AM, Jacek Furmankiewicz <ja...@gm...>wrote: > I did at one point try to start working on GtkBuilder support in Java-GNOME > (although using JNA static mapping instead of JNI to do the low-level > binding) > https://jna.dev.java.net/#direct > > but unfortunately due to lack of time never got it to any workable state > (although I was able to actually load a file and instantiate it). > So this is something on the todo list for the future. > > Jacek > > > On Wed, Feb 3, 2010 at 2:19 PM, Carlos Jenkins < > car...@gm...> wrote: > >> I think that s the problem too. java-gnome support only libglade files. >> >> On Glade, you can choose to save files on libglade format. >> >> Cheers >> > > |