Re: [MacRuby-devel] Ruby scripting of OSX Leopard - pointer needed

2009-02-24 Thread Lachie
Two other notes: Ruwin uses Rubycocoa, not Macruby. It also uses NSScreen to get screen info rather than grepping system_profiler output On Wed, Feb 25, 2009 at 9:17 AM, Lachie wrote: > The ScriptingBridge approach is more involved, because the size and > position accessors don

Re: [MacRuby-devel] Ruby scripting of OSX Leopard - pointer needed

2009-02-24 Thread Lachie
The ScriptingBridge approach is more involved, because the size and position accessors don't seem to resolve automatically... My Ruwin library is an example of how to do it though: http://github.com/lachie/ruwin http://github.com/lachie/ruwin/blob/20a23ac330f65b4930c1b26be2ce463e05a

Re: [MacRuby-devel] Pointers for BOOL types

2009-01-01 Thread Lachie
Hey Nic Cheque it: http://developer.apple.com/DOCUMENTATION/Cocoa/Conceptual/ObjCRuntimeGuide/Articles/chapter_7_section_1.html#//apple_ref/doc/uid/TP40008048-CH100-SW1 :lachie http://smartbomb.com.au http://www.flickr.com/photos/lachie/ On Fri, Jan 2, 2009 at 1:04 PM, Dr Nic Williams wrote