Re: [Java-gnome-developer] Error with glade
Brought to you by:
afcowie
From: Pablo B. <pb...@uo...> - 2003-05-30 03:56:27
|
Great! So there's no need to change the ref files? Aren't the .java files generated? Won't this change be lost then? On Thu, 2003-05-29 at 07:55, Jeffrey Morgan wrote: > Thanks for the info. I have checked this change into cvs. > > On Thu, 2003-05-29 at 13:48, Pablo Baena wrote: > > It's the delete_event signal that, when LibGlade tries to connect it, > > crashes. Removing the line: > > <signal name="delete_event" handler="on_app1_delete_event" last_modification_time="Thu, 29 May 2003 12:14:49 GMT"/> > > from the file I attached, should work. > > > > It's confirmed that adding this constructor to org.gnu.gnome.App, the > > glade file is loaded perfectly: > > > > > > public App(int handle) { > > super (handle); > > } > > Cheers! > > > > On Thu, 2003-05-29 at 17:12, Mark Howard wrote: > > > On Thu, 2003-05-29 at 14:32, Pablo Baena wrote: > > > > I'm debugging this. The problem seems to be, as you said, that App has > > > > not a int constructor. > > > > > > > > I don't understand yet how the defs file works, but I'm trying to make > > > > it work. The attached glade file triggers the error and is much > > > > smaller. > > > > > > Can you send a copy of a glade file which works too please to compare > > > the differences. > > > > > > -- > > > > Pablo Baena <pb...@uo...> -- Pablo Baena <pb...@uo...> |