realbasic-nug
[Top] [All Lists]

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

To: "REALbasic NUG" <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: [Solved: RB bug] Re: Known problems regarding OS X address book?
From: "Dennis Birch" <dennisbirch at gmail dot com>
Date: Sat, 28 Oct 2006 18:00:42 -0700
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nP5yDMD17ASW0AOzkJQ5PMzC6pBxme6CqLXF6AnRZFiOp6FJZSBKJYNcUQBm9WTbQDY/kiDEd1scC7KBf434M61LlGViiDZHqYcnoSAdIG/SO6BxW9bkJibacQNZR6fQRQuv0c1pnj1cLxvCfm9XZlQI2JIN/9s9ry90YpXEueM=
References: <C2AF486A-FDF0-4F4D-8ABF-60B4DD4DB509 at mac dot com> <B50D99EA-5A83-4850-8B94-39B3333B7682 at mac dot com>
I hope you file a bug report for this!

On 10/28/06, Stefan <seaside dot ki at mac dot com> wrote:
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>


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