libfetion / libfetion-gui

Automatically exported from code.google.com/p/libfetion-gui
2 stars 0 forks source link

Self information not updated at first query, but OK when second query #114

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. click menu->personal info
2. check personal info
3. close dialog
4, repeat 1,2 again

EXPECTED: 
2, personal info is completely/correctly shown

ACTUAL:
2, mobile number, province, city not shown (blank field)
4, all personal info shown correctly.

[veiz: fx_update_account_info_by_id need time to update information, so 
FxContactInfo should wait on the complete event which should be async
created. There is no such event existed in libfetion library.]

Original issue reported on code.google.com by alsor.zhou on 25 Aug 2009 at 7:20

GoogleCodeExporter commented 9 years ago
Issue 113 has been merged into this issue.

Original comment by alsor.zhou on 25 Aug 2009 at 7:21

GoogleCodeExporter commented 9 years ago
Hi alsor,
The account info will be updated by a timer, and they will be updated at last.

So if you didn't get them, please ignore them temporary.

Timer was triggered when mainwindow initialize.

http://code.google.com/p/libfetion-gui/source/browse/trunk/qt4_src/src/fxmainwin
dow.cpp#83

Original comment by libfet...@gmail.com on 25 Aug 2009 at 7:38