Thread: [Java-gnome-developer] FileChooserDialog Questions
Brought to you by:
afcowie
From: Skip C. <sco...@gm...> - 2004-12-28 11:59:47
|
Hey All, Is anyone able to use the FileChooserDialog created by glade (v2.6.0) or do you just get this err: org.gnu.glade.GladeXMLException: unknown widget class 'GtkFileChooserDialog' Java Result: 1 scoon |
From: Jeff M. <ku...@gm...> - 2004-12-28 12:32:08
|
This error derives in the libglade library in glade-xml.c at line 1851. I have not look further into it than that. At this pont I am not sure if it is a Java-GNOME or a libglade issue. On Tue, 28 Dec 2004 06:59:44 -0500, Skip Coon <sco...@gm...> wrote: > Hey All, > > Is anyone able to use the FileChooserDialog created by glade (v2.6.0) > or do you just get this err: > > org.gnu.glade.GladeXMLException: unknown widget class 'GtkFileChooserDialog' > Java Result: 1 > > scoon > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-developer > -- Jeffrey Morgan "The highest reward for a man's toil is not what he gets for it, but what he becomes by it" - Jon Ruskin |
From: Jeff M. <ku...@gm...> - 2004-12-28 13:45:46
|
What version of libglade2 is installed on your system? See http://mail.gnome.org/archives/gtk-app-devel-list/2004-August/msg00067.html On Tue, 28 Dec 2004 06:59:44 -0500, Skip Coon <sco...@gm...> wrote: > Hey All, > > Is anyone able to use the FileChooserDialog created by glade (v2.6.0) > or do you just get this err: > > org.gnu.glade.GladeXMLException: unknown widget class 'GtkFileChooserDialog' > Java Result: 1 > > scoon > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-developer > -- Jeffrey Morgan "The highest reward for a man's toil is not what he gets for it, but what he becomes by it" - Jon Ruskin |
From: Jeff M. <ku...@gm...> - 2004-12-28 13:47:22
|
Also see http://cvs.gnome.org/viewcvs/libglade/NEWS?rev=1.30 On Tue, 28 Dec 2004 08:45:37 -0500, Jeff Morgan <ku...@gm...> wrote: > What version of libglade2 is installed on your system? See > > http://mail.gnome.org/archives/gtk-app-devel-list/2004-August/msg00067.html > > > On Tue, 28 Dec 2004 06:59:44 -0500, Skip Coon <sco...@gm...> wrote: > > Hey All, > > > > Is anyone able to use the FileChooserDialog created by glade (v2.6.0) > > or do you just get this err: > > > > org.gnu.glade.GladeXMLException: unknown widget class 'GtkFileChooserDialog' > > Java Result: 1 > > > > scoon > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real users. > > Discover which products truly live up to the hype. Start reading now. > > http://productguide.itmanagersjournal.com/ > > _______________________________________________ > > java-gnome-developer mailing list > > jav...@li... > > https://lists.sourceforge.net/lists/listinfo/java-gnome-developer > > > > -- > Jeffrey Morgan > > "The highest reward for a man's toil is not > what he gets for it, but what he becomes by it" > - Jon Ruskin > -- Jeffrey Morgan "The highest reward for a man's toil is not what he gets for it, but what he becomes by it" - Jon Ruskin |
From: Skip C. <sco...@gm...> - 2004-12-28 23:19:28
|
Hey there, I am running version 2.4.0 here. Thanks for the info. scoon On Tue, 28 Dec 2004 08:45:37 -0500, Jeff Morgan <ku...@gm...> wrote: > What version of libglade2 is installed on your system? See > > http://mail.gnome.org/archives/gtk-app-devel-list/2004-August/msg00067.html > > > On Tue, 28 Dec 2004 06:59:44 -0500, Skip Coon <sco...@gm...> wrote: > > Hey All, > > > > Is anyone able to use the FileChooserDialog created by glade (v2.6.0) > > or do you just get this err: > > > > org.gnu.glade.GladeXMLException: unknown widget class 'GtkFileChooserDialog' > > Java Result: 1 > > > > scoon > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real users. > > Discover which products truly live up to the hype. Start reading now. > > http://productguide.itmanagersjournal.com/ > > _______________________________________________ > > java-gnome-developer mailing list > > jav...@li... > > https://lists.sourceforge.net/lists/listinfo/java-gnome-developer > > > > -- > Jeffrey Morgan > > "The highest reward for a man's toil is not > what he gets for it, but what he becomes by it" > - Jon Ruskin > |
From: Skip C. <sco...@gm...> - 2004-12-30 22:15:08
|
Hey there, Thanks. I have FileChooserDialog sort of working with glade now. I am wondering if anyone has noticed that the buttons do not appear when the dialog is shown. I can add the buttons with addButton(). When I manually add the buttons, I don't know how to tell which button was pushed by the user. Anyone have any suggestions. scoon On Tue, 28 Dec 2004 18:19:24 -0500, Skip Coon <sco...@gm...> wrote: > Hey there, > > I am running version 2.4.0 here. Thanks for the info. > > scoon > > > On Tue, 28 Dec 2004 08:45:37 -0500, Jeff Morgan <ku...@gm...> wrote: > > What version of libglade2 is installed on your system? See > > > > http://mail.gnome.org/archives/gtk-app-devel-list/2004-August/msg00067.html > > > > > > On Tue, 28 Dec 2004 06:59:44 -0500, Skip Coon <sco...@gm...> wrote: > > > Hey All, > > > > > > Is anyone able to use the FileChooserDialog created by glade (v2.6.0) > > > or do you just get this err: > > > > > > org.gnu.glade.GladeXMLException: unknown widget class 'GtkFileChooserDialog' > > > Java Result: 1 > > > > > > scoon > > > > > > ------------------------------------------------------- > > > SF email is sponsored by - The IT Product Guide > > > Read honest & candid reviews on hundreds of IT Products from real users. > > > Discover which products truly live up to the hype. Start reading now. > > > http://productguide.itmanagersjournal.com/ > > > _______________________________________________ > > > java-gnome-developer mailing list > > > jav...@li... > > > https://lists.sourceforge.net/lists/listinfo/java-gnome-developer > > > > > > > -- > > Jeffrey Morgan > > > > "The highest reward for a man's toil is not > > what he gets for it, but what he becomes by it" > > - Jon Ruskin > > > |
From: Joao V. <jvi...@ya...> - 2004-12-31 12:34:03
|
Very good article! http://www.sys-con.com/story/?storyid=47603&DE=1 "Stop saying that 'Java is not Open Source,' and realize that 'Sun's implementation is not open source.' Even better, stop saying that 'Our implementation is open source,' it is not you know that, and this is OK, we're not blaming you, we want to work with you." As part of our end of year round-up of the Best of 2004, read Bruno Souza's answers to Sun's Onno Kluyt, who earlier this year asked what the open-sourcing of Java would make possible that people can't already do today with Java (...)" Cheers, J.V. __________________________________________________ Converse com seus amigos em tempo real com o Yahoo! Messenger http://br.download.yahoo.com/messenger/ |