Hi, On Donnerstag 12 August 2010, Christian Stimming wrote: > Am Thursday 12 August 2010 schrieb Martin Preuss: [...] > The normal online banking usage still works, as the aqbanking4-style > GWEN_GUI implementation of gnucash still seems to be sufficient for those > operations. But the setup doesn't work. At the time when I committed [...]
Thats correct. The old callbacks GnuCash implemented are still present and are still used for GUI implementations not supporting the dialog framework. However, it should be fairly easy to adapt to the Gtk2Gui provided by gwen: - create the Gtk2Gui object - create and init the aqbanking object - call AB_Gui_Extend() on the GUI object - add your own stuff to it (you could even still continue using your own callbacks and dialogs, but I'd rather recommend using the dialogs already provided by Gwen) Following this method will give you full support for certificate handling, storing and restoring of the dimensions of the new AqBanking dialogs and of course the full set of new AqBanking dialogs (including online banking setup and generic file import). Regards Martin -- "Things are only impossible until they're not" Martin Preuss - http://www2.aquamaniac.de/ AqBanking - http://www.aqbanking.de/ LibChipcard - http://www.libchipcard.de/ _______________________________________________ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel