realbasic-nug
[Top] [All Lists]

[Solved: RB bug] Re: Known problems regarding OS X address book?

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: [Solved: RB bug] Re: Known problems regarding OS X address book?
From: Stefan <seaside dot ki at mac dot com>
Date: Sat, 28 Oct 2006 22:22:38 +0200
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <C2AF486A-FDF0-4F4D-8ABF-60B4DD4DB509 at mac dot com>
Just figured out, that this is an RB bug.

This crashes:

    abAddressesData = aPerson.Addresses()
        ...
    abAddress = abAddressesData.Value(n)

This works:

    abAddress = aPerson.Addresses().Value(n)


Am 28.10.2006 um 22:08 schrieb Stefan:

I just recompiled an app using the latest RB version. The old 5.5.5 app works nice, the new compile crashes, if the app retrieves certain AB properties.

Report:

>>>
0   libobjc.A.dylib                     0x90a53387 objc_msgSend + 23
1 0x002be022 _ABCFFunctions._ABDictionaryGetValue%v%i4s + 194 2 0x002d548f AddressBookAddress.Value%v%o<AddressBookAddress>s + 110 3 0x002d58a8 AddressBookAddress.StreetAddress%s%o<AddressBookAddress> + 308
<<<

Does anybody know, if AB is (somehow) buggy? _______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>