Re: Importing issue within AddressManager
Riccardo Mottola <[email protected]>
| Newsgroups | gmane.comp.lib.gnustep.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Patrick, Patrick Cardona wrote: > Hi Riccardo, > > > Well, French UI seems fixed now (deleting a person is functional). > Thank you. > > I built FW and App from revision 4073. > I got also a example of vcard 4.0 and added the BDAY field (yyyymmdd) > like this: > > > <ForrestGump.vcf> > > Then, importing even in the English UI fails: > - Birth date (19620709 in vcard) shown in AddressManager became: > 07/08/1962. Interesting. In my case it gets parsed correctly, it displays 09/07/1962 Also work & home address get correctly set. Only thing is that even if work and home phones are interpreted, they are both set as work phone! Even if in my test cases all works. > > I am also wondering about the way I build the FW: > > I just build these two parts: > - Addresses > - AddressView > Missing something? No, parsing changes were actually just in the Addresses framework. > > Another not related issue; > I note also while I try to select a text field in Address view panel, > it closes Addressmanager (segfault) Where? I imported your Forrest Gump. Went to Edit. Could select street, city, nation... no issues. > > Previous messages in the console are only warnings I guess not related > to this crash : > 2025-10-29 11:47:24.723 AddressManager[10086:10086] Warning: Unhandled > property > 'CreationDate' in conversion to vcard > 2025-10-29 11:47:24.723 AddressManager[10086:10086] Warning: Unhandled > property > 'UID' in conversion to vcard > 2025-10-29 11:47:24.723 AddressManager[10086:10086] Warning: Unhandled > property > 'ModificationDate' in conversion to vcard These should be harmbless. Riccardo