2006/11/6, Diego Zuccato <[EMAIL PROTECTED]>: > Hello. > > I have two questions: > 1) Could GDA handle asynchronous events (notifies) from backends that > make 'em available (Postgres for sure, don't know others)? If yes, HOW?
If you mean a "signal" like, when for example: a DataModel has changed, it is implement as signal in the GObject system; then you just need to attach a function to be called when the signal is emmited. > 2) I have troubles designing interfaces with newer glade-2 and glade-3. > I can't find gnome-db section. Do I need some "special" package or > procedure? (I'm using Mandriva Cooker, updated at least 3 times a week). > For the moment you can't use Glade2. For Glade3 I have summited code to implement the catalog, and it is working but I was uneable to compile in the GnomeDB source code automaticaly when you call "make", I made it manualy and it works! With it you'll see the GnomeDB section and can create GUI's. -- Trabajar, la mejor arma para tu superación "de grano en grano, se hace la arena" (R) (entrámite, pero para los cuates: LIBRE) _______________________________________________ gnome-db-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-db-list
