Re: [MacRuby-devel] Scripting OmniGraffle

2011-11-19 Thread Sophie
Thanks, Kam. Thanks, Matt. That was very helpful. Sophie > From: Kam Dahlin > To: "MacRuby development discussions." > > Subject: Re: [MacRuby-devel] Scripting OmniGraffle > Message-ID: <8a0549a1-912c-42d2-8a33-4a4a1950d...@me.com> > Content-Type: te

[MacRuby-devel] Scripting OmniGraffle

2011-11-15 Thread Sophie
Sorry for the sloppy subject line in my earlier question. Thanks, Kam, Matt for your very helpful replies. Kam, any idea how I would initialize the alloc'd shape to be e.g. a Circle of some size at some position? I generated the files with sdef & gen_bridge_metadata, found lots of useful thin

Re: [MacRuby-devel] MacRuby-devel Digest, Vol 45, Issue 20

2011-11-14 Thread Sophie
quot;. Is there any way to browse a MacRuby view of the scripting dictionary? Thanks for any pointers! Sophie framework 'ScriptingBridge' $omni = SBApplication.applicationWithBundleIdentifier("com.omnigroup.OmniGrafflePro") $document = $omni.windows[0].document $canvas =

[MacRuby-devel] OT: seeking advice on GIT client for OSX

2009-03-13 Thread Sophie (itsme213)
Google was somewhat inconclusive, so I'm seeking recommendations here. Apologies if inappropriate, but I'd guess folks here would know. What GIT OSX client would you recommend, comparable to Cornerstone (osx svn client) or Tortoise-SVN (windows SVN client) ? Thanks!

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

2009-02-24 Thread Sophie (itsme213)
to do for this (totally trivial) script below Thanks! -- Sophie set resolution to words of (do shell script "/usr/sbin/system_profiler SPDisplaysDataType | grep Resolution") set {width, height} to {item 2, item 4} of resolution tell application "System Events" tell (first proce