Re: [MacRuby-devel] Basic delayed email method

2012-10-22 Thread Cliff Rosson
So playing around a little with this I was able to browse and find messages via macruby. On the other hand I cannot figure out how to send a drafted email. Here is what I have so far. My drafts folder has 1 message in it ready to be sent. mail = SBApplication.applicationWithBundleIdentifier("com.

Re: [MacRuby-devel] Quartz 2D Graphics problem

2012-10-22 Thread Steve Clarke
Hi, While you can't mix and match within one file, I think you can have a Class that contains both Objective C methods and Macruby methods each defined in their own file. Objective C classes are open and the Macruby methods will be added to them. Steve On 21 Oct 2012, at 20:28, Colin Thom