From: Jonathan P. <jp...@dc...> - 2005-09-13 15:08:42
|
On 13 Sep 2005, at 15:55, Sean Legassick wrote: > If you're interested I can post this, alternately is there any > interest in getting these into the trunk? Is there perhaps a more > elegant way of achieving this? These things sound interesting. I discovered a similar problem with ruby-level changes to bridged objects not sending notifications and came up with an equivalent additional meta-method. Even if the triggerChangeNotifications... method worked, I like the idea of a ruby meta-method for setting them up - much less to type! There seem to be some differences in behaviour between Panther and Tiger. I have a vague recollection of having to disable some of my ruby-level manual change notifications after the move to Tiger, since exceptions were appearing. What OS version are you using? If you can post your code and any specifics you've identified about the way RubyCocoa interacts with the Objective C KVO system that would be great. I'll try to do the same soon with the code I have. Thanks Jonathan |