Hi David,

Am Samstag, 3. Dezember 2005 22:40 schrieb David Reiser:
> >> Where does the "Owner" pop-up menu get its members in the ofx wizard?
> >
> > I *guess* you should choose the "User" here. 
>
> I have two users defined so far.
>
> >> When I try to define an account, I can't complete the dialog
> >> successfully because there are no Owners to fill the last box.
> >
> No owner/users appear in the "owner" list in the define-new-account
> dialog, even after exiting the wizard and relaunching.

Hmmm... there are several problems in this "new user" dialog, one of them 
being that the setting for "country" is ignored anyway. If you are up for 
some C++ coding, you could have a look in that file yourself.

@Martin: The QComboBox "userCombo" somehow doesn't get filled, does it? In 
src/plugins/backends/aqofxconnect/ui/qt3/libs/dialogs/editaccount.cpp the 
userCombo only gets values if the (to-be-created) account already has a bank 
assigned -- but during the input of a new account there isn't a bank yet. So 
at the end in  EditAccount::slotBankCodeLostFocus() there needs to be 
somehting like  
  usersToCombo(userCombo, AB_BankInfo_GetCountry(bi),
                   AB_BankInfo_GetBankId(bi), 0);

but since the GetCountry() function for whatever reason returns NULL the 
usersToCombo function immediately terminates. So there must be a mechanism 
that retrieves the correct country code from somewhere, and then the 
usersToCombo function should fill in the users in the comboBox.

Christian


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Aqbanking-devel mailing list
Aqbanking-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/aqbanking-devel

Reply via email to