Re: [MacRuby-devel] [ANN] Launch: Redwood - Spotlight for the cloud

2011-08-01 Thread Craig Williams
Very nice! > On 1 Aug 2011, at 18:07, Derek Haynes wrote: > >> Redwood is a "Spotlight for the cloud" -- it searches Basecamp, Gmail, >> Google Docs, and Pivotal Tracker from one search bar on your desktop. >> You can download Redwood from our homepage: >> >> http://redwoodapp.com >> >> We've

[MacRuby-devel] Using Sequel and Sqlite3

2011-02-19 Thread Craig Williams
fix the problem. I have put the project on GitHub if anyone wants to take a look at it. https://github.com/CraigWilliams/MVimLookup Thanks, Craig Williams Applications Developer Factory Design Labs t / 303.573.9100 x417 w / factorylabs.com F

Re: [MacRuby-devel] DictionaryServices

2010-05-24 Thread Craig Williams
Hi ecin, This appears to be working. framework '/System/Library/Frameworks/CoreServices.framework/Frameworks/DictionaryServices.framework' word = 'History' word_len = DCSGetTermRangeInString(nil, word, 0); res= DCSCopyTextDefinition(nil, word, word_len) puts "Definition for

Re: [MacRuby-devel] How to get elements from Boxed object

2010-05-02 Thread Craig Williams
x27;re hitting http://www.macruby.org/trac/ticket/641 > > Laurent > > On May 2, 2010, at 11:48 AM, Craig Williams wrote: > >> This works in Objective-C but in MacRuby I cannot find a way to access the >> properties of the Boxed object that is returned by loc.coordi

[MacRuby-devel] How to get elements from Boxed object

2010-05-02 Thread Craig Williams
This works in Objective-C but in MacRuby I cannot find a way to access the properties of the Boxed object that is returned by loc.coordinate in the code below. Thanks, Craig MacRuby Version 0.7 -> pulled today OS -> 10.6.3 Objective-C version: CLLocation *loc = [[CLLocation alloc] initWi

Re: [MacRuby-devel] Using Gems in MacRuby

2009-10-16 Thread Craig Williams
Hi Everyone, I am still not understanding how to include gems in my MacRuby project. From what has been discussed, I "unpacked" the gem and included it in the project in "Vendor/gems." I am using this in the rb_main.rb file, but it is resulting in 2180 errors. Dir.glob(File.expand_path("#

Re: [MacRuby-devel] Using Gems in MacRuby

2009-10-15 Thread Craig Williams
On Oct 15, 2009, at 8:55 PM, s.ross wrote: On Oct 15, 2009, at 6:10 PM, Conrad Taylor wrote: On Thu, Oct 15, 2009 at 5:03 PM, s.ross wrote: On Oct 15, 2009, at 1:43 PM, Laurent Sansonetti wrote: Hi Craig, On Oct 14, 2009, at 7:07 PM, Craig Williams wrote: Hi Everyone, I have searched

[MacRuby-devel] Using Gems in MacRuby

2009-10-14 Thread Craig Williams
Hi Everyone, I have searched the web but have not found a good explanation on how to use gems in a MacRuby project. Is there a tutorial I am missing? Thanks, Craig ___ MacRuby-devel mailing list [email protected] http://lists.macos