[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [BUG]AdderssManager...
From: |
Björn Giesler |
Subject: |
Re: [BUG]AdderssManager... |
Date: |
Thu, 06 Nov 2003 19:36:48 +0100 |
Hi,
On 2003-11-06 19:17:45 +0100 NeXT <chunsj@embian.com> wrote:
> I've reported the crash of AddressManager.app in my previous mail, now I
> think I've found the source of the problem; in -calcSize of ADPersonView.m
> file. Before executing
> this method, _noteView instance variable should be initalized but it does not.
...or rather, it is nil, and therefore [_noteView frame].origin is not defined
on all systems. Damn, I've made that mistake before. Thanks a lot for reporting
this!
I've put up a new version (0.4.4) up at
http://giesler.biz/bjoern/English/Software.html#Addresses
that fixes this problem and another show-stopper bug.
Regards,
Björn