> The error: > callbacks_p7.ads:6:10: reserved word "entry" cannot be used as identifier > can be solved changing the declaration of > with Gtk.Entry; use Gtk.Entry; > to > with Gtk.GEntry; use Gtk.GEntry; Could you send a Glade XML file that reproduces the error ? Arno