Jeff-
Are you getting anywhere with these signal problems? Could you possibly
give an idea of what you think the problems are (just hard to find
bugs/functions which you need to change to work differently/...)
Also, if you want help with this, please let us know exactly which
functions you think could be causing the main problems.
I've been looking at the gobject code this morning and have been finding
that the wrong object type is sometimes passed to native methods, e.g.
for the toggled event of ToggleButton's, adding an extra line=20
printf("TESTING: G_OBJECT_TYPE_NAME: %s, class name
%s",G_OBJECT_TYPE_NAME(go), G_OBJECT_CLASS_NAME(go));=20
printf("***ERROR***: Java-GNOME - unknown signal name %s, function
%s.\n", signame, sigfunc);
to the create_callback function (line 564)
has the result of GtkButton and so the signal name is unknown (as it is
a signal of GtkToggleButton).=20
Please let us know what we can work on to help get this fixed.=20
--=20
+----------------------------------------------+
| Mark Howard cam.ac.uk mh344@ |
| http://www.tildemh.com tildemh.com mh@ |
+----------------------------------------------+
|