Re: [Pyobjc-dev] Problem with PyObjc-1.1b2 and key value binding
Brought to you by:
ronaldoussoren
From: Bob I. <bo...@re...> - 2004-05-03 14:12:18
|
On May 3, 2004, at 5:52 AM, <mat...@da...> wrote: > So I played around with KVB using PyObjc 1.0. Unfortunetely, it did not > really work well (I ran into segmentation faults) , so I gave > PyObjc-1.1b2 > > a try. The nasty segmentation faults went away and all seemed to work > as > expected, but now I've got problems with access to Objective-C > variables > (outlets in particular). The normal way, e.g. 'obj.outlet', does no > longer > > work. Apparently as soon as some controller watches 'obj'. However, I > can use PyObjCTools.KeyValueCoding.getKey to obtain access. Not bleeding edge enough. Key Value Observing was fixed post-1.1b2. Please check out CVS HEAD and try that. -bob |