Re: [MacRuby-devel] CFRange (Boxed) elements not accessible

2010-06-01 Thread ecin
On a related note, editing the BridgeSupport file for DictionaryServices also solved my problems when dealing with Boxed objects. The following code (by Craig): framework '/System/Library/Frameworks/CoreServices.framework/Frameworks/DictionaryServices.framework' word = 'History' word_l

[MacRuby-devel] DictionaryServices

2010-05-23 Thread ecin
I'd like to use Dictionary Services (http://developer.apple.com/mac/library/documentation/UserExperience/Reference/DictionaryServicesRef) to look up definitions in a MacRuby app, but am having a hard time figuring out exactly what I need to require in order to access its functions, as framework