|
From: Jonathan P. <jp...@dc...> - 2006-02-17 10:04:27
|
On 17 Feb 2006, at 9:43, Yvon Thoraval wrote: > > Le 17 f=E9vr. 06 =E0 09:55, Jonathan Paisley a =E9crit : > >> >> That should hopefully fix it. >> > > yes it fix that prob, however, i got a new one )) : Did you not remove the extra 'include' line? : > require 'OutlineViewProxyClass.rb' > include NSOutlineViewable # probably not usefull ? This would cause the behaviour you're seeing. *Only* REXML::Element =20 should have NSOutlineViewable included. By including it at the top =20 level the strings you're returning as values are becoming converted =20 to OutlineViewProxy objects, which confuses NSOutlineView. Hope that helps, Jonathan |